diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-02-12 12:03:01 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-02-12 12:03:01 -0500 |
commit | b44e5fced3e5a6d3d971a51757a306eacc349bf3 (patch) | |
tree | 866b6426157905bd6efa78787672d38e83777e57 /src/tools/pg_bsd_indent/pr_comment.c | |
parent | 4e831f4cee140b004fae44d528d47c284d8ac9eb (diff) | |
download | postgresql-b44e5fced3e5a6d3d971a51757a306eacc349bf3.tar.gz postgresql-b44e5fced3e5a6d3d971a51757a306eacc349bf3.zip |
Sync pg_bsd_indent's copyright notices with Postgres practice.
To avoid confusion, make the copyright notices in these files
match the 3-clause form of the BSD license, per the blanket
policy update that UC Berkeley issued years ago.
Discussion: https://postgr.es/m/3935719.1675967430@sss.pgh.pa.us
Discussion: https://postgr.es/m/20230123011002.fzcaa3krql3mqsfn@awork3.anarazel.de
Diffstat (limited to 'src/tools/pg_bsd_indent/pr_comment.c')
-rw-r--r-- | src/tools/pg_bsd_indent/pr_comment.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/tools/pg_bsd_indent/pr_comment.c b/src/tools/pg_bsd_indent/pr_comment.c index b0eacac1bb1..a9572b39ffe 100644 --- a/src/tools/pg_bsd_indent/pr_comment.c +++ b/src/tools/pg_bsd_indent/pr_comment.c @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |