From 61176aba3eb43c5d6a13f46d8d2ec47883501824 Mon Sep 17 00:00:00 2001 From: Siting Ren Date: Wed, 29 May 2024 16:51:38 +0800 Subject: [PATCH] update copyright to 2024 --- examples/basic.js | 2 +- examples/doc-examples.js | 2 +- examples/parameterized-query.js | 2 +- examples/prepared-statement.js | 2 +- examples/update.js | 2 +- packages/v-connection-string/index.d.ts | 2 +- packages/v-connection-string/index.js | 4 ++-- packages/v-connection-string/test/parse.js | 2 +- packages/v-pool/index.js | 2 +- packages/v-pool/test/bring-your-own-promise.js | 2 +- packages/v-pool/test/connection-strings.js | 2 +- packages/v-pool/test/connection-timeout.js | 2 +- packages/v-pool/test/ending.js | 2 +- packages/v-pool/test/error-handling.js | 2 +- packages/v-pool/test/events.js | 2 +- packages/v-pool/test/idle-timeout-exit.js | 2 +- packages/v-pool/test/idle-timeout.js | 2 +- packages/v-pool/test/index.js | 2 +- packages/v-pool/test/lifetime-timeout.js | 2 +- packages/v-pool/test/logging.js | 2 +- packages/v-pool/test/max-uses.js | 2 +- packages/v-pool/test/releasing-clients.js | 2 +- packages/v-pool/test/setup.js | 2 +- packages/v-pool/test/sizing.js | 2 +- packages/v-pool/test/test-helper.js | 2 +- packages/v-pool/test/timeout.js | 2 +- packages/v-pool/test/verify.js | 2 +- packages/v-protocol/src/b.ts | 2 +- packages/v-protocol/src/backend-messages.ts | 2 +- packages/v-protocol/src/buffer-reader.ts | 2 +- packages/v-protocol/src/buffer-writer.ts | 2 +- packages/v-protocol/src/index.ts | 2 +- packages/v-protocol/src/parser.ts | 2 +- packages/v-protocol/src/serializer.ts | 2 +- packages/v-protocol/src/types/chunky.d.ts | 2 +- packages/v-protocol/src/vertica-types.ts | 2 +- packages/v-protocol/test/buffer-list.ts | 2 +- packages/v-protocol/test/inbound-parser.test.ts | 2 +- packages/v-protocol/test/outbound-serializer.test.ts | 2 +- packages/v-protocol/test/test-buffers.ts | 2 +- packages/vertica-nodejs/lib/backup-nodes-parsers.js | 2 +- packages/vertica-nodejs/lib/client.js | 2 +- packages/vertica-nodejs/lib/connection-parameters.js | 2 +- packages/vertica-nodejs/lib/connection.js | 2 +- packages/vertica-nodejs/lib/defaults.js | 2 +- packages/vertica-nodejs/lib/index.js | 2 +- packages/vertica-nodejs/lib/query.js | 2 +- packages/vertica-nodejs/lib/result.js | 2 +- packages/vertica-nodejs/lib/type-overrides.js | 2 +- packages/vertica-nodejs/lib/utils.js | 2 +- .../integration/client/vertica-connection-params-tests.js | 2 +- packages/vertica-nodejs/script/dump-db-types.js | 2 +- packages/vertica-nodejs/script/list-db-types.js | 2 +- packages/vertica-nodejs/test/benchmark/bench.js | 2 +- packages/vertica-nodejs/test/buffer-list.js | 2 +- packages/vertica-nodejs/test/cli.js | 2 +- packages/vertica-nodejs/test/integration/domain-tests.js | 2 +- packages/vertica-nodejs/test/integration/test-helper.js | 2 +- packages/vertica-nodejs/test/suite.js | 2 +- packages/vertica-nodejs/test/test-buffers.js | 2 +- packages/vertica-nodejs/test/test-helper.js | 2 +- packages/vertica-nodejs/test/unit/test-helper.js | 2 +- packages/vertica-nodejs/test/unit/utils-tests.js | 2 +- 63 files changed, 64 insertions(+), 64 deletions(-) diff --git a/examples/basic.js b/examples/basic.js index 7be799d9..fd047f07 100644 --- a/examples/basic.js +++ b/examples/basic.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/examples/doc-examples.js b/examples/doc-examples.js index 6c61c095..25d774d1 100644 --- a/examples/doc-examples.js +++ b/examples/doc-examples.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/examples/parameterized-query.js b/examples/parameterized-query.js index bfc31997..9b3f4c2b 100644 --- a/examples/parameterized-query.js +++ b/examples/parameterized-query.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/examples/prepared-statement.js b/examples/prepared-statement.js index 6e7a795c..ee7d9f70 100644 --- a/examples/prepared-statement.js +++ b/examples/prepared-statement.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/examples/update.js b/examples/update.js index 43cba939..110f7b69 100644 --- a/examples/update.js +++ b/examples/update.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-connection-string/index.d.ts b/packages/v-connection-string/index.d.ts index 11dc39c7..7de72912 100644 --- a/packages/v-connection-string/index.d.ts +++ b/packages/v-connection-string/index.d.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-connection-string/index.js b/packages/v-connection-string/index.js index b79fdd6e..42f0b3ce 100644 --- a/packages/v-connection-string/index.js +++ b/packages/v-connection-string/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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. @@ -19,7 +19,7 @@ var fs = require('fs') //Parse method copied from https://github.com/brianc/node-postgres //Original work Copyright (c) 2010-2014 Brian Carlson (brian.m.carlson@gmail.com) -//Modified work Copyright (c) 2022-2023 Open Text. +//Modified work Copyright (c) 2022-2024 Open Text. //parses a connection string function parse(str) { diff --git a/packages/v-connection-string/test/parse.js b/packages/v-connection-string/test/parse.js index 298bb20c..d56db656 100644 --- a/packages/v-connection-string/test/parse.js +++ b/packages/v-connection-string/test/parse.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/index.js b/packages/v-pool/index.js index 4e33462a..6cbcc23d 100644 --- a/packages/v-pool/index.js +++ b/packages/v-pool/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/bring-your-own-promise.js b/packages/v-pool/test/bring-your-own-promise.js index 673ac563..1e033457 100644 --- a/packages/v-pool/test/bring-your-own-promise.js +++ b/packages/v-pool/test/bring-your-own-promise.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/connection-strings.js b/packages/v-pool/test/connection-strings.js index bb065e37..a859cab0 100644 --- a/packages/v-pool/test/connection-strings.js +++ b/packages/v-pool/test/connection-strings.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/connection-timeout.js b/packages/v-pool/test/connection-timeout.js index 0b63313b..34be9edb 100644 --- a/packages/v-pool/test/connection-timeout.js +++ b/packages/v-pool/test/connection-timeout.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/ending.js b/packages/v-pool/test/ending.js index 9273872b..6e5d8b46 100644 --- a/packages/v-pool/test/ending.js +++ b/packages/v-pool/test/ending.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/error-handling.js b/packages/v-pool/test/error-handling.js index f2678a74..d341b2e9 100644 --- a/packages/v-pool/test/error-handling.js +++ b/packages/v-pool/test/error-handling.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/events.js b/packages/v-pool/test/events.js index b4d170d7..99f0f8c6 100644 --- a/packages/v-pool/test/events.js +++ b/packages/v-pool/test/events.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/idle-timeout-exit.js b/packages/v-pool/test/idle-timeout-exit.js index d79871a5..32028975 100644 --- a/packages/v-pool/test/idle-timeout-exit.js +++ b/packages/v-pool/test/idle-timeout-exit.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/idle-timeout.js b/packages/v-pool/test/idle-timeout.js index 206ec561..c3a27ae4 100644 --- a/packages/v-pool/test/idle-timeout.js +++ b/packages/v-pool/test/idle-timeout.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/index.js b/packages/v-pool/test/index.js index f79d4bcc..fbb2e0c5 100644 --- a/packages/v-pool/test/index.js +++ b/packages/v-pool/test/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/lifetime-timeout.js b/packages/v-pool/test/lifetime-timeout.js index b897db37..281bd046 100644 --- a/packages/v-pool/test/lifetime-timeout.js +++ b/packages/v-pool/test/lifetime-timeout.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/logging.js b/packages/v-pool/test/logging.js index a5152980..a6b2e764 100644 --- a/packages/v-pool/test/logging.js +++ b/packages/v-pool/test/logging.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/max-uses.js b/packages/v-pool/test/max-uses.js index f5e405a0..9c51213a 100644 --- a/packages/v-pool/test/max-uses.js +++ b/packages/v-pool/test/max-uses.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/releasing-clients.js b/packages/v-pool/test/releasing-clients.js index ff82b80c..701b6af3 100644 --- a/packages/v-pool/test/releasing-clients.js +++ b/packages/v-pool/test/releasing-clients.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/setup.js b/packages/v-pool/test/setup.js index d7e2d910..0e207ea3 100644 --- a/packages/v-pool/test/setup.js +++ b/packages/v-pool/test/setup.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/sizing.js b/packages/v-pool/test/sizing.js index 514be29b..f99b0d3c 100644 --- a/packages/v-pool/test/sizing.js +++ b/packages/v-pool/test/sizing.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/test-helper.js b/packages/v-pool/test/test-helper.js index a40a0003..e5f828d3 100644 --- a/packages/v-pool/test/test-helper.js +++ b/packages/v-pool/test/test-helper.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/timeout.js b/packages/v-pool/test/timeout.js index 23b5edc7..bd96ea3e 100644 --- a/packages/v-pool/test/timeout.js +++ b/packages/v-pool/test/timeout.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-pool/test/verify.js b/packages/v-pool/test/verify.js index 6fb0d69d..73101e0d 100644 --- a/packages/v-pool/test/verify.js +++ b/packages/v-pool/test/verify.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/v-protocol/src/b.ts b/packages/v-protocol/src/b.ts index 8f002351..b3444e2f 100644 --- a/packages/v-protocol/src/b.ts +++ b/packages/v-protocol/src/b.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/src/backend-messages.ts b/packages/v-protocol/src/backend-messages.ts index a21e1d0e..eb74a719 100644 --- a/packages/v-protocol/src/backend-messages.ts +++ b/packages/v-protocol/src/backend-messages.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/src/buffer-reader.ts b/packages/v-protocol/src/buffer-reader.ts index 24fabbe3..4b12db9d 100644 --- a/packages/v-protocol/src/buffer-reader.ts +++ b/packages/v-protocol/src/buffer-reader.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/src/buffer-writer.ts b/packages/v-protocol/src/buffer-writer.ts index 984be15c..6c063fda 100644 --- a/packages/v-protocol/src/buffer-writer.ts +++ b/packages/v-protocol/src/buffer-writer.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/src/index.ts b/packages/v-protocol/src/index.ts index 7c39ad7e..8cc6966b 100644 --- a/packages/v-protocol/src/index.ts +++ b/packages/v-protocol/src/index.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/src/parser.ts b/packages/v-protocol/src/parser.ts index 729eb5d1..d7e5c808 100644 --- a/packages/v-protocol/src/parser.ts +++ b/packages/v-protocol/src/parser.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/src/serializer.ts b/packages/v-protocol/src/serializer.ts index 7910ab08..5fca5a16 100644 --- a/packages/v-protocol/src/serializer.ts +++ b/packages/v-protocol/src/serializer.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/src/types/chunky.d.ts b/packages/v-protocol/src/types/chunky.d.ts index 867bb099..98bc6597 100644 --- a/packages/v-protocol/src/types/chunky.d.ts +++ b/packages/v-protocol/src/types/chunky.d.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/src/vertica-types.ts b/packages/v-protocol/src/vertica-types.ts index 90796851..bd566ca8 100644 --- a/packages/v-protocol/src/vertica-types.ts +++ b/packages/v-protocol/src/vertica-types.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/test/buffer-list.ts b/packages/v-protocol/test/buffer-list.ts index 72a40842..3d4a9811 100644 --- a/packages/v-protocol/test/buffer-list.ts +++ b/packages/v-protocol/test/buffer-list.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/test/inbound-parser.test.ts b/packages/v-protocol/test/inbound-parser.test.ts index b4c3f633..74ee70c5 100644 --- a/packages/v-protocol/test/inbound-parser.test.ts +++ b/packages/v-protocol/test/inbound-parser.test.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/test/outbound-serializer.test.ts b/packages/v-protocol/test/outbound-serializer.test.ts index 080bd971..6dfa107e 100644 --- a/packages/v-protocol/test/outbound-serializer.test.ts +++ b/packages/v-protocol/test/outbound-serializer.test.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/v-protocol/test/test-buffers.ts b/packages/v-protocol/test/test-buffers.ts index abe9ff41..238ae251 100644 --- a/packages/v-protocol/test/test-buffers.ts +++ b/packages/v-protocol/test/test-buffers.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022-2023 Open Text. + * Copyright (c) 2022-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/packages/vertica-nodejs/lib/backup-nodes-parsers.js b/packages/vertica-nodejs/lib/backup-nodes-parsers.js index 70029304..fdf5e2df 100644 --- a/packages/vertica-nodejs/lib/backup-nodes-parsers.js +++ b/packages/vertica-nodejs/lib/backup-nodes-parsers.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/lib/client.js b/packages/vertica-nodejs/lib/client.js index 8d70c370..b895f902 100644 --- a/packages/vertica-nodejs/lib/client.js +++ b/packages/vertica-nodejs/lib/client.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/lib/connection-parameters.js b/packages/vertica-nodejs/lib/connection-parameters.js index e6a19164..3eac75aa 100644 --- a/packages/vertica-nodejs/lib/connection-parameters.js +++ b/packages/vertica-nodejs/lib/connection-parameters.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/lib/connection.js b/packages/vertica-nodejs/lib/connection.js index 08feed29..4152bd47 100644 --- a/packages/vertica-nodejs/lib/connection.js +++ b/packages/vertica-nodejs/lib/connection.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/lib/defaults.js b/packages/vertica-nodejs/lib/defaults.js index 77ae4e84..63a43998 100644 --- a/packages/vertica-nodejs/lib/defaults.js +++ b/packages/vertica-nodejs/lib/defaults.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/lib/index.js b/packages/vertica-nodejs/lib/index.js index 9cb25b2e..bfda4ec9 100644 --- a/packages/vertica-nodejs/lib/index.js +++ b/packages/vertica-nodejs/lib/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/lib/query.js b/packages/vertica-nodejs/lib/query.js index a18a2234..a308c4a4 100644 --- a/packages/vertica-nodejs/lib/query.js +++ b/packages/vertica-nodejs/lib/query.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/lib/result.js b/packages/vertica-nodejs/lib/result.js index 40be51ff..d9b5f27d 100644 --- a/packages/vertica-nodejs/lib/result.js +++ b/packages/vertica-nodejs/lib/result.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/lib/type-overrides.js b/packages/vertica-nodejs/lib/type-overrides.js index 09f5e3f8..b9152812 100644 --- a/packages/vertica-nodejs/lib/type-overrides.js +++ b/packages/vertica-nodejs/lib/type-overrides.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/lib/utils.js b/packages/vertica-nodejs/lib/utils.js index 4fe64c29..f84b40c7 100644 --- a/packages/vertica-nodejs/lib/utils.js +++ b/packages/vertica-nodejs/lib/utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/mochatest/integration/client/vertica-connection-params-tests.js b/packages/vertica-nodejs/mochatest/integration/client/vertica-connection-params-tests.js index 18d80f9a..4255b4e7 100644 --- a/packages/vertica-nodejs/mochatest/integration/client/vertica-connection-params-tests.js +++ b/packages/vertica-nodejs/mochatest/integration/client/vertica-connection-params-tests.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/script/dump-db-types.js b/packages/vertica-nodejs/script/dump-db-types.js index ddfb331d..6fc1b87c 100644 --- a/packages/vertica-nodejs/script/dump-db-types.js +++ b/packages/vertica-nodejs/script/dump-db-types.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/script/list-db-types.js b/packages/vertica-nodejs/script/list-db-types.js index 2ad7a5b3..37bdddff 100644 --- a/packages/vertica-nodejs/script/list-db-types.js +++ b/packages/vertica-nodejs/script/list-db-types.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/test/benchmark/bench.js b/packages/vertica-nodejs/test/benchmark/bench.js index 1118552d..ceefc11c 100644 --- a/packages/vertica-nodejs/test/benchmark/bench.js +++ b/packages/vertica-nodejs/test/benchmark/bench.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/test/buffer-list.js b/packages/vertica-nodejs/test/buffer-list.js index 2657a658..7adaff3f 100644 --- a/packages/vertica-nodejs/test/buffer-list.js +++ b/packages/vertica-nodejs/test/buffer-list.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/test/cli.js b/packages/vertica-nodejs/test/cli.js index 1adbc73a..31e5bd3b 100644 --- a/packages/vertica-nodejs/test/cli.js +++ b/packages/vertica-nodejs/test/cli.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/test/integration/domain-tests.js b/packages/vertica-nodejs/test/integration/domain-tests.js index 56ab1f7d..c00751dc 100644 --- a/packages/vertica-nodejs/test/integration/domain-tests.js +++ b/packages/vertica-nodejs/test/integration/domain-tests.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/test/integration/test-helper.js b/packages/vertica-nodejs/test/integration/test-helper.js index e3fe9922..ad184f89 100644 --- a/packages/vertica-nodejs/test/integration/test-helper.js +++ b/packages/vertica-nodejs/test/integration/test-helper.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/test/suite.js b/packages/vertica-nodejs/test/suite.js index 9daa8657..456f8b39 100644 --- a/packages/vertica-nodejs/test/suite.js +++ b/packages/vertica-nodejs/test/suite.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/test/test-buffers.js b/packages/vertica-nodejs/test/test-buffers.js index 692125bd..28e0de23 100644 --- a/packages/vertica-nodejs/test/test-buffers.js +++ b/packages/vertica-nodejs/test/test-buffers.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/test/test-helper.js b/packages/vertica-nodejs/test/test-helper.js index fc308270..d0895484 100644 --- a/packages/vertica-nodejs/test/test-helper.js +++ b/packages/vertica-nodejs/test/test-helper.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/test/unit/test-helper.js b/packages/vertica-nodejs/test/unit/test-helper.js index 8ec8dcc0..e2a9bc77 100644 --- a/packages/vertica-nodejs/test/unit/test-helper.js +++ b/packages/vertica-nodejs/test/unit/test-helper.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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/packages/vertica-nodejs/test/unit/utils-tests.js b/packages/vertica-nodejs/test/unit/utils-tests.js index 2f2ed566..51348ea6 100644 --- a/packages/vertica-nodejs/test/unit/utils-tests.js +++ b/packages/vertica-nodejs/test/unit/utils-tests.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 Open Text. +// Copyright (c) 2022-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.