diff --git a/.scalafmt.conf b/.scalafmt.conf
index 0dc41ec0b2739252b7b521e30fb166e4e7ec6c1e..7084efe600d1597acc536936f60f5510e5e78fa1 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,6 +1,9 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+
 style = intellij
 danglingParentheses = false
 maxColumn = 120
 docstrings = JavaDoc
 rewrite.rules = [SortImports]
-project.git = true
\ No newline at end of file
+project.git = true
diff --git a/tests/src/test/resources/application.conf b/tests/src/test/resources/application.conf
index 873d2231e5c680f379c12c79bac48f03307c4f7f..759f063118642f640d693cc292f81f6858bda806 100644
--- a/tests/src/test/resources/application.conf
+++ b/tests/src/test/resources/application.conf
@@ -1,3 +1,5 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more contributor
+# license agreements; and to You under the Apache License, Version 2.0.
 
 whisk.spi {
   SimpleSpi = whisk.spi.SimpleSpiImpl