From: Pawel Kowalski Date: Mon, 20 Aug 2018 07:31:12 +0000 (+0200) Subject: Add Apache 2.0 license headers X-Git-Tag: submit/tizen/20180912.045643~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e85c70ba6a20e96ed170d2732e7fbc14d15b70d;p=platform%2Fcore%2Fsecurity%2Fdevice-certificate-manager.git Add Apache 2.0 license headers Change-Id: I514199642ec446c7c33fe5ff3d4d2a8a132aebd3 --- diff --git a/dcm-daemon/cryptobackendroster.cpp b/dcm-daemon/cryptobackendroster.cpp index bc30fbb..4fd6a56 100644 --- a/dcm-daemon/cryptobackendroster.cpp +++ b/dcm-daemon/cryptobackendroster.cpp @@ -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() { diff --git a/dcm-daemon/see-backend/artik_security.h b/dcm-daemon/see-backend/artik_security.h index d5a6975..e7cca7e 100644 --- a/dcm-daemon/see-backend/artik_security.h +++ b/dcm-daemon/see-backend/artik_security.h @@ -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 #else diff --git a/tests/api_test.cpp b/tests/api_test.cpp index 3b7a552..c06e027 100644 --- a/tests/api_test.cpp +++ b/tests/api_test.cpp @@ -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" diff --git a/tests/example_capi.c b/tests/example_capi.c index a38aa97..3008730 100644 --- a/tests/example_capi.c +++ b/tests/example_capi.c @@ -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 #include diff --git a/tests/example_client.cpp b/tests/example_client.cpp index 91183d7..b326d2e 100644 --- a/tests/example_client.cpp +++ b/tests/example_client.cpp @@ -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 #include diff --git a/tools/bin2c.c b/tools/bin2c.c index 4d09136..73cad38 100644 --- a/tools/bin2c.c +++ b/tools/bin2c.c @@ -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 #include