summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-10-31 17:16:10 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-10-31 17:16:26 +0900
commitcadcead95dac65fe05545122de4c730c1e5f0f9b (patch)
tree92fef057ccd32b6781cd7bf8360180f145bc84c0
parentf957dadf03c02fe13e2b0c0e8bd80633960ba4be (diff)
downloadwidget-control-cadcead95dac65fe05545122de4c730c1e5f0f9b.tar.gz
widget-control-cadcead95dac65fe05545122de4c730c1e5f0f9b.tar.bz2
widget-control-cadcead95dac65fe05545122de4c730c1e5f0f9b.zip
Modify license
Change-Id: I6600c8fe697b95dc94f76362c2d28a9d8bbfcf71 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rwxr-xr-xTizen.Applications.WidgetControl/Interop/Interop.Libraries.cs22
-rwxr-xr-xTizen.Applications.WidgetControl/Interop/Interop.WidgetService.cs22
-rwxr-xr-xTizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs22
-rwxr-xr-xTizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs22
4 files changed, 60 insertions, 28 deletions
diff --git a/Tizen.Applications.WidgetControl/Interop/Interop.Libraries.cs b/Tizen.Applications.WidgetControl/Interop/Interop.Libraries.cs
index 060ecba..e447fa6 100755
--- a/Tizen.Applications.WidgetControl/Interop/Interop.Libraries.cs
+++ b/Tizen.Applications.WidgetControl/Interop/Interop.Libraries.cs
@@ -1,10 +1,18 @@
-// Copyright 2016 by Samsung Electronics, Inc.,
-//
-// This software is the confidential and proprietary information
-// of Samsung Electronics, Inc. ("Confidential Information"). You
-// shall not disclose such Confidential Information and shall use
-// it only in accordance with the terms of the license agreement
-// you entered into with Samsung.
+/*
+ * Copyright (c) 2016 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.
+ */
internal static partial class Interop
{
diff --git a/Tizen.Applications.WidgetControl/Interop/Interop.WidgetService.cs b/Tizen.Applications.WidgetControl/Interop/Interop.WidgetService.cs
index 19334f6..e83c98a 100755
--- a/Tizen.Applications.WidgetControl/Interop/Interop.WidgetService.cs
+++ b/Tizen.Applications.WidgetControl/Interop/Interop.WidgetService.cs
@@ -1,10 +1,18 @@
-// Copyright 2016 by Samsung Electronics, Inc.,
-//
-// This software is the confidential and proprietary information
-// of Samsung Electronics, Inc. ("Confidential Information"). You
-// shall not disclose such Confidential Information and shall use
-// it only in accordance with the terms of the license agreement
-// you entered into with Samsung.
+/*
+ * Copyright (c) 2016 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 System.Runtime.InteropServices;
diff --git a/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs b/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs
index 4111395..59da412 100755
--- a/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs
+++ b/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs
@@ -1,10 +1,18 @@
-// Copyright 2016 by Samsung Electronics, Inc.,
-//
-// This software is the confidential and proprietary information
-// of Samsung Electronics, Inc. ("Confidential Information"). You
-// shall not disclose such Confidential Information and shall use
-// it only in accordance with the terms of the license agreement
-// you entered into with Samsung.
+/*
+ * Copyright (c) 2016 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 System.Collections.Generic;
diff --git a/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs b/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs
index 6d0b5fa..5fe8033 100755
--- a/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs
+++ b/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetLifecycleEventArgs.cs
@@ -1,10 +1,18 @@
-// Copyright 2016 by Samsung Electronics, Inc.,
-//
-// This software is the confidential and proprietary information
-// of Samsung Electronics, Inc. ("Confidential Information"). You
-// shall not disclose such Confidential Information and shall use
-// it only in accordance with the terms of the license agreement
-// you entered into with Samsung.
+/*
+ * Copyright (c) 2016 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;