Skip to content

Commit

Permalink
Add explicit license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Jan 13, 2025
1 parent 14bb90e commit 1c84bed
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/scala/com/github/sbt/sbom/SbtUpdateReport.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023, Scala center, 2011 - 2022, Lightbend, Inc., 2008 - 2010, Mark Harrah
//
// SPDX-License-Identifier: Apache-2.0

package com.github.sbt.sbom

import sbt.librarymanagement.{ ConfigurationReport, ModuleID, ModuleReport }
Expand Down
4 changes: 4 additions & 0 deletions src/sbt-test/dependencies/compileNoTree/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: The sbt-sbom team
//
// SPDX-License-Identifier: MIT

lazy val root = (project in file("."))
.settings(
name := "dependencies",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: The sbt-sbom team
//
// SPDX-License-Identifier: MIT

import sbt._

object Dependencies {
Expand Down
4 changes: 4 additions & 0 deletions src/sbt-test/dependencies/compileNoTree/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: The sbt-sbom team
//
// SPDX-License-Identifier: MIT

(
sys.props.get("plugin.version"),
sys.props.get("plugin.organization")
Expand Down
2 changes: 2 additions & 0 deletions src/sbt-test/dependencies/compileNoTree/test
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# SPDX-FileCopyrightText: The sbt-sbom team
# SPDX-License-Identifier: MIT
> check
4 changes: 4 additions & 0 deletions src/sbt-test/dependenciesJson/compileNoTree/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: The sbt-sbom team
//
// SPDX-License-Identifier: MIT

lazy val root = (project in file("."))
.settings(
name := "dependencies",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: The sbt-sbom team
//
// SPDX-License-Identifier: MIT

import sbt._

object Dependencies {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: The sbt-sbom team
//
// SPDX-License-Identifier: MIT

(
sys.props.get("plugin.version"),
sys.props.get("plugin.organization")
Expand Down
2 changes: 2 additions & 0 deletions src/sbt-test/dependenciesJson/compileNoTree/test
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# SPDX-FileCopyrightText: The sbt-sbom team
# SPDX-License-Identifier: MIT
> check

0 comments on commit 1c84bed

Please sign in to comment.