diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-21 14:03:14 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-08-21 15:17:11 -0700 |
commit | 2a78a3757795bbbfb6ac875dc51ec3b4eb7a5364 (patch) | |
tree | a275aee19b19c9972618de0284e88ecfbb9943c0 /checkstyle/src/main/resources/onap-checkstyle/apache-license-2.regexp.txt | |
parent | fb53b4b94742d41c8373ccc10d84341a33280a3d (diff) |
Refactor oparent for independent versioning
Change-Id: I543f394b360b6926986f33b48bef4b3355363beb
Issue-id: INT-103
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'checkstyle/src/main/resources/onap-checkstyle/apache-license-2.regexp.txt')
-rw-r--r-- | checkstyle/src/main/resources/onap-checkstyle/apache-license-2.regexp.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/checkstyle/src/main/resources/onap-checkstyle/apache-license-2.regexp.txt b/checkstyle/src/main/resources/onap-checkstyle/apache-license-2.regexp.txt new file mode 100644 index 0000000..5b69f28 --- /dev/null +++ b/checkstyle/src/main/resources/onap-checkstyle/apache-license-2.regexp.txt @@ -0,0 +1,15 @@ +^/[*]+$ +^ \* Copyright .*$ +^ \*( )?$ +^ \* Licensed 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. +^ [*]+/$ |