From 23d3b02ccf57b518aaa8cf4b3aed290d67180482 Mon Sep 17 00:00:00 2001 From: Piotr Sawicki Date: Thu, 16 Aug 2018 14:39:14 +0200 Subject: [PATCH] Add missing license headers for a C# test application Change-Id: I792b88793f7f11e6934fa05751e87ae3d238fb92 --- .../PrivacyPrivilegeManagerTest.Tizen.cs | 16 ++++++++++++++++ .../PrivacyPrivilegeManagerTest.cs | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/test/apps/csapi/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest.Tizen/PrivacyPrivilegeManagerTest.Tizen.cs b/test/apps/csapi/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest.Tizen/PrivacyPrivilegeManagerTest.Tizen.cs index 3f276a6..b47f82d 100755 --- a/test/apps/csapi/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest.Tizen/PrivacyPrivilegeManagerTest.Tizen.cs +++ b/test/apps/csapi/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest.Tizen/PrivacyPrivilegeManagerTest.Tizen.cs @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2017 - 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 + */ + using System; namespace PrivacyPrivilegeManagerTest.Tizen diff --git a/test/apps/csapi/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest.cs b/test/apps/csapi/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest.cs index 46f4a8a..41e1842 100755 --- a/test/apps/csapi/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest.cs +++ b/test/apps/csapi/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest/PrivacyPrivilegeManagerTest.cs @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2017 - 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 + */ + using System; using Tizen.Security; using Tizen; -- 2.7.4