postgresql/contrib/spi
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
..
Makefile Remove obsoleted README files. 2007-12-03 04:22:54 +00:00
autoinc.c Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
autoinc.example General function for SERIAL/IDENTITY/AUTOINCREMENT feature. 1997-10-02 18:01:57 +00:00
autoinc.sql.in Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00
insert_username.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
insert_username.example Trigger function for inserting user names. 1997-10-17 09:55:34 +00:00
insert_username.sql.in Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00
moddatetime.c Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
moddatetime.example Remove the last traces of datatypes datetime and timespan. 2002-05-03 04:11:08 +00:00
moddatetime.sql.in Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00
refint.c Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
refint.example README for refint.c and example of using. 1997-09-12 02:41:15 +00:00
refint.sql.in Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00
timetravel.c Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
timetravel.example Here is 4 file in tgz: 2003-07-27 04:51:45 +00:00
timetravel.sql.in Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00