From 526de744c9269744e11e24289ad427061bdfc02d Mon Sep 17 00:00:00 2001 From: Pavan <25031267+Pavan-SAP@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:57:03 +0000 Subject: [PATCH] [Misc] Plugin: Copyright year updated year update --- .reuse/dep5 | 2 +- README.md | 2 +- bin/cap-op-plugin.js | 4 ++++ cds-plugin.js | 2 +- hack/schema-generation.go | 5 +++++ lib/add.js | 2 +- lib/build.js | 2 +- lib/mta-transformer.js | 2 +- lib/util.js | 2 +- 9 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index fbdb67f..e106168 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -25,5 +25,5 @@ Disclaimer: The code in this project may include calls to APIs ("API Calls") of parties the right to use of access any SAP External Product, through API Calls. Files: * -Copyright: 2024 SAP SE or an SAP affiliate company and cap-operator-plugin contributors +Copyright: 2025 SAP SE or an SAP affiliate company and cap-operator-plugin contributors License: Apache-2.0 diff --git a/README.md b/README.md index db87ef2..5fa43b4 100644 --- a/README.md +++ b/README.md @@ -226,4 +226,4 @@ We as members, contributors, and leaders pledge to make participation in our com ## Licensing -Copyright 2024 SAP SE or an SAP affiliate company and cap-operator-plugin contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/cap-js/cap-operator-plugin). +Copyright 2025 SAP SE or an SAP affiliate company and cap-operator-plugin contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/cap-js/cap-operator-plugin). diff --git a/bin/cap-op-plugin.js b/bin/cap-op-plugin.js index 418919c..8e0be1e 100755 --- a/bin/cap-op-plugin.js +++ b/bin/cap-op-plugin.js @@ -1,5 +1,9 @@ #!/usr/bin/env node /* eslint-disable no-console */ +/* +SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and cap-operator-plugin contributors +SPDX-License-Identifier: Apache-2.0 +*/ const isCli = require.main === module const cds = require('@sap/cds-dk') diff --git a/cds-plugin.js b/cds-plugin.js index 8c14923..645cd71 100644 --- a/cds-plugin.js +++ b/cds-plugin.js @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and cap-operator-plugin contributors +SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and cap-operator-plugin contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/hack/schema-generation.go b/hack/schema-generation.go index 1e14def..c17e9d6 100644 --- a/hack/schema-generation.go +++ b/hack/schema-generation.go @@ -1,3 +1,8 @@ +/* +SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and cap-operator-plugin contributors +SPDX-License-Identifier: Apache-2.0 +*/ + package main import ( diff --git a/lib/add.js b/lib/add.js index 077226b..8802eec 100644 --- a/lib/add.js +++ b/lib/add.js @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and cap-operator-plugin contributors +SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and cap-operator-plugin contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/build.js b/lib/build.js index 3215400..f739994 100644 --- a/lib/build.js +++ b/lib/build.js @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and cap-operator-plugin contributors +SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and cap-operator-plugin contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/mta-transformer.js b/lib/mta-transformer.js index cde8c76..a9cfd10 100644 --- a/lib/mta-transformer.js +++ b/lib/mta-transformer.js @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and cap-operator-plugin contributors +SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and cap-operator-plugin contributors SPDX-License-Identifier: Apache-2.0 */ diff --git a/lib/util.js b/lib/util.js index 57e1750..70bbf6b 100644 --- a/lib/util.js +++ b/lib/util.js @@ -1,5 +1,5 @@ /* -SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and cap-operator-plugin contributors +SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company and cap-operator-plugin contributors SPDX-License-Identifier: Apache-2.0 */