aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/apps.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/apps.md')
-rw-r--r--docs/source/apps.md21
1 files changed, 1 insertions, 20 deletions
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.
-```