From 6e763debeec55055359c1f396eabc14a8e49e849 Mon Sep 17 00:00:00 2001 From: Derek Wickern Date: Sun, 5 Jan 2025 11:48:08 -0800 Subject: [PATCH 1/3] remove LICENSE.md --- LICENSE.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index b814b27be..000000000 --- a/LICENSE.md +++ /dev/null @@ -1,8 +0,0 @@ -Copyright (c) 2012, Joshua Suereth -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 1ea450946b9eba2fdfc8f9ff390a07b700dcf802 Mon Sep 17 00:00:00 2001 From: Derek Wickern Date: Sun, 5 Jan 2025 11:48:18 -0800 Subject: [PATCH 2/3] update license in build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e95c22181..71ea5bf9f 100644 --- a/build.sbt +++ b/build.sbt @@ -93,7 +93,7 @@ mimaPreviousArtifacts := { // Release configuration publishMavenStyle := true // project meta data -licenses := Seq("BSD-2-Clause" -> url("https://opensource.org/licenses/BSD-2-Clause")) +licenses := Seq(License.Apache2) homepage := Some(url("https://github.com/sbt/sbt-native-packager")) scmInfo := Some( From f4012e983b1374a7aa6f037d1a1b77809e63fdc5 Mon Sep 17 00:00:00 2001 From: Derek Wickern Date: Sun, 5 Jan 2025 15:52:39 -0800 Subject: [PATCH 3/3] add NOTICE file --- LICENSE | 4 +--- NOTICE | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 NOTICE diff --git a/LICENSE b/LICENSE index a2c5cf4b9..261eeb9e9 100644 --- a/LICENSE +++ b/LICENSE @@ -186,9 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2024 Nepomuk ( Muki ) Seiler and contributors - Copyright (c) 2013-2024 Lightbend Inc (dba Akka) - Copyright (c) 2012 Joshua Suereth + Copyright [yyyy] [name of copyright owner] 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 new file mode 100644 index 000000000..5b73c5a99 --- /dev/null +++ b/NOTICE @@ -0,0 +1,16 @@ +sbt-native-packager +Copyright (c) 2024 Nepomuk ( Muki ) Seiler and contributors +Copyright (c) 2013-2024 Lightbend Inc (dba Akka) +Copyright (c) 2012 Joshua Suereth + +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.