]> granicus.if.org Git - esp-idf/commitdiff
components/openssl_demo: remove the apache license header and add cc license head
authorDong Heng <dongheng@espressif.com>
Fri, 18 Nov 2016 02:07:34 +0000 (10:07 +0800)
committerDong Heng <dongheng@espressif.com>
Fri, 18 Nov 2016 02:07:34 +0000 (10:07 +0800)
examples/09_openssl_client/main/openssl_client.c
examples/09_openssl_client/main/openssl_client.h
examples/10_openssl_server/main/openssl_server.c
examples/10_openssl_server/main/openssl_server.h

index c804b6c4fd1339481a22ecda4767e60d6dc07d3a..c6b0e449acad7d5100d1d7a8f93e315fe6af7871 100644 (file)
@@ -1,16 +1,11 @@
-// Copyright 2015-2016 Espressif Systems (Shanghai) PTE 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.
+/* OpenSSL client Example
+
+   This example code is in the Public Domain (or CC0 licensed, at your option.)
+
+   Unless required by applicable law or agreed to in writing, this
+   software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+   CONDITIONS OF ANY KIND, either express or implied.
+*/
 
 #include "openssl_client.h"
 
index 5bc69a0aca7a9dc7377e08e4e5b2a5792654906c..f5ab887ad42ba1c1e86d8b798a90e373f789ad1f 100644 (file)
@@ -1,3 +1,12 @@
+/* OpenSSL client Example
+
+   This example code is in the Public Domain (or CC0 licensed, at your option.)
+
+   Unless required by applicable law or agreed to in writing, this
+   software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+   CONDITIONS OF ANY KIND, either express or implied.
+*/
+
 #ifndef _OPENSSL_DEMO_H_
 #define _OPENSSL_DEMO_H_
 
index 7f4b7d6b6e5a9091208620b4cd38dddda7832db8..53b6050d572f7baeb79c2430ba265b72f391d7ba 100644 (file)
@@ -1,16 +1,11 @@
-// Copyright 2015-2016 Espressif Systems (Shanghai) PTE 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.
+/* OpenSSL server Example
+
+   This example code is in the Public Domain (or CC0 licensed, at your option.)
+
+   Unless required by applicable law or agreed to in writing, this
+   software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+   CONDITIONS OF ANY KIND, either express or implied.
+*/
 
 #include "openssl_server.h"
 
index e87f5e482e9916f7e17bffabffb59d72856a0943..5f49de35f29be8e43497041d53244cc59f7ef4a2 100644 (file)
@@ -1,3 +1,12 @@
+/* OpenSSL server Example
+
+   This example code is in the Public Domain (or CC0 licensed, at your option.)
+
+   Unless required by applicable law or agreed to in writing, this
+   software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+   CONDITIONS OF ANY KIND, either express or implied.
+*/
+
 #ifndef _OPENSSL_DEMO_H_
 #define _OPENSSL_DEMO_H_