Skip to content

Commit 1d60a94

Browse files
committed
Added The Reorg Development Team copyright
1 parent db1c554 commit 1d60a94

16 files changed

+16
-0
lines changed

COPYRIGHT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +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
34
All rights reserved.
45

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

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
#
78
ifndef USE_PGXS
89
top_builddir = ../..

bin/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
#
78
SRCS = pg_repack.c pgut/pgut.c pgut/pgut-fe.c
89
OBJS = $(SRCS:.c=.o)

bin/pg_repack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*/
78

89
/**

bin/pgut/pgut-fe.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*-------------------------------------------------------------------------
78
*/
89

bin/pgut/pgut-fe.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*-------------------------------------------------------------------------
78
*/
89

bin/pgut/pgut.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*-------------------------------------------------------------------------
78
*/
89

bin/pgut/pgut.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*-------------------------------------------------------------------------
78
*/
89

lib/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
#
78
MODULE_big = pg_repack
89
OBJS = repack.o pgut/pgut-be.o pgut/pgut-spi.o

lib/pg_repack.sql.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*/
78

89
CREATE FUNCTION repack.version() RETURNS text AS

lib/pgut/pgut-be.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*
78
*-------------------------------------------------------------------------
89
*/

lib/pgut/pgut-be.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*
78
*-------------------------------------------------------------------------
89
*/

lib/pgut/pgut-spi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*-------------------------------------------------------------------------
78
*/
89

lib/pgut/pgut-spi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*-------------------------------------------------------------------------
78
*/
89

lib/repack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*/
78

89
#include "postgres.h"

lib/uninstall_pg_repack.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
67
*/
78

89
DROP SCHEMA IF EXISTS repack CASCADE;

0 commit comments

Comments
 (0)