Skip to content

Commit 2694842

Browse files
author
Ekaterina Sokolova
committed
Fix Copyrights.
Only for basic files, not patches.
1 parent c9f90cb commit 2694842

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

LICENSE

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

3-
Copyright (c) 2016-2019, Postgres Professional
3+
Copyright (c) 2016-2023, Postgres Professional
44
Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
55
Portions Copyright (c) 1994, The Regents of the University of California
66

pg_query_state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* pg_query_state.c
33
* Extract information about query state from other backend
44
*
5-
* Copyright (c) 2016-2016, Postgres Professional
5+
* Copyright (c) 2016-2023, Postgres Professional
66
*
77
* contrib/pg_query_state/pg_query_state.c
88
* IDENTIFICATION

pg_query_state.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* pg_query_state.h
33
* Headers for pg_query_state extension.
44
*
5-
* Copyright (c) 2016-2016, Postgres Professional
5+
* Copyright (c) 2016-2023, Postgres Professional
66
*
77
* IDENTIFICATION
88
* contrib/pg_query_state/pg_query_state.h

run_tests.sh

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

33
#
4-
# Copyright (c) 2019, Postgres Professional
4+
# Copyright (c) 2019-2023, Postgres Professional
55
#
66
# supported levels:
77
# * standard

signal_handler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* signal_handler.c
33
* Collect current query state and send it to requestor in custom signal handler
44
*
5-
* Copyright (c) 2016-2016, Postgres Professional
5+
* Copyright (c) 2016-2023, Postgres Professional
66
*
77
* IDENTIFICATION
88
* contrib/pg_query_state/signal_handler.c

tests/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
common.py
3-
Copyright (c) 2016-2020, Postgres Professional
3+
Copyright (c) 2016-2023, Postgres Professional
44
'''
55

66
import psycopg2

tests/pg_qs_test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
pg_qs_test_runner.py
3-
Copyright (c) 2016-2021, Postgres Professional
3+
Copyright (c) 2016-2023, Postgres Professional
44
'''
55

66
import argparse

tests/test_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
test_cases.py
3-
Copyright (c) 2016-2021, Postgres Professional
3+
Copyright (c) 2016-2023, Postgres Professional
44
'''
55

66
import json

tests/tpcds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
test_cases.py
3-
Copyright (c) 2016-2020, Postgres Professional
3+
Copyright (c) 2016-2023, Postgres Professional
44
'''
55

66
import os

0 commit comments

Comments
 (0)