Add Apache 2.0 license headers 34/187134/1
authorPawel Kowalski <p.kowalski2@partner.samsung.com>
Mon, 20 Aug 2018 07:31:12 +0000 (09:31 +0200)
committerPawel Kowalski <p.kowalski2@partner.samsung.com>
Mon, 20 Aug 2018 07:31:48 +0000 (09:31 +0200)
Change-Id: I514199642ec446c7c33fe5ff3d4d2a8a132aebd3

dcm-daemon/cryptobackendroster.cpp
dcm-daemon/see-backend/artik_security.h
tests/api_test.cpp
tests/example_capi.c
tests/example_client.cpp
tools/bin2c.c

index bc30fbbe576c5fb11acbf8b9a20c425852c29b68..4fd6a56463eb9c9798045892dcc34fc394c9a6a5 100644 (file)
@@ -1,3 +1,21 @@
+/******************************************************************
+ *
+ * Copyright 2017 - 2018 Samsung Electronics All Rights Reserved.
+ *
+ * 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.
+ *
+ ******************************************************************/
+
 #include "cryptobackendroster.h"
 
 crypto_backend_roster& crypto_backend_roster::instance() {
index d5a69750b2fb6812c33f65e55a9e083328e6d851..e7cca7e57895e4b6e41e9adf5344cb5f83005344 100644 (file)
@@ -1,3 +1,21 @@
+/******************************************************************
+ *
+ * Copyright 2017 - 2018 Samsung Electronics All Rights Reserved.
+ *
+ * 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.
+ *
+ ******************************************************************/
+
 #ifdef USE_ARTIK_SECURITY_HEADERS
 #include <artik/security.h>
 #else
index 3b7a5526a42f166913832917666106bd77b7611b..c06e0279525765e1ffb68ce805fa1162116ad7c5 100644 (file)
@@ -1,3 +1,21 @@
+/******************************************************************
+ *
+ * Copyright 2017 - 2018 Samsung Electronics All Rights Reserved.
+ *
+ * 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.
+ *
+ ******************************************************************/
+
 #define BOOST_TEST_MODULE HW API test
 
 #include "device_certificate_manager.h"
index a38aa9721444d021e229dfbb2a806d78e1f065c4..3008730ef43f1b229cb00ae363f176e10bea8a4d 100644 (file)
@@ -1,3 +1,21 @@
+/******************************************************************
+ *
+ * Copyright 2017 - 2018 Samsung Electronics All Rights Reserved.
+ *
+ * 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.
+ *
+ ******************************************************************/
+
 #include "device_certificate_manager.h"
 #include <stdio.h>
 #include <stdlib.h>
index 91183d7f6ee6984ca6ecde14c2f451929e9a434e..b326d2e8ecde1557c6d215da2802d70aecf7fc05 100644 (file)
@@ -1,3 +1,21 @@
+/******************************************************************
+ *
+ * Copyright 2017 - 2018 Samsung Electronics All Rights Reserved.
+ *
+ * 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.
+ *
+ ******************************************************************/
+
 #include "dcm_client.h"
 #include <iostream>
 #include <iomanip>
index 4d091367516949983b273eff669fefd2c0e81a55..73cad381efff5b5c4bb57c20c37ddf30f80a8a96 100644 (file)
@@ -1,3 +1,21 @@
+/******************************************************************
+ *
+ * Copyright 2017 - 2018 Samsung Electronics All Rights Reserved.
+ *
+ * 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.
+ *
+ ******************************************************************/
+
 #include <stdio.h>
 #include <stdlib.h>