summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPawel Kowalski <p.kowalski2@partner.samsung.com>2018-08-16 10:19:14 +0200
committerPawel Kowalski <p.kowalski2@partner.samsung.com>2018-08-16 10:19:14 +0200
commitd4ecf3ef0ffe3feaa6e5fb1373fdaa9395989a97 (patch)
tree4fa054e90aec8532fba15be77e6b7e2d8cded5fb /src
parent38a26555739c4da1a722437f48a9874c64a24201 (diff)
downloadkey-manager-d4ecf3ef0ffe3feaa6e5fb1373fdaa9395989a97.tar.gz
key-manager-d4ecf3ef0ffe3feaa6e5fb1373fdaa9395989a97.tar.bz2
key-manager-d4ecf3ef0ffe3feaa6e5fb1373fdaa9395989a97.zip
Add Apache 2.0 license headers
Change-Id: Ia61efbc57ce93ed3714dafe9edada7cb244c54d3
Diffstat (limited to 'src')
-rw-r--r--src/manager/main/smack-check.cpp16
-rw-r--r--src/manager/service/key-provider.cpp16
-rw-r--r--src/manager/service/key-provider.h16
3 files changed, 48 insertions, 0 deletions
diff --git a/src/manager/main/smack-check.cpp b/src/manager/main/smack-check.cpp
index 70f71da7..5e9344dd 100644
--- a/src/manager/main/smack-check.cpp
+++ b/src/manager/main/smack-check.cpp
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2014 - 2018 Samsung Electronics Co., Ltd 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 <smack-check.h>
#include <stdlib.h>
diff --git a/src/manager/service/key-provider.cpp b/src/manager/service/key-provider.cpp
index 15bff3d6..98dedd4a 100644
--- a/src/manager/service/key-provider.cpp
+++ b/src/manager/service/key-provider.cpp
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2014 - 2018 Samsung Electronics Co., Ltd 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 <exception.h>
#include <key-provider.h>
#include <dpl/log/log.h>
diff --git a/src/manager/service/key-provider.h b/src/manager/service/key-provider.h
index 9242e11d..82b79e62 100644
--- a/src/manager/service/key-provider.h
+++ b/src/manager/service/key-provider.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2014 - 2018 Samsung Electronics Co., Ltd 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
+ */
+
#pragma once
#include <string.h>