Skip to content

Commit b7a6bd2

Browse files
committed
Update copyright year of files
1 parent 6095812 commit b7a6bd2

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
1+
Copyright (c) 2012-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
22
All rights reserved.
33

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

SPECS/pg_dbms_stats13.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPEC file for pg_dbms_stats13
2-
# Copyright(C) 2012-2020 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2+
# Copyright(c) 2012-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
33

44
%define _pgdir /usr/pgsql-13
55
%define _bindir %{_pgdir}/bin

doc/objects-en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h2 id="seealso">関連項目</h2>
237237
<a href="http://www.postgresql.jp/document/current/html/app-vacuumdb.html">vacuumdb</a>
238238

239239
<hr />
240-
<p class="footer">Copyright (c) 2009-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
240+
<p class="footer">Copyright (c) 2009-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
241241

242242
</body>
243243
</html>

doc/objects-ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ <h2 id="seealso">関連項目</h2>
245245
<a href="http://www.postgresql.jp/document/current/html/app-vacuumdb.html">vacuumdb</a>
246246

247247
<hr />
248-
<p class="footer">Copyright (c) 2009-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
248+
<p class="footer">Copyright (c) 2009-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
249249

250250
</body>
251251
</html>

doc/pg_dbms_stats-en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ <h2 id="seealso">10. SEE ALSO</h2>
423423
<a href="http://www.postgresql.jp/document/current/html/sql-copy.html">COPY</a>
424424

425425
<hr />
426-
<p class="footer">Copyright (c) 2009-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
426+
<p class="footer">Copyright (c) 2009-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
427427

428428
</body>
429429
</html>

doc/pg_dbms_stats-ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ <h2 id="seealso">10. 関連項目</h2>
444444
<a href="http://www.postgresql.jp/document/current/html/sql-copy.html">COPY</a>
445445

446446
<hr />
447-
<p class="footer">Copyright (c) 2009-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
447+
<p class="footer">Copyright (c) 2009-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
448448

449449
</body>
450450
</html>

dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* dump.c
33
*
4-
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
4+
* Copyright (c) 2009-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*/

import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* import.c
33
*
4-
* Copyright (c) 2012-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
4+
* Copyright (c) 2012-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
*/
66
#include "postgres.h"
77

pg_dbms_stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* pg_dbms_stats.c
33
*
4-
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
4+
* Copyright (c) 2009-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*/

pg_dbms_stats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* pg_dbms_stats.h
33
*
4-
* Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
4+
* Copyright (c) 2009-2021, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
55
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*/

0 commit comments

Comments
 (0)