From 7e1729d463782c9e850dd8a52085b8276f13defb Mon Sep 17 00:00:00 2001 From: Gilles Darold Date: Tue, 25 Apr 2023 07:55:41 +0200 Subject: [PATCH] Update copyright year --- LICENSE | 2 +- README.md | 2 +- bin/pg_dbms_job | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 866e618..f8b5b8b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ PostgreSQL License -Copyright (c) 2021-2022, MigOps Inc +Copyright (c) 2021-2023, MigOps Inc Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is diff --git a/README.md b/README.md index 75cf9e8..bfe3953 100644 --- a/README.md +++ b/README.md @@ -573,4 +573,4 @@ Once the trigger are dropped the polling of job will only be done every `job_que This extension is free software distributed under the PostgreSQL License. - Copyright (c) 2021-2022 MigOps Inc. + Copyright (c) 2021-2023 MigOps Inc. diff --git a/bin/pg_dbms_job b/bin/pg_dbms_job index f193c10..409a9e0 100755 --- a/bin/pg_dbms_job +++ b/bin/pg_dbms_job @@ -6,7 +6,7 @@ # # Author: Gilles Darold # Licence: PostgreSQL -# Copyright (c) 2021-2022, MigOps Inc, +# Copyright (c) 2021-2023, MigOps Inc, #------------------------------------------------------------------------- use vars qw($VERSION $PROGRAM); use strict;