Skip to content

Commit 080ebd3

Browse files
committed
Bump up Copyright notices for 2015
1 parent db4ec04 commit 080ebd3

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
22
Portions Copyright (c) 2011, Itagaki Takahiro
3-
Portions Copyright (c) 2012, The Reorg Development Team
3+
Portions Copyright (c) 2012-2015, The Reorg Development Team
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
# Portions Copyright (c) 2011, Itagaki Takahiro
6-
# Portions Copyright (c) 2012, The Reorg Development Team
6+
# Portions Copyright (c) 2012-2015, The Reorg Development Team
77
#
88

99
PG_CONFIG ?= pg_config

bin/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Portions Copyright (c) 2008-2012, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
# Portions Copyright (c) 2011, Itagaki Takahiro
6-
# Portions Copyright (c) 2012, The Reorg Development Team
6+
# Portions Copyright (c) 2012-2015, The Reorg Development Team
77
#
88

99
PG_CONFIG ?= pg_config

bin/pg_repack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 2011, Itagaki Takahiro
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*/
88

99
/**

bin/pgut/pgut-fe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 2011, Itagaki Takahiro
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*-------------------------------------------------------------------------
88
*/
99

bin/pgut/pgut-fe.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 2011, Itagaki Takahiro
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*-------------------------------------------------------------------------
88
*/
99

bin/pgut/pgut.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 2011, Itagaki Takahiro
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*-------------------------------------------------------------------------
88
*/
99

bin/pgut/pgut.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 2011, Itagaki Takahiro
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*-------------------------------------------------------------------------
88
*/
99

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Portions Copyright (c) 2008-2012, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
# Portions Copyright (c) 2011, Itagaki Takahiro
6-
# Portions Copyright (c) 2012, The Reorg Development Team
6+
# Portions Copyright (c) 2012-2015, The Reorg Development Team
77
#
88

99
PG_CONFIG ?= pg_config

lib/pg_repack.sql.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 2011, Itagaki Takahiro
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*/
88

99
CREATE SCHEMA repack;

lib/pgut/pgut-be.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pgut-be.c
44
*
55
* Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*
88
*-------------------------------------------------------------------------
99
*/

lib/pgut/pgut-be.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pgut-be.h
44
*
55
* Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*
88
*-------------------------------------------------------------------------
99
*/

lib/pgut/pgut-spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 2011, Itagaki Takahiro
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*-------------------------------------------------------------------------
88
*/
99

lib/pgut/pgut-spi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 2011, Itagaki Takahiro
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*-------------------------------------------------------------------------
88
*/
99

lib/repack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 2011, Itagaki Takahiro
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*/
88

99
#include "postgres.h"

lib/uninstall_pg_repack.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 2011, Itagaki Takahiro
6-
* Portions Copyright (c) 2012, The Reorg Development Team
6+
* Portions Copyright (c) 2012-2015, The Reorg Development Team
77
*/
88

99
DROP SCHEMA IF EXISTS repack CASCADE;

regress/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Portions Copyright (c) 2008-2012, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
# Portions Copyright (c) 2011, Itagaki Takahiro
6-
# Portions Copyright (c) 2012, The Reorg Development Team
6+
# Portions Copyright (c) 2012-2015, The Reorg Development Team
77
#
88

99
PG_CONFIG ?= pg_config

0 commit comments

Comments
 (0)