diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-15 13:45:42 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-09-15 13:45:42 -0700 |
commit | a9037ba442a545815180adaa72404602f13f3197 (patch) | |
tree | 7f29fc377a68c911efcd43f69fa61c9c16a2d807 | |
parent | eb3dd6058923dd3e8a09ff0505b192b4fab01bc5 (diff) |
Add missing license header
Change-Id: Ie7ce5da5f0baa6a77dd3bfefd523f28682fe27ba
Issue-ID: INT-103
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | checkstyle/src/main/resources/onap-checkstyle/check-license.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/checkstyle/src/main/resources/onap-checkstyle/check-license.xml b/checkstyle/src/main/resources/onap-checkstyle/check-license.xml index 9198c6e..1469b41 100644 --- a/checkstyle/src/main/resources/onap-checkstyle/check-license.xml +++ b/checkstyle/src/main/resources/onap-checkstyle/check-license.xml @@ -1,4 +1,19 @@ <?xml version="1.0"?> +<!-- + Copyright (c) 2016-2017 Huawei Technologies Co., Ltd. + + 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. +--> <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> |