Skip to content

Commit 1d0c6d5

Browse files
authored
Merge pull request IvorySQL#1143 from jiaoshuntian/ivy5_copyright
Update ivorysql copyright for 2026
2 parents 0835860 + ef776b4 commit 1d0c6d5

413 files changed

Lines changed: 416 additions & 416 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This configure script is free software; the Free Software Foundation
1212
# gives unlimited permission to copy, distribute and modify it.
1313
#
14-
# Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
14+
# Portions Copyright (c) 2023-2026, IvorySQL Global Development Team
1515
# Copyright (c) 1996-2025, PostgreSQL Global Development Group
1616
## -------------------- ##
1717
## M4sh Initialization. ##

contrib/gb18030_2022/Maps/UCS_to_GB18030.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/
1111
#
1212
#
13-
# Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
13+
# Portions Copyright (c) 2023-2026, IvorySQL Global Development Team
1414
#
1515
# Identification:
1616
# contrib/gb18030_2022/Maps/UCS_to_GB18030.pl
@@ -53,4 +53,4 @@
5353
}
5454
close($in);
5555

56-
print_conversion_tables($this_script, "GB18030_2022", \@mapping);
56+
print_conversion_tables($this_script, "GB18030_2022", \@mapping);

contrib/gb18030_2022/Maps/convutils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ------------------------------------------------
22
#
3-
# Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
3+
# Portions Copyright (c) 2023-2026, IvorySQL Global Development Team
44
#
55
# Identification:
66
# contrib/gb18030_2022/Maps/convutils.pm

contrib/gb18030_2022/Maps/gb-18030-2022.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63544,4 +63544,4 @@
6354463544
<range uFirst="FFE6" uLast="FFFF" bFirst="84 31 A2 34" bLast="84 31 A4 39" bMin="81 30 81 30" bMax="FE 39 FE 39"/>
6354563545
<range uFirst="10000" uLast="10FFFF" bFirst="90 30 81 30" bLast="E3 32 9A 35" bMin="81 30 81 30" bMax="FE 39 FE 39"/>
6354663546
</assignments>
63547-
</characterMapping>
63547+
</characterMapping>

contrib/gb18030_2022/expected/gb18030_2022_and_utf8_1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,4 +962,4 @@ show shared_preload_libraries;
962962
ivorysql_ora | 1.0 | sys | Oracle Compatible extenison on Postgres Database
963963
plisql | 1.0 | pg_catalog | PL/iSQL procedural language
964964
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
965-
(4 rows)
965+
(4 rows)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* contrib/gb18030_2022/gb18030_2022--1.0.sql */
22
--complain if script is sourced in psql rather than via ALTER EXTENSION
33
\echo Use "CREATE EXTENSION gb18030_2022" to load this file. \quit
4-
LOAD 'gb18030_2022';
4+
LOAD 'gb18030_2022';

contrib/gb18030_2022/gb18030_2022.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ default_version = '1.0'
33
module_pathname = '$libdir/gb18030_2022'
44
relocatable = false
55
schema = pg_catalog
6-
trusted = true
6+
trusted = true

contrib/gb18030_2022/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
1+
# Portions Copyright (c) 2023-2026, IvorySQL Global Development Team
22

33
gb18030_2022_src_files = files(
44
'utf8_and_gb18030_2022.c'

contrib/gb18030_2022/sql/copy.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ select * from copy_csv_18030;
3939
drop table copy_csv_18030;
4040

4141
\c postgres
42-
drop database gb18030_copy;
42+
drop database gb18030_copy;

contrib/gb18030_2022/utf8_and_gb18030_2022.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* support encoding conversion between gb18030_2022 and utf8 using radix tree in ./Maps/\*.map.
77
*
88
*
9-
* Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
9+
* Portions Copyright (c) 2023-2026, IvorySQL Global Development Team
1010
*
1111
* Identification:
1212
* contrib/gb18030_2022

0 commit comments

Comments
 (0)