Added The Reorg Development Team copyright

This commit is contained in:
Daniele Varrazzo
2012-11-11 03:00:00 +00:00
parent db1c554f60
commit 1d60a946ff
16 changed files with 16 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#
# Portions Copyright (c) 2008-2012, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
# Portions Copyright (c) 2011, Itagaki Takahiro
# Portions Copyright (c) 2012, The Reorg Development Team
#
MODULE_big = pg_repack
OBJS = repack.o pgut/pgut-be.o pgut/pgut-spi.o

View File

@ -3,6 +3,7 @@
*
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2011, Itagaki Takahiro
* Portions Copyright (c) 2012, The Reorg Development Team
*/
CREATE FUNCTION repack.version() RETURNS text AS

View File

@ -3,6 +3,7 @@
* pgut-be.c
*
* Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2012, The Reorg Development Team
*
*-------------------------------------------------------------------------
*/

View File

@ -3,6 +3,7 @@
* pgut-be.h
*
* Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2012, The Reorg Development Team
*
*-------------------------------------------------------------------------
*/

View File

@ -3,6 +3,7 @@
*
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2011, Itagaki Takahiro
* Portions Copyright (c) 2012, The Reorg Development Team
*-------------------------------------------------------------------------
*/

View File

@ -3,6 +3,7 @@
*
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2011, Itagaki Takahiro
* Portions Copyright (c) 2012, The Reorg Development Team
*-------------------------------------------------------------------------
*/

View File

@ -3,6 +3,7 @@
*
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2011, Itagaki Takahiro
* Portions Copyright (c) 2012, The Reorg Development Team
*/
#include "postgres.h"

View File

@ -3,6 +3,7 @@
*
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Portions Copyright (c) 2011, Itagaki Takahiro
* Portions Copyright (c) 2012, The Reorg Development Team
*/
DROP SCHEMA IF EXISTS repack CASCADE;