Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7894e5e

Browse files
committed
Update copyright years
1 parent6751a4c commit7894e5e

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

‎LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
testgres is released under the PostgreSQL License, a liberal Open Source license, similar to the BSD or MIT licenses.
22

3-
Copyright (c) 2016-2018, Postgres Professional
3+
Copyright (c) 2016-2023, Postgres Professional
44

55
Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.
66

‎docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project=u'testgres'
22-
copyright=u'2016-2022, Postgres Professional'
22+
copyright=u'2016-2023, Postgres Professional'
2323
author=u'Postgres Professional'
2424

2525
# The short X.Y version

‎publish_package.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (c) 2017-2022 Postgres Professional
4-
53
set -eux
64

75
# prepare environment
@@ -21,3 +19,4 @@ python3 setup.py sdist bdist_wheel
2119
twine upload dist/*
2220

2321
set +eux
22+

‎run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (c) 2017-2022 Postgres Professional
3+
# Copyright (c) 2017-2023 Postgres Professional
44

55
set -eux
66

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp