From 36e1c81b7c19c86aa67b8b598cbcf7b02a19957c Mon Sep 17 00:00:00 2001 From: avvessalom Date: Mon, 10 Jan 2022 11:56:03 +0300 Subject: [PATCH] add missed license headers --- .github/workflows/license-year-check.yml | 1 + projector-ij-common/build.gradle.kts | 23 +++++++++++++++++++++++ projector-util-loading/build.gradle.kts | 23 +++++++++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/.github/workflows/license-year-check.yml b/.github/workflows/license-year-check.yml index c9999320d..b8e188f2e 100644 --- a/.github/workflows/license-year-check.yml +++ b/.github/workflows/license-year-check.yml @@ -3,6 +3,7 @@ name: Update copyright year in license files on: schedule: - cron: "0 3 1 1 *" + workflow_dispatch: jobs: update-license-year: diff --git a/projector-ij-common/build.gradle.kts b/projector-ij-common/build.gradle.kts index d838a5704..1bdb0ff8c 100644 --- a/projector-ij-common/build.gradle.kts +++ b/projector-ij-common/build.gradle.kts @@ -1,3 +1,26 @@ +/* + * MIT License + * + * Copyright (c) 2019-2021 JetBrains s.r.o. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ plugins { kotlin("jvm") `maven-publish` diff --git a/projector-util-loading/build.gradle.kts b/projector-util-loading/build.gradle.kts index ccb3f0a0f..d79f87fea 100644 --- a/projector-util-loading/build.gradle.kts +++ b/projector-util-loading/build.gradle.kts @@ -1,3 +1,26 @@ +/* + * MIT License + * + * Copyright (c) 2019-2021 JetBrains s.r.o. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ plugins { kotlin("jvm") `maven-publish`