Skip to content

Commit

Permalink
Update copryright for 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonInsung committed Jan 21, 2019
1 parent daead64 commit be6f4d6
Show file tree
Hide file tree
Showing 27 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION

Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# pg_rman: Makefile
#
# Portions Copyright (c) 2008-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
# Portions Copyright (c) 2008-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
#
PROGRAM = pg_rman
SRCS = \
Expand Down
2 changes: 1 addition & 1 deletion backup.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* backup.c: backup DB cluster, archived WAL, serverlog.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion catalog.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* catalog.c: backup catalog operation
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion data.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* data.c: utilities for backing up and restoring database files along with
* the support for compression/decompression of individual data file pages
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion delete.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* delete.c: delete backup files.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* dir.c: directory operation utility.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/index-ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ <h1 id="seealso">関連項目</h2>

<hr />

<p class="footer">Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
<p class="footer">Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>

</body>
</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ <h1 id="seealso">See Also</h2>

<hr />

<p class="footer">Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
<p class="footer">Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>

</body>
</html>
2 changes: 1 addition & 1 deletion idxpagehdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* file!!! Although, incompatible changes to the definitions in this file
* will be rare.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* init.c: manage backup catalog.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion parray.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* parray.c: pointer array collection.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion parray.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* parray.h: pointer array collection.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pg_rman.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pg_rman.c: Backup/Recovery manager for PostgreSQL.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pg_rman.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pg_rman.h: Backup/Recovery manager for PostgreSQL.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pgsql_src/COPYRIGHT.pgsql_src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Files in this directory are parts of PostgreSQL Database Management System.
Copyright holders of those files are following organizations:


Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group

Portions Copyright (c) 1994, The Regents of the University of California

Expand Down
2 changes: 1 addition & 1 deletion pgsql_src/pg_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pg_ctl --- start/stops/restarts the PostgreSQL server
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.111 2009/06/11 14:49:07 momjian Exp $
*
Expand Down
2 changes: 1 addition & 1 deletion pgut/pgut-port.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pgut-port.c
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pgut/pgut-port.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pgut-port.h
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pgut/pgut.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pgut.c
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pgut/pgut.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pgut.h
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion restore.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* restore.c: restore DB cluster and archived WAL.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion script/snapshot_script_lvm.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#############################################################################
# Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
# Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
#############################################################################

CMD_SUDO="/usr/bin/sudo"
Expand Down
2 changes: 1 addition & 1 deletion show.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* show.c: show backup catalog.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion util.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* util.c: log messages to log file or stderr, and misc code.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion validate.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* validate.c: validate backup files.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion xlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* xlog.c: Parse WAL files.
*
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down

0 comments on commit be6f4d6

Please sign in to comment.