From 980943f8b5affada9c18427745afc35053dc0b47 Mon Sep 17 00:00:00 2001 From: "Miroslav Chomut (CZ)" Date: Wed, 23 Oct 2024 13:49:26 +0200 Subject: [PATCH 1/3] #31 Cleanup before Publicizing repo extra license headers --- project/Dependencies.scala | 15 +++++++++++++++ project/plugins.sbt | 15 +++++++++++++++ publish.sbt | 15 +++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d36b13e..91db753 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,3 +1,18 @@ +/* + * Copyright 2024 ABSA Group Limited + * + * 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. + */ import sbt.* object Dependencies { diff --git a/project/plugins.sbt b/project/plugins.sbt index ac92544..0d0e143 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,17 @@ +/* + * Copyright 2024 ABSA Group Limited + * + * 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. + */ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") diff --git a/publish.sbt b/publish.sbt index 43628f5..a79ffcf 100644 --- a/publish.sbt +++ b/publish.sbt @@ -1,3 +1,18 @@ +/* + * Copyright 2024 ABSA Group Limited + * + * 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. + */ ThisBuild / organization := "za.co.absa.KafkaCase" publish / skip := true // skipping publishing of the root of the project, publishing only some submodules From b9fa3cb708c7202f8da50a8d63d84fa367e53a00 Mon Sep 17 00:00:00 2001 From: "Miroslav Chomut (CZ)" Date: Wed, 23 Oct 2024 13:52:34 +0200 Subject: [PATCH 2/3] project folder removal --- examples/project/build.properties | 1 - models/project/build.properties | 1 - reader/project/build.properties | 1 - writer/project/build.properties | 1 - 4 files changed, 4 deletions(-) delete mode 100644 examples/project/build.properties delete mode 100644 models/project/build.properties delete mode 100644 reader/project/build.properties delete mode 100644 writer/project/build.properties diff --git a/examples/project/build.properties b/examples/project/build.properties deleted file mode 100644 index eeaccfc..0000000 --- a/examples/project/build.properties +++ /dev/null @@ -1 +0,0 @@ -sbt.version = 1.10.1 diff --git a/models/project/build.properties b/models/project/build.properties deleted file mode 100644 index eeaccfc..0000000 --- a/models/project/build.properties +++ /dev/null @@ -1 +0,0 @@ -sbt.version = 1.10.1 diff --git a/reader/project/build.properties b/reader/project/build.properties deleted file mode 100644 index eeaccfc..0000000 --- a/reader/project/build.properties +++ /dev/null @@ -1 +0,0 @@ -sbt.version = 1.10.1 diff --git a/writer/project/build.properties b/writer/project/build.properties deleted file mode 100644 index eeaccfc..0000000 --- a/writer/project/build.properties +++ /dev/null @@ -1 +0,0 @@ -sbt.version = 1.10.1 From 3c0b1cdc9e7cbfec0d6c2730e42a9182c3f87c75 Mon Sep 17 00:00:00 2001 From: "Miroslav Chomut (CZ)" Date: Wed, 23 Oct 2024 14:11:51 +0200 Subject: [PATCH 3/3] xml configs license --- examples/src/main/resources/logback.xml | 14 ++++++++++++++ models/src/test/resources/logback-test.xml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/examples/src/main/resources/logback.xml b/examples/src/main/resources/logback.xml index 2b04b4c..64c1212 100644 --- a/examples/src/main/resources/logback.xml +++ b/examples/src/main/resources/logback.xml @@ -1,4 +1,18 @@ + diff --git a/models/src/test/resources/logback-test.xml b/models/src/test/resources/logback-test.xml index acf62b8..3cebbff 100644 --- a/models/src/test/resources/logback-test.xml +++ b/models/src/test/resources/logback-test.xml @@ -1,4 +1,18 @@ +