This is an automated email from the ASF dual-hosted git repository.

hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new bbb3be1b1e add license header to sbt files (#359)
bbb3be1b1e is described below

commit bbb3be1b1e70019344a9fd939f9d44dd5baca802
Author: PJ Fanning <[email protected]>
AuthorDate: Mon May 29 03:35:14 2023 +0100

    add license header to sbt files (#359)
    
    * add license header to sbt files
    
    * Update plugins.sbt
---
 build.sbt                     |  9 +++++++++
 project/CopyrightHeader.scala |  3 ++-
 project/plugins.sbt           | 11 ++++++++++-
 3 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 06de360ff7..db35188e70 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 import org.apache.pekko._
 
 ThisBuild / scalafixScalaBinaryVersion := scalaBinaryVersion.value
diff --git a/project/CopyrightHeader.scala b/project/CopyrightHeader.scala
index c075f89835..b6e6e0820a 100644
--- a/project/CopyrightHeader.scala
+++ b/project/CopyrightHeader.scala
@@ -35,7 +35,8 @@ trait CopyrightHeader extends AutoPlugin {
             HeaderFileType.scala -> cStyleComment,
             HeaderFileType.java -> cStyleComment,
             HeaderFileType.conf -> hashLineComment,
-            HeaderFileType("template") -> cStyleComment)))
+            HeaderFileType("template") -> cStyleComment,
+            HeaderFileType("sbt") -> cStyleComment)))
     }
 
   override def projectSettings: Seq[Def.Setting[_]] =
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 85345d05c5..f4bc6b2b14 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,3 +1,12 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, derived from Akka.
+ */
+
 addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
 
 addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
@@ -13,7 +22,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % 
"sbt-api-mappings" % "3.0.2")
 addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
 addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
 
-addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
+addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
 addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")
 addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to