This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-utilities.git
The following commit(s) were added to refs/heads/master by this push:
new 91c0e83 Include php, dotnet, typescript for scancode (#82)
91c0e83 is described below
commit 91c0e83806526f11c36f86853ba3ae20901e1911
Author: Seonghyun Oh <[email protected]>
AuthorDate: Fri Jun 4 06:19:18 2021 +0900
Include php, dotnet, typescript for scancode (#82)
* Include typescript extension for scancode
* Add dotnet, php
* Remove protobuf
---
scancode/ASF-Release.cfg | 3 +++
scancode/ASFLicenseHeaderPHP.txt | 17 +++++++++++++++++
scancode/travis.cfg | 4 ++++
3 files changed, 24 insertions(+)
diff --git a/scancode/ASF-Release.cfg b/scancode/ASF-Release.cfg
index 428e407..8b6c82c 100644
--- a/scancode/ASF-Release.cfg
+++ b/scancode/ASF-Release.cfg
@@ -24,6 +24,9 @@ ASFLicenseHeaderLua.txt
*.html=has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.java=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.js=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
+*.ts=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
+*.cs=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
+*.php=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.lua=has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.md=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.properties=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof,
regex_check
diff --git a/scancode/ASFLicenseHeaderPHP.txt b/scancode/ASFLicenseHeaderPHP.txt
new file mode 100644
index 0000000..e723f31
--- /dev/null
+++ b/scancode/ASFLicenseHeaderPHP.txt
@@ -0,0 +1,17 @@
+<?php
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
\ No newline at end of file
diff --git a/scancode/travis.cfg b/scancode/travis.cfg
index 81c0554..fee1f45 100644
--- a/scancode/travis.cfg
+++ b/scancode/travis.cfg
@@ -8,6 +8,7 @@ ASFLicenseHeader.txt
ASFLicenseHeaderBash.txt
ASFLicenseHeaderHash.txt
ASFLicenseHeaderLua.txt
+ASFLicenseHeaderPHP.txt
ASFMinifiedLicenseHashHeader.txt
ASFMinifiedLicenseHeader.txt
ASFMinifiedLicenseHeaderREM.txt
@@ -24,6 +25,9 @@ ASFMinifiedLicenseHeaderREM.txt
*.html=has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.java=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.js=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
+*.ts=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
+*.cs=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
+*.php=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.lua=has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.md=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof, regex_check
*.properties=no_tabs, has_block_license, no_trailing_spaces, eol_at_eof,
regex_check