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:
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
#
|
||||
# src/tools/git_changelog
|
||||
#
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
package Install;
|
||||
|
||||
#
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
package MSBuildProject;
|
||||
|
||||
#
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
package Mkvcbuild;
|
||||
|
||||
#
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
package Project;
|
||||
|
||||
#
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
package Solution;
|
||||
|
||||
#
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
package VSObjectFactory;
|
||||
|
||||
#
|
||||
|
@ -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.
|
||||
#
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
# Configuration arguments for vcbuild.
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
package Win32;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
package Win32::Registry;
|
||||
|
||||
use strict;
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
package Win32API::File;
|
||||
|
||||
use strict;
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use 5.8.0;
|
||||
|
@ -1,3 +1,6 @@
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
#
|
||||
# Script that provides 'make install' functionality for msvc builds
|
||||
#
|
||||
|
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
|
||||
# Copyright (c) 2021, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use 5.008001;
|
||||
|
Reference in New Issue
Block a user