postgresql/src/include/commands
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them.
This particular batch was just for *.c and *.h file.

The changes were made with the following 2 commands:

find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \) -prune \) -o  \( -name '*.[ch]'  \) \( -exec grep -q '\$PostgreSQL' {} \; -o -print \) | while read file ; do head -n 1 < $file | grep -q '^/\*' && echo $file; done | xargs -l sed -i -e '1s/^\// /' -e '1i/*\n * $PostgreSQL:$ \n *'

find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \) -prune \) -o  \( -name '*.[ch]'  \) \( -exec grep -q '\$PostgreSQL' {} \; -o -print \) | xargs -l sed -i -e '1i/*\n * $PostgreSQL:$ \n */'
2008-05-17 01:28:26 +00:00
..
alter.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
async.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
cluster.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
comment.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
conversioncmds.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
copy.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
dbcommands.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
defrem.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
discard.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
explain.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
lockcmds.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
portalcmds.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
prepare.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
proclang.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
schemacmds.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
sequence.h Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a 2008-05-16 23:36:05 +00:00
tablecmds.h Support ALTER TYPE RENAME. Petr Jelinek 2008-03-19 18:38:30 +00:00
tablespace.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
trigger.h Support statement-level ON TRUNCATE triggers. Simon Riggs 2008-03-28 00:21:56 +00:00
typecmds.h Support ALTER TYPE RENAME. Petr Jelinek 2008-03-19 18:38:30 +00:00
user.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
vacuum.h Fix vacuum so that autovacuum is really not cancelled when doing an emergency 2008-03-14 17:25:59 +00:00
variable.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
version.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
view.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00