1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-04 12:02:48 +03:00

Some more missed copyright notices. Many of these look like they

should have been caught by the src/tools/copyright script ... why
weren't they?
This commit is contained in:
Tom Lane
2005-01-01 20:44:34 +00:00
parent 3ca924a9dd
commit 7e1c8ef4fc
45 changed files with 86 additions and 86 deletions

View File

@@ -1,8 +1,8 @@
#! /usr/bin/perl
#
# Copyright (c) 2001-2004, PostgreSQL Global Development Group
# Copyright (c) 2001-2005, PostgreSQL Global Development Group
#
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl,v 1.6 2004/08/29 04:12:55 momjian Exp $
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl,v 1.7 2005/01/01 20:44:18 tgl Exp $
#
# Generate UTF-8 <--> SJIS code conversion tables from
# map files provided by Unicode organization.