From 7ecd7bf20999042a13e88c2ac3c8b851d1db8da4 Mon Sep 17 00:00:00 2001 From: Luca Muscariello Date: Thu, 13 Feb 2020 21:31:20 +0100 Subject: [HICN-519] Documentation update Change-Id: Iba61bc07196643b8061f0cb0f7213c7e0b256020 Signed-off-by: Luca Muscariello --- docs/source/apps.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'docs/source/apps.md') diff --git a/docs/source/apps.md b/docs/source/apps.md index eefb68be1..9b2384f29 100644 --- a/docs/source/apps.md +++ b/docs/source/apps.md @@ -10,7 +10,7 @@ higet and hicn-http-proxy are two application examples that use hicn stack. Build dependencies: -- c++14 ( clang++ / g++ ) +- C++14 ( clang++ / g++ ) - CMake 3.5 or higher Basic dependencies: @@ -283,22 +283,3 @@ Retrieve a web page: ```bash client$ /usr/bin/higet -O - http://webserver/index.html -P c001 ``` - -## License - -This software is distributed under the following license: - -```text -Copyright (c) 2017-2019 Cisco and/or its affiliates. -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. -``` -- cgit 1.2.3-korg