1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +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,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
# Set of tests for authentication and pg_hba.conf. The following password
# methods are checked through this test:
# - Plain

View File

@@ -1,3 +1,6 @@
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test password normalization in SCRAM.
#
# This test can only run with Unix-domain sockets.