Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit48c9f28

Browse files
committed
Update copyright for 2016
On closer inspection, the reason copyright.pl was missing files isthat it is looking for 'Copyright (c)' and they had 'Copyright (C)'.Fix that, and update a couple more that grepping for that revealed.
1 parentad08bf5 commit48c9f28

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

‎contrib/auth_delay/auth_delay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* auth_delay.c
44
*
5-
* Copyright (C) 2010-2011, PostgreSQL Global Development Group
5+
* Copyright (c) 2010-2016, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
88
*contrib/auth_delay/auth_delay.c

‎src/test/modules/test_ddl_deparse/test_ddl_deparse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* test_ddl_deparse.c
33
* Support functions for the test_ddl_deparse module
44
*
5-
* Copyright (C) 2014-2016, PostgreSQL Global Development Group
5+
* Copyright (c) 2014-2016, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
88
* src/test/modules/test_ddl_deparse/test_ddl_deparse.c

‎src/test/modules/test_rls_hooks/test_rls_hooks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* test_rls_hooks.c
44
*Code for testing RLS hooks.
55
*
6-
* Copyright (C) 2015-2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2015-2016, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
*src/test/modules/test_rls_hooks/test_rls_hooks.c

‎src/test/modules/test_rls_hooks/test_rls_hooks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* test_rls_hooks.h
44
*Definitions for RLS hooks
55
*
6-
* Copyright (C) 2015-2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2015-2016, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
*src/test/modules/test_rls_hooks/test_rls_hooks.h

‎src/test/modules/test_shm_mq/setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*number of background workers for shared memory message queue
66
*testing.
77
*
8-
* Copyright (C) 2013-2016, PostgreSQL Global Development Group
8+
* Copyright (c) 2013-2016, PostgreSQL Global Development Group
99
*
1010
* IDENTIFICATION
1111
*src/test/modules/test_shm_mq/setup.c

‎src/test/modules/test_shm_mq/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* test.c
44
*Test harness code for shared memory message queues.
55
*
6-
* Copyright (C) 2013-2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2013-2016, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
*src/test/modules/test_shm_mq/test.c

‎src/test/modules/test_shm_mq/test_shm_mq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* test_shm_mq.h
44
*Definitions for shared memory message queues
55
*
6-
* Copyright (C) 2013, PostgreSQL Global Development Group
6+
* Copyright (c) 2013-2016, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
*src/test/modules/test_shm_mq/test_shm_mq.h

‎src/test/modules/test_shm_mq/worker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*but it should be possible to use much of the control logic just
1010
*as presented here.
1111
*
12-
* Copyright (C) 2013-2016, PostgreSQL Global Development Group
12+
* Copyright (c) 2013-2016, PostgreSQL Global Development Group
1313
*
1414
* IDENTIFICATION
1515
*src/test/modules/test_shm_mq/worker.c

‎src/test/modules/worker_spi/worker_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* "delta" type. Delta rows will be deleted by this worker and their values
1414
* aggregated into the total.
1515
*
16-
* Copyright (C) 2013-2016, PostgreSQL Global Development Group
16+
* Copyright (c) 2013-2016, PostgreSQL Global Development Group
1717
*
1818
* IDENTIFICATION
1919
*src/test/modules/worker_spi/worker_spi.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp