Skip to content

Commit 848e53c

Browse files
authored
Merge pull request #818 from jiaoshuntian/update_copyright_ivy4
IvorySQL:Add missing copyright info
2 parents f0a1471 + 8d43284 commit 848e53c

5 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/bin/psql/ora_psqlscanslash.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Authored by [email protected], 20220705.
55
*
66
* Copyright:
7+
* Copyright (c) 2000-2024, PostgreSQL Global Development Group
78
* Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
89
*
910
* src/bin/psql/ora_psqlscanslash.h

src/include/oracle_fe_utils/ora_psqlscan.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
* Authored by [email protected]
1313
*
1414
* Copyright:
15+
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
16+
* Portions Copyright (c) 1994, Regents of the University of California
1517
* Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
1618
*
1719
* src/include/oracle_fe_utils/ora_psqlscan.h

src/include/oracle_parser/ora_scanner.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* higher-level API provided by parser.h.
99
*
1010
*
11+
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
12+
* Portions Copyright (c) 1994, Regents of the University of California
1113
* Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
1214
*
1315
* src/include/oracle-parser/ora_scanner.h

src/oracle_fe_utils/ora_string_utils.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* and interpreting backend output.
77
*
88
*
9+
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
10+
* Portions Copyright (c) 1994, Regents of the University of California
911
* Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
1012
*
1113
* src/oracle_fe_utils/ora_string_utils.c

src/tools/ora_gen_keywordlist.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# Note that case folding works correctly only for all-ASCII keywords!
2222
#
2323
#
24+
# Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
25+
# Portions Copyright (c) 1994, Regents of the University of California
2426
# Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
2527
#
2628
# src/tools/ora_gen_keywordlist.pl

0 commit comments

Comments
 (0)