From: Piotr Sawicki Date: Thu, 16 Aug 2018 12:39:14 +0000 (+0200) Subject: Add missing license headers for a C# test application X-Git-Tag: accepted/tizen/unified/20180903.063938~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F46%2F186946%2F1;p=platform%2Fcore%2Fsecurity%2Faskuser.git Add missing license headers for a C# test application Change-Id: I792b88793f7f11e6934fa05751e87ae3d238fb92 --- 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;