1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Add a copyright notice to perl files lacking one.

This commit is contained in:
Andrew Dunstan
2021-05-07 10:56:14 -04:00
parent 44f90ad092
commit 8fa6e6919c
160 changed files with 480 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# src/tools/git_changelog
#

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
package Install;
#

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
package MSBuildProject;
#

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
package Mkvcbuild;
#

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
package Project;
#

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
package Solution;
#

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
package VSObjectFactory;
#

View File

@ -1,4 +1,7 @@
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Script that provides 'make' functionality for msvc builds.
#

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
# Configuration arguments for vcbuild.
use strict;
use warnings;

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
package Win32;
use strict;
use warnings;

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
package Win32::Registry;
use strict;

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
package Win32API::File;
use strict;

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict;
use warnings;
use 5.8.0;

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Script that provides 'make install' functionality for msvc builds
#

View File

@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Script that parses Unix style build environment and generates build files
# for building with Visual Studio.

View File

@ -1,5 +1,8 @@
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/tools/msvc/pgbison.pl
use strict;

View File

@ -1,5 +1,8 @@
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/tools/msvc/pgflex.pl
use strict;

View File

@ -1,5 +1,8 @@
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/tools/msvc/vcregress.pl
use strict;

View File

@ -1,5 +1,8 @@
#! /usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# This script looks for symbols that are referenced in #ifdef or defined()
# tests without having #include'd the file that defines them. Since this

View File

@ -1,5 +1,8 @@
#!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict;
use warnings;
use 5.008001;