Add NOTICE and headerLicense

This commit is contained in:
Adrien Piquerez 2024-10-11 13:08:49 +02:00
parent a90bdcf703
commit 6c1217847e
2 changed files with 22 additions and 1 deletions

View File

@ -1429,7 +1429,15 @@ lazy val lmIvy = (project in file("lm-ivy"))
lazy val lmCoursierSettings: Seq[Setting[_]] = Def.settings(
baseSettings,
headerLicense := None,
headerLicense := Some(
HeaderLicense.Custom(
"""|sbt
|Copyright 2024, Scala Center
|Copyright 2015 - 2023, Alexandre Archambault
|Licensed under Apache License 2.0 (see LICENSE)
|""".stripMargin
)
),
developers +=
Developer(
"alexarchambault",

13
lm-coursier/NOTICE Normal file
View File

@ -0,0 +1,13 @@
Coursier-based implementation of sbt-librarymanagement
Copyright 2015-2024 Alexandre Archambault
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.