aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pg_bsd_indent/lexi.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-02-12 12:03:01 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2023-02-12 12:03:01 -0500
commitb44e5fced3e5a6d3d971a51757a306eacc349bf3 (patch)
tree866b6426157905bd6efa78787672d38e83777e57 /src/tools/pg_bsd_indent/lexi.c
parent4e831f4cee140b004fae44d528d47c284d8ac9eb (diff)
downloadpostgresql-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/lexi.c')
-rw-r--r--src/tools/pg_bsd_indent/lexi.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/tools/pg_bsd_indent/lexi.c b/src/tools/pg_bsd_indent/lexi.c
index f01596a8708..943bf7ce6b0 100644
--- a/src/tools/pg_bsd_indent/lexi.c
+++ b/src/tools/pg_bsd_indent/lexi.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.
*