diff --git a/examples/basic.js b/examples/basic.js index 57d919c7..4ff13ab0 100644 --- a/examples/basic.js +++ b/examples/basic.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 5e17360c..fa9d0873 100644 --- a/examples/doc-examples.js +++ b/examples/doc-examples.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 9e0e42a7..3a19ebd9 100644 --- a/examples/parameterized-query.js +++ b/examples/parameterized-query.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 fae5388c..788f9b7a 100644 --- a/examples/prepared-statement.js +++ b/examples/prepared-statement.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 81a670c3..77b60ebb 100644 --- a/examples/update.js +++ b/examples/update.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 87a7a3e1..cb913545 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 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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 67beffae..d77dafdc 100644 --- a/packages/v-connection-string/index.js +++ b/packages/v-connection-string/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 Micro Focus or one of its affiliates. +//Modified work Copyright (c) 2022-2023 Micro Focus or one of its affiliates. //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 266c6f1f..327b9d8a 100644 --- a/packages/v-connection-string/test/parse.js +++ b/packages/v-connection-string/test/parse.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 aadf7d57..47102872 100644 --- a/packages/v-pool/index.js +++ b/packages/v-pool/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 5421cace..8df75c67 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 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 be68c874..bc04f6e6 100644 --- a/packages/v-pool/test/connection-strings.js +++ b/packages/v-pool/test/connection-strings.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 b8e7138c..1c0eada4 100644 --- a/packages/v-pool/test/connection-timeout.js +++ b/packages/v-pool/test/connection-timeout.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 06d3dc34..7c4c7cc7 100644 --- a/packages/v-pool/test/ending.js +++ b/packages/v-pool/test/ending.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 ba9a9ae3..a3058b87 100644 --- a/packages/v-pool/test/error-handling.js +++ b/packages/v-pool/test/error-handling.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 29b1e4f8..c93450f6 100644 --- a/packages/v-pool/test/events.js +++ b/packages/v-pool/test/events.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 1d977a58..4eba9d17 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 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 13a938a7..0d0f31db 100644 --- a/packages/v-pool/test/idle-timeout.js +++ b/packages/v-pool/test/idle-timeout.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 97672ac0..9206a204 100644 --- a/packages/v-pool/test/index.js +++ b/packages/v-pool/test/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 e2014e78..647e02b9 100644 --- a/packages/v-pool/test/lifetime-timeout.js +++ b/packages/v-pool/test/lifetime-timeout.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 2552e318..08737e04 100644 --- a/packages/v-pool/test/logging.js +++ b/packages/v-pool/test/logging.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 35e07c9a..5980cef3 100644 --- a/packages/v-pool/test/max-uses.js +++ b/packages/v-pool/test/max-uses.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 134b8dc2..260a435b 100644 --- a/packages/v-pool/test/releasing-clients.js +++ b/packages/v-pool/test/releasing-clients.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 4bf1759d..b1d2e628 100644 --- a/packages/v-pool/test/setup.js +++ b/packages/v-pool/test/setup.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 2797d6b0..16ef7b2e 100644 --- a/packages/v-pool/test/sizing.js +++ b/packages/v-pool/test/sizing.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 993cff1a..02e7bc8e 100644 --- a/packages/v-pool/test/test-helper.js +++ b/packages/v-pool/test/test-helper.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 332cfea2..9712439e 100644 --- a/packages/v-pool/test/timeout.js +++ b/packages/v-pool/test/timeout.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 1943bc1c..6603541a 100644 --- a/packages/v-pool/test/verify.js +++ b/packages/v-pool/test/verify.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 24fb8351..09aea4d3 100644 --- a/packages/v-protocol/src/b.ts +++ b/packages/v-protocol/src/b.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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 3ea4e0bb..b80264be 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 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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 97e73857..917931e7 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 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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/inbound-parser.test.ts b/packages/v-protocol/src/inbound-parser.test.ts index 006a8d6d..a04ca740 100644 --- a/packages/v-protocol/src/inbound-parser.test.ts +++ b/packages/v-protocol/src/inbound-parser.test.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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 154b9a29..47d35760 100644 --- a/packages/v-protocol/src/index.ts +++ b/packages/v-protocol/src/index.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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/messages.ts b/packages/v-protocol/src/messages.ts index e766db5c..2b607f6e 100644 --- a/packages/v-protocol/src/messages.ts +++ b/packages/v-protocol/src/messages.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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/outbound-serializer.test.ts b/packages/v-protocol/src/outbound-serializer.test.ts index 329a0664..8e5d1b9a 100644 --- a/packages/v-protocol/src/outbound-serializer.test.ts +++ b/packages/v-protocol/src/outbound-serializer.test.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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 94f43361..bc14e618 100644 --- a/packages/v-protocol/src/parser.ts +++ b/packages/v-protocol/src/parser.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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 f1782e84..321a6a58 100644 --- a/packages/v-protocol/src/serializer.ts +++ b/packages/v-protocol/src/serializer.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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/testing/buffer-list.ts b/packages/v-protocol/src/testing/buffer-list.ts index 3759bf5d..94eb3de2 100644 --- a/packages/v-protocol/src/testing/buffer-list.ts +++ b/packages/v-protocol/src/testing/buffer-list.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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/testing/test-buffers.ts b/packages/v-protocol/src/testing/test-buffers.ts index 1a9cf01a..59547e1d 100644 --- a/packages/v-protocol/src/testing/test-buffers.ts +++ b/packages/v-protocol/src/testing/test-buffers.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2022 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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 85172463..8f847e04 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 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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 8249858f..a161c696 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 Micro Focus or one of its affiliates. + * Copyright (c) 2022-2023 Micro Focus or one of its affiliates. * * 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/bench.js b/packages/vertica-nodejs/bench.js index 9d1b2fcf..eb440178 100644 --- a/packages/vertica-nodejs/bench.js +++ b/packages/vertica-nodejs/bench.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 a6b31f81..d90d6b53 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 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 ae3f27f3..2c6c1f89 100644 --- a/packages/vertica-nodejs/lib/client.js +++ b/packages/vertica-nodejs/lib/client.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 99b2701a..8010c8c8 100644 --- a/packages/vertica-nodejs/lib/connection-parameters.js +++ b/packages/vertica-nodejs/lib/connection-parameters.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 efcf31fb..a5c5bf05 100644 --- a/packages/vertica-nodejs/lib/connection.js +++ b/packages/vertica-nodejs/lib/connection.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 095235f5..e011fe22 100644 --- a/packages/vertica-nodejs/lib/defaults.js +++ b/packages/vertica-nodejs/lib/defaults.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 92b0131f..1f686325 100644 --- a/packages/vertica-nodejs/lib/index.js +++ b/packages/vertica-nodejs/lib/index.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 8eacd12c..c0d7b5a5 100644 --- a/packages/vertica-nodejs/lib/query.js +++ b/packages/vertica-nodejs/lib/query.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 f5381ca1..a60636ff 100644 --- a/packages/vertica-nodejs/lib/result.js +++ b/packages/vertica-nodejs/lib/result.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 99fd69cb..3c9643be 100644 --- a/packages/vertica-nodejs/lib/type-overrides.js +++ b/packages/vertica-nodejs/lib/type-overrides.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 99e633f6..d08c6141 100644 --- a/packages/vertica-nodejs/lib/utils.js +++ b/packages/vertica-nodejs/lib/utils.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 d8eb2cf4..de518d14 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 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 d9d7e08d..35e16f01 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 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 ec8f104a..cfb5eb8d 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 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 3253063f..7c3b1aed 100644 --- a/packages/vertica-nodejs/test/buffer-list.js +++ b/packages/vertica-nodejs/test/buffer-list.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 df608e81..6768f369 100644 --- a/packages/vertica-nodejs/test/cli.js +++ b/packages/vertica-nodejs/test/cli.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 221013cd..aaa9d71a 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 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 d3e909bd..f97bfc80 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 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 b8e7f14c..47dc77f8 100644 --- a/packages/vertica-nodejs/test/suite.js +++ b/packages/vertica-nodejs/test/suite.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 8f273a78..741beed2 100644 --- a/packages/vertica-nodejs/test/test-buffers.js +++ b/packages/vertica-nodejs/test/test-buffers.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 f8ac8b38..8e4f8dde 100644 --- a/packages/vertica-nodejs/test/test-helper.js +++ b/packages/vertica-nodejs/test/test-helper.js @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 1dac6f67..6d7247a0 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 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // 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 2646c16c..9b80b174 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 Micro Focus or one of its affiliates. +// Copyright (c) 2022-2023 Micro Focus or one of its affiliates. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.