Skip to content

Commit f0a1471

Browse files
authored
Merge pull request #816 from jiaoshuntian/update_copyright_ivy4
IvorySQL:Update copyright
2 parents 315c92d + 3e55c3e commit f0a1471

319 files changed

Lines changed: 322 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# gives unlimited permission to copy, distribute and modify it.
1313
#
1414
# Copyright (c) 1996-2024, PostgreSQL Global Development Group
15+
# Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
1516
## -------------------- ##
1617
## M4sh Initialization. ##
1718
## -------------------- ##

contrib/ivorysql_ora/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
2+
# Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
23

34
ivorysql_ora_sources = files(
45
'src/ivorysql_ora.c',

contrib/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
2+
# Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
23

34
contrib_mod_args = pg_mod_args
45

contrib/ora_btree_gin/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
2+
# Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
23

34
btree_gin_sources = files(
45
'ora_btree_gin.c',

contrib/ora_btree_gist/btree_gist.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
23
* contrib/btree_gist/btree_gist.h
34
*/
45
#ifndef __BTREE_GIST_H__

contrib/ora_btree_gist/btree_utils_num.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
23
* contrib/btree_gist/btree_utils_num.h
34
*/
45
#ifndef __BTREE_UTILS_NUM_H__

contrib/ora_btree_gist/btree_utils_var.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
23
* contrib/btree_gist/btree_utils_var.h
34
*/
45
#ifndef __BTREE_UTILS_VAR_H__

contrib/ora_btree_gist/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
2+
# Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
23

34
btree_gist_sources = files(
45
'btree_binary_double.c',

contrib/pg_stat_statements/pg_stat_statements.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
*
3636
*
3737
* Copyright (c) 2008-2024, PostgreSQL Global Development Group
38+
* Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
3839
*
3940
* IDENTIFICATION
4041
* contrib/pg_stat_statements/pg_stat_statements.c

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
2+
#Portions Copyright (c) 2023-2025, IvorySQL Global Development Team
23

34
# Entry point for building PostgreSQL with meson
45
#

0 commit comments

Comments
 (0)