firtst release
Revision | 6225c965e21e941654dbb32f778c35c92d22b373 (tree) |
---|---|
Time | 2014-01-20 16:14:18 |
Author | Takashi Suzuki <suzuki.takashi@metr...> |
Commiter | Takashi Suzuki |
COPYRIGHTを2014年に更新した
@@ -1,4 +1,4 @@ | ||
1 | -Copyright (c) 2012-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | |
1 | +Copyright (c) 2012-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | |
2 | 2 | All rights reserved. |
3 | 3 | |
4 | 4 | Redistribution and use in source and binary forms, with or without |
@@ -2,7 +2,7 @@ core.c and make_join_rel.c are parts of PostgreSQL Database Management System. | ||
2 | 2 | (formerly known as Postgres, then as Postgres95) |
3 | 3 | Copyright holders of those files are following organizations: |
4 | 4 | |
5 | -Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group | |
5 | +Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group | |
6 | 6 | |
7 | 7 | Portions Copyright (c) 1994, The Regents of the University of California |
8 | 8 |
@@ -1,7 +1,7 @@ | ||
1 | 1 | # |
2 | 2 | # pg_hint_plan: Makefile |
3 | 3 | # |
4 | -# Copyright (c) 2012-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | |
4 | +# Copyright (c) 2012-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | |
5 | 5 | # |
6 | 6 | |
7 | 7 | MODULES = pg_hint_plan |
@@ -1,5 +1,5 @@ | ||
1 | 1 | # SPEC file for pg_hint_plan |
2 | -# Copyright(C) 2013 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | |
2 | +# Copyright(C) 2012-2014 NIPPON TELEGRAPH AND TELEPHONE CORPORATION | |
3 | 3 | |
4 | 4 | %define _pgdir /usr/pgsql-9.2 |
5 | 5 | %define _bindir %{_pgdir}/bin |
@@ -20,7 +20,7 @@ | ||
20 | 20 | * mark_dummy_rel() |
21 | 21 | * restriction_is_constant_false() |
22 | 22 | * |
23 | - * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group | |
23 | + * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group | |
24 | 24 | * Portions Copyright (c) 1994, Regents of the University of California |
25 | 25 | * |
26 | 26 | *------------------------------------------------------------------------- |
@@ -101,7 +101,7 @@ PostgreSQL 9.2以降で動作します。</td></tr> | ||
101 | 101 | <a href="hint_list-ja.html">Appendix A. ヒント句一覧</a> |
102 | 102 | </div> |
103 | 103 | |
104 | -<p class="footer">Copyright (c) 2012-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p> | |
104 | +<p class="footer">Copyright (c) 2012-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p> | |
105 | 105 | |
106 | 106 | <!-- |
107 | 107 | <script type="text/javascript"> |
@@ -675,7 +675,7 @@ postgres=# | ||
675 | 675 | <a href="pg_hint_plan-ja.html">pg_hint_plan</a> |
676 | 676 | </div> |
677 | 677 | |
678 | -<p class="footer">Copyright (c) 2012-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p> | |
678 | +<p class="footer">Copyright (c) 2012-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p> | |
679 | 679 | |
680 | 680 | <!-- |
681 | 681 | <script type="text/javascript"> |
@@ -6,7 +6,7 @@ | ||
6 | 6 | * src/backend/optimizer/path/joinrels.c |
7 | 7 | * make_join_rel() |
8 | 8 | * |
9 | - * Portions Copyright (c) 2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | |
9 | + * Portions Copyright (c) 2013-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | |
10 | 10 | * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group |
11 | 11 | * Portions Copyright (c) 1994, Regents of the University of California |
12 | 12 | * |
@@ -4,7 +4,7 @@ | ||
4 | 4 | * do instructions or hints to the planner using C-style block comments |
5 | 5 | * of the SQL. |
6 | 6 | * |
7 | - * Copyright (c) 2012-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | |
7 | + * Copyright (c) 2012-2014, NIPPON TELEGRAPH AND TELEPHONE CORPORATION | |
8 | 8 | * |
9 | 9 | *------------------------------------------------------------------------- |
10 | 10 | */ |