From 7d7fc219636474fe1a26e19d5da16242cd241594 Mon Sep 17 00:00:00 2001 From: Florian Richter Date: Tue, 7 Jan 2020 15:24:02 +0100 Subject: [PATCH] Update copyright notice --- LICENSE | 2 +- NOTICE | 2 +- README.md | 2 +- src/commands/add-approuter.ts | 2 +- src/commands/add-cds.ts | 2 +- src/commands/add-cx-server.ts | 2 +- src/commands/generate-vdm.ts | 2 +- src/commands/help-page.ts | 2 +- src/commands/init.ts | 2 +- src/commands/package.ts | 2 +- src/index.ts | 2 +- src/utils/copy-list.ts | 2 +- src/utils/generate-vdm-util.ts | 2 +- src/utils/git-ignore.ts | 2 +- src/utils/index.ts | 2 +- src/utils/jest-config.ts | 2 +- src/utils/manifest-yaml.ts | 2 +- src/utils/message-formatter.ts | 2 +- src/utils/package-json.ts | 2 +- src/utils/scaffold.ts | 2 +- src/utils/templates.ts | 2 +- src/utils/usage-analytics.ts | 2 +- test/add-approuter.spec.ts | 2 +- test/add-cds.spec.ts | 2 +- test/add-cx-server.spec.ts | 2 +- test/e2e.spec.ts | 2 +- test/generate-vdm.spec.ts | 2 +- test/help-page.spec.ts | 2 +- test/init.spec.ts | 2 +- test/package.spec.ts | 2 +- test/test-output/index.ts | 2 +- test/test-utils.ts | 2 +- test/utils/git-ignore.spec.ts | 2 +- test/utils/jest-config.spec.ts | 2 +- test/utils/package-json.spec.ts | 2 +- test/utils/scaffold.spec.ts | 2 +- test/utils/templates.spec.ts | 2 +- test/utils/usage-analytics.spec.ts | 2 +- tslint.json | 4 ++-- 39 files changed, 40 insertions(+), 40 deletions(-) diff --git a/LICENSE b/LICENSE index 5473168d..fd50940a 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 2c848d0b..d3119b23 100644 --- a/NOTICE +++ b/NOTICE @@ -1 +1 @@ -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. diff --git a/README.md b/README.md index 6756bdfe..9893f91f 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ This will trigger the github action and a new release will be published on `npm` ## License -Copyright (c) 2019 SAP SE or an SAP affiliate company. +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE file](LICENSE). diff --git a/src/commands/add-approuter.ts b/src/commands/add-approuter.ts index be9134d6..464faecc 100644 --- a/src/commands/add-approuter.ts +++ b/src/commands/add-approuter.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import { Command, flags } from '@oclif/command'; diff --git a/src/commands/add-cds.ts b/src/commands/add-cds.ts index 43fbb376..8dca9277 100644 --- a/src/commands/add-cds.ts +++ b/src/commands/add-cds.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import { Command, flags } from '@oclif/command'; diff --git a/src/commands/add-cx-server.ts b/src/commands/add-cx-server.ts index 729aeb8f..f12cbe3b 100644 --- a/src/commands/add-cx-server.ts +++ b/src/commands/add-cx-server.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import { Command, flags } from '@oclif/command'; diff --git a/src/commands/generate-vdm.ts b/src/commands/generate-vdm.ts index 8ff323ea..c872fc89 100644 --- a/src/commands/generate-vdm.ts +++ b/src/commands/generate-vdm.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import { Command } from '@oclif/command'; diff --git a/src/commands/help-page.ts b/src/commands/help-page.ts index dfa6eba2..dc5ea569 100644 --- a/src/commands/help-page.ts +++ b/src/commands/help-page.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import { Command, flags } from '@oclif/command'; diff --git a/src/commands/init.ts b/src/commands/init.ts index f8dd56c3..fa75a24d 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import { Command, flags } from '@oclif/command'; diff --git a/src/commands/package.ts b/src/commands/package.ts index e387011c..ac2beb0b 100644 --- a/src/commands/package.ts +++ b/src/commands/package.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import { Command, flags } from '@oclif/command'; diff --git a/src/index.ts b/src/index.ts index 9d3cb25c..41ba0269 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ export { run } from '@oclif/command'; diff --git a/src/utils/copy-list.ts b/src/utils/copy-list.ts index cfefaf13..0182d472 100644 --- a/src/utils/copy-list.ts +++ b/src/utils/copy-list.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ export interface CopyDescriptor { diff --git a/src/utils/generate-vdm-util.ts b/src/utils/generate-vdm-util.ts index df24d917..b48a2b7a 100644 --- a/src/utils/generate-vdm-util.ts +++ b/src/utils/generate-vdm-util.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import { flags } from '@oclif/command'; diff --git a/src/utils/git-ignore.ts b/src/utils/git-ignore.ts index aad5a408..36515572 100644 --- a/src/utils/git-ignore.ts +++ b/src/utils/git-ignore.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import cli from 'cli-ux'; import * as fs from 'fs'; diff --git a/src/utils/index.ts b/src/utils/index.ts index 1ea37ad9..5ccaa080 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ export * from './copy-list'; diff --git a/src/utils/jest-config.ts b/src/utils/jest-config.ts index 57286551..9f8c35ad 100644 --- a/src/utils/jest-config.ts +++ b/src/utils/jest-config.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import cli from 'cli-ux'; diff --git a/src/utils/manifest-yaml.ts b/src/utils/manifest-yaml.ts index 29c36dce..85503f2e 100644 --- a/src/utils/manifest-yaml.ts +++ b/src/utils/manifest-yaml.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import Command from '@oclif/command'; diff --git a/src/utils/message-formatter.ts b/src/utils/message-formatter.ts index 009d58ac..e59c147e 100644 --- a/src/utils/message-formatter.ts +++ b/src/utils/message-formatter.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ // The boxen dependency creates this warning in ci: Opening `/dev/tty` failed (6): Device not configured diff --git a/src/utils/package-json.ts b/src/utils/package-json.ts index 47a6fda2..be6df17d 100755 --- a/src/utils/package-json.ts +++ b/src/utils/package-json.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import cli from 'cli-ux'; import * as execa from 'execa'; diff --git a/src/utils/scaffold.ts b/src/utils/scaffold.ts index 52c115a7..1dd7d0d1 100644 --- a/src/utils/scaffold.ts +++ b/src/utils/scaffold.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import cli from 'cli-ux'; diff --git a/src/utils/templates.ts b/src/utils/templates.ts index 4af6ea1e..75e55d17 100644 --- a/src/utils/templates.ts +++ b/src/utils/templates.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import cli from 'cli-ux'; diff --git a/src/utils/usage-analytics.ts b/src/utils/usage-analytics.ts index 5acc95b5..9d0387b4 100644 --- a/src/utils/usage-analytics.ts +++ b/src/utils/usage-analytics.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import cli from 'cli-ux'; diff --git a/test/add-approuter.spec.ts b/test/add-approuter.spec.ts index bbd3d3d3..cc18133f 100644 --- a/test/add-approuter.spec.ts +++ b/test/add-approuter.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ const prompt = jest.fn().mockResolvedValue('mock-project'); diff --git a/test/add-cds.spec.ts b/test/add-cds.spec.ts index 34172f5c..ea135bf2 100644 --- a/test/add-cds.spec.ts +++ b/test/add-cds.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ const prompt = jest.fn().mockResolvedValue('mock-project'); diff --git a/test/add-cx-server.spec.ts b/test/add-cx-server.spec.ts index 3d5831f1..25311df6 100644 --- a/test/add-cx-server.spec.ts +++ b/test/add-cx-server.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ const error = jest.fn(); diff --git a/test/e2e.spec.ts b/test/e2e.spec.ts index 51cef5c9..e4b74a5f 100644 --- a/test/e2e.spec.ts +++ b/test/e2e.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ describe('The whole enchilada', () => { diff --git a/test/generate-vdm.spec.ts b/test/generate-vdm.spec.ts index 265a98ed..b3fb107b 100644 --- a/test/generate-vdm.spec.ts +++ b/test/generate-vdm.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import { GeneratorOptions as GeneratorOptionsSDK, generatorOptionsCli as generatorOptionsSDK } from '@sap/cloud-sdk-generator'; import * as fs from 'fs-extra'; diff --git a/test/help-page.spec.ts b/test/help-page.spec.ts index 47a4ae34..2e01ecc7 100644 --- a/test/help-page.spec.ts +++ b/test/help-page.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ const url = jest.fn(); diff --git a/test/init.spec.ts b/test/init.spec.ts index e2416f67..9adcf450 100644 --- a/test/init.spec.ts +++ b/test/init.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ const error = jest.fn(); const warn = jest.fn(message => console.log('MOCKED WARNING: ', message)); diff --git a/test/package.spec.ts b/test/package.spec.ts index 080e61fa..f093a723 100644 --- a/test/package.spec.ts +++ b/test/package.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ describe('Package', () => { diff --git a/test/test-output/index.ts b/test/test-output/index.ts index 0aef3b0c..51072409 100644 --- a/test/test-output/index.ts +++ b/test/test-output/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import * as path from 'path'; diff --git a/test/test-utils.ts b/test/test-utils.ts index a2e13208..0ca0813d 100644 --- a/test/test-utils.ts +++ b/test/test-utils.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import * as fs from 'fs'; import * as path from 'path'; diff --git a/test/utils/git-ignore.spec.ts b/test/utils/git-ignore.spec.ts index 22171a11..33aad6d6 100644 --- a/test/utils/git-ignore.spec.ts +++ b/test/utils/git-ignore.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ const log = jest.fn(); const warn = jest.fn(message => console.log('MOCKED WARNING: ', message)); diff --git a/test/utils/jest-config.spec.ts b/test/utils/jest-config.spec.ts index 7314d397..7591f7f1 100644 --- a/test/utils/jest-config.spec.ts +++ b/test/utils/jest-config.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import * as fs from 'fs'; import * as path from 'path'; diff --git a/test/utils/package-json.spec.ts b/test/utils/package-json.spec.ts index 900ff2db..60dfc5ef 100644 --- a/test/utils/package-json.spec.ts +++ b/test/utils/package-json.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ jest.mock('execa', () => jest.fn().mockResolvedValue('1.0.0')); diff --git a/test/utils/scaffold.spec.ts b/test/utils/scaffold.spec.ts index aaa37fb6..29f88c78 100644 --- a/test/utils/scaffold.spec.ts +++ b/test/utils/scaffold.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ const confirm = jest.fn().mockResolvedValue(true); jest.mock('cli-ux', () => { diff --git a/test/utils/templates.spec.ts b/test/utils/templates.spec.ts index 5cf4f98c..38b0602b 100644 --- a/test/utils/templates.spec.ts +++ b/test/utils/templates.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ import * as fs from 'fs'; import * as path from 'path'; diff --git a/test/utils/usage-analytics.spec.ts b/test/utils/usage-analytics.spec.ts index 984ed006..df951026 100644 --- a/test/utils/usage-analytics.spec.ts +++ b/test/utils/usage-analytics.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. + * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ const confirm = jest.fn().mockResolvedValue(false); diff --git a/tslint.json b/tslint.json index 72107364..74b6c497 100644 --- a/tslint.json +++ b/tslint.json @@ -10,8 +10,8 @@ "arrow-parens": [false, "as-needed"], "file-header": [ true, - "Copyright \\(c\\) 2019 SAP SE or an SAP affiliate company. All rights reserved.", - "Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved." + "Copyright \\(c\\) 2020 SAP SE or an SAP affiliate company. All rights reserved.", + "Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved." ], "interface-name": false, "max-line-length": false,