Skip to content

update copyrigth notices #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pg_variables is released under the PostgreSQL License, a liberal Open Source license, similar to the BSD or MIT licenses.

Copyright (c) 2016-2018, Postgres Professional
Copyright (c) 2016-2022, Postgres Professional
Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California

Expand Down
2 changes: 1 addition & 1 deletion pg_variables.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* pg_variables.c
* Functions, which get or set variables values
*
* Copyright (c) 2015-2021, Postgres Professional
* Copyright (c) 2015-2022, Postgres Professional
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pg_variables.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* pg_variables.c
* exported definitions for pg_variables.c
*
* Copyright (c) 2015-2016, Postgres Professional
* Copyright (c) 2015-2022, Postgres Professional
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pg_variables_record.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* pg_variables_record.c
* Functions to work with record types
*
* Copyright (c) 2015-2016, Postgres Professional
* Copyright (c) 2015-2022, Postgres Professional
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

#
# Copyright (c) 2018, Postgres Professional
# Copyright (c) 2018-2022, Postgres Professional
#
# supported levels:
# * standard
Expand Down