diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-04-12 09:55:01 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-04-18 16:35:28 +0530 |
commit | 3ef8890e3c51cc33f6448331a02a62354b5756fe (patch) | |
tree | 86ebf6efaaa818011d5434704f3fc00e5b2781a6 | |
parent | fdee92eaf970346501d69cf55d93fce22b72e5e6 (diff) |
License: Add header
Change-Id: I278064d11b53435a6b6c40769b6600dc4661a57a
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | products/README.md | 14 | ||||
-rw-r--r-- | profiles/README.md | 14 |
3 files changed, 42 insertions, 0 deletions
@@ -1,3 +1,17 @@ +[comment]: # (# Copyright 2018 Huawei Technologies Co., Ltd.) +[comment]: # (# ) +[comment]: # (Licensed under the Apache License, Version 2.0 (the "License") +[comment]: # (# you may not use this file except in compliance with the License.) +[comment]: # (# You may obtain a copy of the License at) +[comment]: # (#) +[comment]: # (# http://www.apache.org/licenses/LICENSE-2.0) +[comment]: # (#) +[comment]: # (# Unless required by applicable law or agreed to in writing, software) +[comment]: # (# distributed under the License is distributed on an "AS IS" BASIS,) +[comment]: # (# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.) +[comment]: # (# See the License for the specific language governing permissions and) +[comment]: # (# limitations under the License.) + Open Command-line interface Platform (OCLIP) ============================================ diff --git a/products/README.md b/products/README.md index dc1629cf..359cf61e 100644 --- a/products/README.md +++ b/products/README.md @@ -1,3 +1,17 @@ +[comment]: # (# Copyright 2018 Huawei Technologies Co., Ltd.) +[comment]: # (# ) +[comment]: # (Licensed under the Apache License, Version 2.0 (the "License") +[comment]: # (# you may not use this file except in compliance with the License.) +[comment]: # (# You may obtain a copy of the License at) +[comment]: # (#) +[comment]: # (# http://www.apache.org/licenses/LICENSE-2.0) +[comment]: # (#) +[comment]: # (# Unless required by applicable law or agreed to in writing, software) +[comment]: # (# distributed under the License is distributed on an "AS IS" BASIS,) +[comment]: # (# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.) +[comment]: # (# See the License for the specific language governing permissions and) +[comment]: # (# limitations under the License.) + Products ======== OCLIP is an platform like Tomcat and it could host the commands for different software products. diff --git a/profiles/README.md b/profiles/README.md index 01911874..6b973e63 100644 --- a/profiles/README.md +++ b/profiles/README.md @@ -1,3 +1,17 @@ +[comment]: # (# Copyright 2018 Huawei Technologies Co., Ltd.) +[comment]: # (# ) +[comment]: # (Licensed under the Apache License, Version 2.0 (the "License") +[comment]: # (# you may not use this file except in compliance with the License.) +[comment]: # (# You may obtain a copy of the License at) +[comment]: # (#) +[comment]: # (# http://www.apache.org/licenses/LICENSE-2.0) +[comment]: # (#) +[comment]: # (# Unless required by applicable law or agreed to in writing, software) +[comment]: # (# distributed under the License is distributed on an "AS IS" BASIS,) +[comment]: # (# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.) +[comment]: # (# See the License for the specific language governing permissions and) +[comment]: # (# limitations under the License.) + Profiles ======== OCLIP models the required schema to support a given protocol as profile and in this folder each profile is implemented as maven project. |