diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b2a04a..007fb63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,18 @@ + # + # * Copyright 2021, 2022 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA + # * + # * Licensed under the Apache License, Version 2.0 (the "License"); + # * you may not use this file except in compliance with the License. + # * You may obtain a copy of the License at + # * + # * http://www.apache.org/licenses/LICENSE-2.0 + # * + # * Unless required by applicable law or agreed to in writing, software + # * distributed under the License is distributed on an "AS IS" BASIS, + # * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + # * See the License for the specific language governing permissions and + # * limitations under the License. + # # This is a basic workflow to help you get started with Actions name: CI diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 416b95c..4affa3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,3 +1,18 @@ +# +# * Copyright 2021, 2022 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA +# * +# * Licensed under the Apache License, Version 2.0 (the "License"); +# * you may not use this file except in compliance with the License. +# * You may obtain a copy of the License at +# * +# * http://www.apache.org/licenses/LICENSE-2.0 +# * +# * Unless required by applicable law or agreed to in writing, software +# * distributed under the License is distributed on an "AS IS" BASIS, +# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# * See the License for the specific language governing permissions and +# * limitations under the License. +# # This is a basic workflow to help you get started with Actions name: main diff --git a/file.js b/file.js index 8642f72..d94f54f 100644 --- a/file.js +++ b/file.js @@ -1,5 +1,5 @@ /* - * Copyright 2021 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA + * Copyright 2021, 2022 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA * * 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.js b/license.js index c77d57b..1dc8720 100644 --- a/license.js +++ b/license.js @@ -1,5 +1,5 @@ /* - * Copyright 2021 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA + * Copyright 2021, 2022 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA * * 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.test.js b/license.test.js index 4bba58a..b4bc035 100644 --- a/license.test.js +++ b/license.test.js @@ -1,3 +1,19 @@ +/* + * Copyright 2021, 2022 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + const nock = require('nock') const {checkLicense} = require("./license"); const fs = require('fs') diff --git a/main.js b/main.js index 2f859ad..4a64cca 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,5 @@ /* - * Copyright 2021 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA + * Copyright 2021, 2022 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.