diff --git a/LICENSE b/LICENSE index aecd4bf..c1c0760 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 Open Text + Copyright (c) [yyyy] Open Text Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/common/fileutils.go b/common/fileutils.go index 1877ebc..33d73e2 100644 --- a/common/fileutils.go +++ b/common/fileutils.go @@ -1,6 +1,6 @@ package common -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/common/osutils.go b/common/osutils.go index 05ef1b9..3505396 100644 --- a/common/osutils.go +++ b/common/osutils.go @@ -2,7 +2,7 @@ package common import "runtime" -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/common/types.go b/common/types.go index 64780d7..d1ccc49 100644 --- a/common/types.go +++ b/common/types.go @@ -1,6 +1,6 @@ package common -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/connection.go b/connection.go index f212c98..60b711f 100644 --- a/connection.go +++ b/connection.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/context.go b/context.go index 207709a..6278825 100644 --- a/context.go +++ b/context.go @@ -7,7 +7,7 @@ import ( "os" ) -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/driver.go b/driver.go index bee34c4..58e7f65 100644 --- a/driver.go +++ b/driver.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/driver_test.go b/driver_test.go index cb604c5..d74d493 100644 --- a/driver_test.go +++ b/driver_test.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/errors.go b/errors.go index 540bcc8..b5c18ea 100644 --- a/errors.go +++ b/errors.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/logger/filelogger.go b/logger/filelogger.go index c5ecdac..735c6e7 100644 --- a/logger/filelogger.go +++ b/logger/filelogger.go @@ -1,6 +1,6 @@ package logger -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/logger/logger.go b/logger/logger.go index eff7fc7..4a0cea6 100644 --- a/logger/logger.go +++ b/logger/logger.go @@ -1,6 +1,6 @@ package logger -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/logger/logger_test.go b/logger/logger_test.go index 4a6f802..7e03b25 100644 --- a/logger/logger_test.go +++ b/logger/logger_test.go @@ -1,6 +1,6 @@ package logger -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/logger/stdiologger.go b/logger/stdiologger.go index a84db52..1beb6c4 100644 --- a/logger/stdiologger.go +++ b/logger/stdiologger.go @@ -1,6 +1,6 @@ package logger -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/logger_test.go b/logger_test.go index bfec2df..066fc8d 100644 --- a/logger_test.go +++ b/logger_test.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beauthenticationmsg.go b/msgs/beauthenticationmsg.go index 437c3c6..b1dfd3d 100644 --- a/msgs/beauthenticationmsg.go +++ b/msgs/beauthenticationmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/bebindcompletemsg.go b/msgs/bebindcompletemsg.go index 6196a98..870aede 100644 --- a/msgs/bebindcompletemsg.go +++ b/msgs/bebindcompletemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beclosecompletemsg.go b/msgs/beclosecompletemsg.go index a7aa7bd..f23016a 100644 --- a/msgs/beclosecompletemsg.go +++ b/msgs/beclosecompletemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/becmdcompletemsg.go b/msgs/becmdcompletemsg.go index 5ac6107..9420108 100644 --- a/msgs/becmdcompletemsg.go +++ b/msgs/becmdcompletemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/becmddescriptionmsg.go b/msgs/becmddescriptionmsg.go index 823aafc..abf50f4 100644 --- a/msgs/becmddescriptionmsg.go +++ b/msgs/becmddescriptionmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/bedatarowmsg.go b/msgs/bedatarowmsg.go index 0e84539..796612f 100644 --- a/msgs/bedatarowmsg.go +++ b/msgs/bedatarowmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/bedatarowmsg_test.go b/msgs/bedatarowmsg_test.go index cb78b34..377b3f7 100644 --- a/msgs/bedatarowmsg_test.go +++ b/msgs/bedatarowmsg_test.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beemptyqueryrespmsg.go b/msgs/beemptyqueryrespmsg.go index 18c0e8e..328b98f 100644 --- a/msgs/beemptyqueryrespmsg.go +++ b/msgs/beemptyqueryrespmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beerrormsg.go b/msgs/beerrormsg.go index 00d5849..4803183 100644 --- a/msgs/beerrormsg.go +++ b/msgs/beerrormsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beinitstdinloadmsg.go b/msgs/beinitstdinloadmsg.go index 91a0fc5..9a09e0e 100644 --- a/msgs/beinitstdinloadmsg.go +++ b/msgs/beinitstdinloadmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/bekeydatamsg.go b/msgs/bekeydatamsg.go index db5f4a5..73a56ec 100644 --- a/msgs/bekeydatamsg.go +++ b/msgs/bekeydatamsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beloadbalancemsg.go b/msgs/beloadbalancemsg.go index e2eac3d..4b26a0b 100644 --- a/msgs/beloadbalancemsg.go +++ b/msgs/beloadbalancemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beloadnewfilemsg.go b/msgs/beloadnewfilemsg.go index c3fe24c..7af60cc 100644 --- a/msgs/beloadnewfilemsg.go +++ b/msgs/beloadnewfilemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/benodatamsg.go b/msgs/benodatamsg.go index 794f185..da2d348 100644 --- a/msgs/benodatamsg.go +++ b/msgs/benodatamsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/benoticemsg.go b/msgs/benoticemsg.go index 11111ce..6d9a51a 100644 --- a/msgs/benoticemsg.go +++ b/msgs/benoticemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beparameterdescmsg.go b/msgs/beparameterdescmsg.go index 968d44d..0844d06 100644 --- a/msgs/beparameterdescmsg.go +++ b/msgs/beparameterdescmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beparamstatusmsg.go b/msgs/beparamstatusmsg.go index 04d5d52..5f9faad 100644 --- a/msgs/beparamstatusmsg.go +++ b/msgs/beparamstatusmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beparsecomplete.go b/msgs/beparsecomplete.go index 784ea41..72c95d0 100644 --- a/msgs/beparsecomplete.go +++ b/msgs/beparsecomplete.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beportalsuspendedmsg.go b/msgs/beportalsuspendedmsg.go index 922956f..2dc67a7 100644 --- a/msgs/beportalsuspendedmsg.go +++ b/msgs/beportalsuspendedmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/bereadyforquerymsg.go b/msgs/bereadyforquerymsg.go index 4055379..2d02dd1 100644 --- a/msgs/bereadyforquerymsg.go +++ b/msgs/bereadyforquerymsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/berowdescmsg.go b/msgs/berowdescmsg.go index 964bf37..e41e719 100644 --- a/msgs/berowdescmsg.go +++ b/msgs/berowdescmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/beverifyloadfilesmsg.go b/msgs/beverifyloadfilesmsg.go index 11cab8a..49f28ac 100644 --- a/msgs/beverifyloadfilesmsg.go +++ b/msgs/beverifyloadfilesmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/bewritefilemsg.go b/msgs/bewritefilemsg.go index ba2d669..dc05ba4 100644 --- a/msgs/bewritefilemsg.go +++ b/msgs/bewritefilemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/febindmsg.go b/msgs/febindmsg.go index 285f64b..9007fb5 100644 --- a/msgs/febindmsg.go +++ b/msgs/febindmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/febindmsg_test.go b/msgs/febindmsg_test.go index 1bc6c85..cff12cf 100644 --- a/msgs/febindmsg_test.go +++ b/msgs/febindmsg_test.go @@ -6,7 +6,7 @@ import ( "testing" ) -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/fecancelmsg.go b/msgs/fecancelmsg.go index 377deda..b2b9206 100644 --- a/msgs/fecancelmsg.go +++ b/msgs/fecancelmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/feclosemsg.go b/msgs/feclosemsg.go index 92ee9c9..4412ae0 100644 --- a/msgs/feclosemsg.go +++ b/msgs/feclosemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/fedescribemsg.go b/msgs/fedescribemsg.go index 3df038f..7bbab61 100644 --- a/msgs/fedescribemsg.go +++ b/msgs/fedescribemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/feerrormsg.go b/msgs/feerrormsg.go index 423520f..69ada2c 100644 --- a/msgs/feerrormsg.go +++ b/msgs/feerrormsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/feexecutemsg.go b/msgs/feexecutemsg.go index 65e20ea..a3fb06e 100644 --- a/msgs/feexecutemsg.go +++ b/msgs/feexecutemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/feflush.go b/msgs/feflush.go index 013a57f..592cd8f 100644 --- a/msgs/feflush.go +++ b/msgs/feflush.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/feloadbalancemsg.go b/msgs/feloadbalancemsg.go index bca6a4e..c110be4 100644 --- a/msgs/feloadbalancemsg.go +++ b/msgs/feloadbalancemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/feloaddatamsg.go b/msgs/feloaddatamsg.go index e10fba1..c23b96f 100644 --- a/msgs/feloaddatamsg.go +++ b/msgs/feloaddatamsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/feloaddonemsg.go b/msgs/feloaddonemsg.go index bc8695e..65e635a 100644 --- a/msgs/feloaddonemsg.go +++ b/msgs/feloaddonemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/feloadfailmsg.go b/msgs/feloadfailmsg.go index f0c1b52..047d4e2 100644 --- a/msgs/feloadfailmsg.go +++ b/msgs/feloadfailmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/feparsemsg.go b/msgs/feparsemsg.go index 530255d..614e8d3 100644 --- a/msgs/feparsemsg.go +++ b/msgs/feparsemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/fepasswordmsg.go b/msgs/fepasswordmsg.go index 8a70dd8..ad18057 100644 --- a/msgs/fepasswordmsg.go +++ b/msgs/fepasswordmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/fequerymsg.go b/msgs/fequerymsg.go index 6154e32..ee74ae1 100644 --- a/msgs/fequerymsg.go +++ b/msgs/fequerymsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/fesslmsg.go b/msgs/fesslmsg.go index c6c80f4..7e83ffe 100644 --- a/msgs/fesslmsg.go +++ b/msgs/fesslmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/festartupmsg.go b/msgs/festartupmsg.go index d1e62b7..44f24d4 100644 --- a/msgs/festartupmsg.go +++ b/msgs/festartupmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/fesyncmsg.go b/msgs/fesyncmsg.go index 14fe6ba..fbad922 100644 --- a/msgs/fesyncmsg.go +++ b/msgs/fesyncmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/feterminatemsg.go b/msgs/feterminatemsg.go index 8771da5..8aa8648 100644 --- a/msgs/feterminatemsg.go +++ b/msgs/feterminatemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/feverifyloadfiles.go b/msgs/feverifyloadfiles.go index a2ed2c9..585d24b 100644 --- a/msgs/feverifyloadfiles.go +++ b/msgs/feverifyloadfiles.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/msg.go b/msgs/msg.go index 6952c96..9c18212 100644 --- a/msgs/msg.go +++ b/msgs/msg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/msgs/msgbuffer.go b/msgs/msgbuffer.go index 14c0607..a1ddbf6 100644 --- a/msgs/msgbuffer.go +++ b/msgs/msgbuffer.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/parse/queryLex.go b/parse/queryLex.go index 6ea6acd..e1264ec 100644 --- a/parse/queryLex.go +++ b/parse/queryLex.go @@ -6,7 +6,7 @@ import ( "unicode/utf8" ) -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/parse/queryLex_test.go b/parse/queryLex_test.go index 0db5cd2..3ad369a 100644 --- a/parse/queryLex_test.go +++ b/parse/queryLex_test.go @@ -1,6 +1,6 @@ package parse -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/result.go b/result.go index d01f6b7..ce17895 100644 --- a/result.go +++ b/result.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rowcache/file.go b/rowcache/file.go index 0b9782a..6ec32f5 100644 --- a/rowcache/file.go +++ b/rowcache/file.go @@ -1,6 +1,6 @@ package rowcache -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rowcache/file_test.go b/rowcache/file_test.go index 0246a51..e3a6a05 100644 --- a/rowcache/file_test.go +++ b/rowcache/file_test.go @@ -1,6 +1,6 @@ package rowcache -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rowcache/memory.go b/rowcache/memory.go index bdce26f..545494f 100644 --- a/rowcache/memory.go +++ b/rowcache/memory.go @@ -1,6 +1,6 @@ package rowcache -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rowcache/memory_test.go b/rowcache/memory_test.go index 1069fe9..53d5817 100644 --- a/rowcache/memory_test.go +++ b/rowcache/memory_test.go @@ -1,6 +1,6 @@ package rowcache -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rows.go b/rows.go index 707b406..a5eccb8 100644 --- a/rows.go +++ b/rows.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rows_test.go b/rows_test.go index 0177a38..768cb94 100644 --- a/rows_test.go +++ b/rows_test.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/stmt.go b/stmt.go index fc6a8a0..1b4e23b 100644 --- a/stmt.go +++ b/stmt.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/stmt_test.go b/stmt_test.go index 8c186fd..a9463c8 100644 --- a/stmt_test.go +++ b/stmt_test.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2020-2023 Open Text. +// Copyright (c) 2020-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tx.go b/tx.go index ebe874b..88af769 100644 --- a/tx.go +++ b/tx.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Open Text. +// Copyright (c) 2019-2024 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.