diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 616a5eb..a92a86f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -121,7 +121,7 @@ At this point, you're ready to make your changes! Feel free to ask for help; eve Every file in this project must use the following Apache 2.0 header (with the appropriate year or years in the "[yyyy]" box; if a copyright statement from another party is already present in the code, you may add the statement on top of the existing copyright statement): ``` -Copyright (c) [yyyy] Micro Focus or one of its affiliates. +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/LICENSE b/LICENSE index 35d7464..aecd4bf 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Micro Focus + Copyright 2023 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 90c19f5..1877ebc 100644 --- a/common/fileutils.go +++ b/common/fileutils.go @@ -1,6 +1,6 @@ package common -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 0094a84..05ef1b9 100644 --- a/common/osutils.go +++ b/common/osutils.go @@ -2,7 +2,7 @@ package common import "runtime" -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 f0ddaa7..64780d7 100644 --- a/common/types.go +++ b/common/types.go @@ -1,6 +1,6 @@ package common -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 0e64725..316aebb 100644 --- a/connection.go +++ b/connection.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 4acfe92..207709a 100644 --- a/context.go +++ b/context.go @@ -7,7 +7,7 @@ import ( "os" ) -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 83e1544..8c2b10b 100644 --- a/driver.go +++ b/driver.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -46,7 +46,7 @@ type Driver struct{} const ( driverName string = "vertica-sql-go" - driverVersion string = "1.3.0" + driverVersion string = "1.3.2" protocolVersion uint32 = 0x0003000C ) diff --git a/driver_test.go b/driver_test.go index af6f81c..32d83d9 100644 --- a/driver_test.go +++ b/driver_test.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 ce0690b..540bcc8 100644 --- a/errors.go +++ b/errors.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 e393f7d..c5ecdac 100644 --- a/logger/filelogger.go +++ b/logger/filelogger.go @@ -1,6 +1,6 @@ package logger -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 051e12e..eff7fc7 100644 --- a/logger/logger.go +++ b/logger/logger.go @@ -1,6 +1,6 @@ package logger -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 0333060..4a6f802 100644 --- a/logger/logger_test.go +++ b/logger/logger_test.go @@ -1,6 +1,6 @@ package logger -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 bede2f3..a84db52 100644 --- a/logger/stdiologger.go +++ b/logger/stdiologger.go @@ -1,6 +1,6 @@ package logger -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 5580bea..bfec2df 100644 --- a/logger_test.go +++ b/logger_test.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 83b599c..437c3c6 100644 --- a/msgs/beauthenticationmsg.go +++ b/msgs/beauthenticationmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 3f0fa25..6196a98 100644 --- a/msgs/bebindcompletemsg.go +++ b/msgs/bebindcompletemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 baf7952..a7aa7bd 100644 --- a/msgs/beclosecompletemsg.go +++ b/msgs/beclosecompletemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 ff085c6..5ac6107 100644 --- a/msgs/becmdcompletemsg.go +++ b/msgs/becmdcompletemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 0288246..823aafc 100644 --- a/msgs/becmddescriptionmsg.go +++ b/msgs/becmddescriptionmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 c549b95..0e84539 100644 --- a/msgs/bedatarowmsg.go +++ b/msgs/bedatarowmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 bde18ee..cb78b34 100644 --- a/msgs/bedatarowmsg_test.go +++ b/msgs/bedatarowmsg_test.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 babc485..18c0e8e 100644 --- a/msgs/beemptyqueryrespmsg.go +++ b/msgs/beemptyqueryrespmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 10640c0..00d5849 100644 --- a/msgs/beerrormsg.go +++ b/msgs/beerrormsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 3d4ff72..91a0fc5 100644 --- a/msgs/beinitstdinloadmsg.go +++ b/msgs/beinitstdinloadmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 008cc20..db5f4a5 100644 --- a/msgs/bekeydatamsg.go +++ b/msgs/bekeydatamsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 2ee61f0..e2eac3d 100644 --- a/msgs/beloadbalancemsg.go +++ b/msgs/beloadbalancemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 49a5099..c3fe24c 100644 --- a/msgs/beloadnewfilemsg.go +++ b/msgs/beloadnewfilemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 396ba9a..794f185 100644 --- a/msgs/benodatamsg.go +++ b/msgs/benodatamsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 515506b..11111ce 100644 --- a/msgs/benoticemsg.go +++ b/msgs/benoticemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 e58be8c..968d44d 100644 --- a/msgs/beparameterdescmsg.go +++ b/msgs/beparameterdescmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 15d206d..04d5d52 100644 --- a/msgs/beparamstatusmsg.go +++ b/msgs/beparamstatusmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 7837dea..784ea41 100644 --- a/msgs/beparsecomplete.go +++ b/msgs/beparsecomplete.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 63dce0e..922956f 100644 --- a/msgs/beportalsuspendedmsg.go +++ b/msgs/beportalsuspendedmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 f03bda0..4055379 100644 --- a/msgs/bereadyforquerymsg.go +++ b/msgs/bereadyforquerymsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 5054235..964bf37 100644 --- a/msgs/berowdescmsg.go +++ b/msgs/berowdescmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 28ede78..11cab8a 100644 --- a/msgs/beverifyloadfilesmsg.go +++ b/msgs/beverifyloadfilesmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 2aa98ff..ba2d669 100644 --- a/msgs/bewritefilemsg.go +++ b/msgs/bewritefilemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 810f03f..285f64b 100644 --- a/msgs/febindmsg.go +++ b/msgs/febindmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 c661c48..1bc6c85 100644 --- a/msgs/febindmsg_test.go +++ b/msgs/febindmsg_test.go @@ -6,7 +6,7 @@ import ( "testing" ) -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 0805f98..377deda 100644 --- a/msgs/fecancelmsg.go +++ b/msgs/fecancelmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 d45f1a7..92ee9c9 100644 --- a/msgs/feclosemsg.go +++ b/msgs/feclosemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 dc962c7..3df038f 100644 --- a/msgs/fedescribemsg.go +++ b/msgs/fedescribemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 52e105d..423520f 100644 --- a/msgs/feerrormsg.go +++ b/msgs/feerrormsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 d690d33..65e20ea 100644 --- a/msgs/feexecutemsg.go +++ b/msgs/feexecutemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 c4e2713..013a57f 100644 --- a/msgs/feflush.go +++ b/msgs/feflush.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 9873a78..bca6a4e 100644 --- a/msgs/feloadbalancemsg.go +++ b/msgs/feloadbalancemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 973f1da..e10fba1 100644 --- a/msgs/feloaddatamsg.go +++ b/msgs/feloaddatamsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 d6bf222..bc8695e 100644 --- a/msgs/feloaddonemsg.go +++ b/msgs/feloaddonemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 2371e67..f0c1b52 100644 --- a/msgs/feloadfailmsg.go +++ b/msgs/feloadfailmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 207c4c7..530255d 100644 --- a/msgs/feparsemsg.go +++ b/msgs/feparsemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 f42433d..8a70dd8 100644 --- a/msgs/fepasswordmsg.go +++ b/msgs/fepasswordmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 ed56f18..6154e32 100644 --- a/msgs/fequerymsg.go +++ b/msgs/fequerymsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 83161b2..c6c80f4 100644 --- a/msgs/fesslmsg.go +++ b/msgs/fesslmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 418082e..7625d7f 100644 --- a/msgs/festartupmsg.go +++ b/msgs/festartupmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 ad79da1..14fe6ba 100644 --- a/msgs/fesyncmsg.go +++ b/msgs/fesyncmsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 8fbe2df..8771da5 100644 --- a/msgs/feterminatemsg.go +++ b/msgs/feterminatemsg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 7234b85..a2ed2c9 100644 --- a/msgs/feverifyloadfiles.go +++ b/msgs/feverifyloadfiles.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 9b75e6d..6952c96 100644 --- a/msgs/msg.go +++ b/msgs/msg.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 8e1028f..14c0607 100644 --- a/msgs/msgbuffer.go +++ b/msgs/msgbuffer.go @@ -1,6 +1,6 @@ package msgs -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 4f37880..6ea6acd 100644 --- a/parse/queryLex.go +++ b/parse/queryLex.go @@ -6,7 +6,7 @@ import ( "unicode/utf8" ) -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 19bbac8..0db5cd2 100644 --- a/parse/queryLex_test.go +++ b/parse/queryLex_test.go @@ -1,6 +1,6 @@ package parse -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 c2e9911..d01f6b7 100644 --- a/result.go +++ b/result.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 ea7dc50..0b9782a 100644 --- a/rowcache/file.go +++ b/rowcache/file.go @@ -1,6 +1,6 @@ package rowcache -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 0b6c63c..0246a51 100644 --- a/rowcache/file_test.go +++ b/rowcache/file_test.go @@ -1,6 +1,6 @@ package rowcache -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 88626a0..bdce26f 100644 --- a/rowcache/memory.go +++ b/rowcache/memory.go @@ -1,6 +1,6 @@ package rowcache -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 6be64a7..1069fe9 100644 --- a/rowcache/memory_test.go +++ b/rowcache/memory_test.go @@ -1,6 +1,6 @@ package rowcache -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 c47159f..707b406 100644 --- a/rows.go +++ b/rows.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 e0ab59d..0177a38 100644 --- a/rows_test.go +++ b/rows_test.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 47d69d9..fc6a8a0 100644 --- a/stmt.go +++ b/stmt.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 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 d5b946b..8c186fd 100644 --- a/stmt_test.go +++ b/stmt_test.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2020-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2020-2023 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 55b88e5..ebe874b 100644 --- a/tx.go +++ b/tx.go @@ -1,6 +1,6 @@ package vertigo -// Copyright (c) 2019-2023 Micro Focus or one of its affiliates. +// Copyright (c) 2019-2023 Open Text. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.