2411: Updated check-copyright-notices script to correctly add the comment
[arvados.git] / build / check-copyright-notices
index 239a0c6ba051294dfc0ec74f8787dd293a6b6b9d..cf4e9bf181b71e3dbd933eb76c4423fe0815f7c8 100755 (executable)
@@ -133,7 +133,13 @@ git ls-files -z ${@} | \
                 cc=""
                 ce=" */"
                 ;;
-            *.go | *.scss | *.java | *.js | *.coffee)
+            *.coffee)
+                fixer=fixer
+                cs="### "
+                cc=""
+                ce=" ###"
+                ;;
+            *.go | *.scss | *.java | *.js)
                 fixer=fixer
                 cc="//"
                 ;;