From a8c12f2c0f820fe2180fcfdfa666e638d9a14806 Mon Sep 17 00:00:00 2001 From: "jaekuk, lee" Date: Mon, 31 Oct 2016 18:47:00 +0900 Subject: [PATCH] change the license Change-Id: Ia37315bb55ebd9752db6a93b7f0926709fddeea4 Signed-off-by: jaekuk, lee --- Tizen.Content.Download/Interop/Interop.Download.cs | 22 +++++++++++++++------- .../Interop/Interop.Libraries.cs | 22 +++++++++++++++------- Tizen.Content.Download/Properties/AssemblyInfo.cs | 18 +++++++++++++++++- .../Tizen.Content.Download/DownloadEnumerator.cs | 22 +++++++++++++++------- .../Tizen.Content.Download/DownloadErrorFactory.cs | 22 +++++++++++++++------- .../Tizen.Content.Download/Notification.cs | 22 +++++++++++++++------- .../ProgressChangedEventArgs.cs | 22 +++++++++++++++------- .../Tizen.Content.Download/Request.cs | 22 +++++++++++++++------- .../StateChangedEventArgs.cs | 22 +++++++++++++++------- 9 files changed, 137 insertions(+), 57 deletions(-) mode change 100644 => 100755 Tizen.Content.Download/Interop/Interop.Download.cs mode change 100644 => 100755 Tizen.Content.Download/Interop/Interop.Libraries.cs mode change 100644 => 100755 Tizen.Content.Download/Properties/AssemblyInfo.cs mode change 100644 => 100755 Tizen.Content.Download/Tizen.Content.Download/DownloadEnumerator.cs mode change 100644 => 100755 Tizen.Content.Download/Tizen.Content.Download/DownloadErrorFactory.cs mode change 100644 => 100755 Tizen.Content.Download/Tizen.Content.Download/Notification.cs mode change 100644 => 100755 Tizen.Content.Download/Tizen.Content.Download/ProgressChangedEventArgs.cs mode change 100644 => 100755 Tizen.Content.Download/Tizen.Content.Download/Request.cs mode change 100644 => 100755 Tizen.Content.Download/Tizen.Content.Download/StateChangedEventArgs.cs diff --git a/Tizen.Content.Download/Interop/Interop.Download.cs b/Tizen.Content.Download/Interop/Interop.Download.cs old mode 100644 new mode 100755 index 6e252c7..839ee63 --- a/Tizen.Content.Download/Interop/Interop.Download.cs +++ b/Tizen.Content.Download/Interop/Interop.Download.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.Content.Download/Interop/Interop.Libraries.cs b/Tizen.Content.Download/Interop/Interop.Libraries.cs old mode 100644 new mode 100755 index 8b8311e..c634bfd --- a/Tizen.Content.Download/Interop/Interop.Libraries.cs +++ b/Tizen.Content.Download/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.Content.Download/Properties/AssemblyInfo.cs b/Tizen.Content.Download/Properties/AssemblyInfo.cs old mode 100644 new mode 100755 index 1520788..1ad1412 --- a/Tizen.Content.Download/Properties/AssemblyInfo.cs +++ b/Tizen.Content.Download/Properties/AssemblyInfo.cs @@ -1,4 +1,20 @@ -using System.Reflection; +/* +* 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.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/Tizen.Content.Download/Tizen.Content.Download/DownloadEnumerator.cs b/Tizen.Content.Download/Tizen.Content.Download/DownloadEnumerator.cs old mode 100644 new mode 100755 index fcbc92a..6d5a8e2 --- a/Tizen.Content.Download/Tizen.Content.Download/DownloadEnumerator.cs +++ b/Tizen.Content.Download/Tizen.Content.Download/DownloadEnumerator.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. +*/ namespace Tizen.Content.Download { diff --git a/Tizen.Content.Download/Tizen.Content.Download/DownloadErrorFactory.cs b/Tizen.Content.Download/Tizen.Content.Download/DownloadErrorFactory.cs old mode 100644 new mode 100755 index 54edd96..adaf3af --- a/Tizen.Content.Download/Tizen.Content.Download/DownloadErrorFactory.cs +++ b/Tizen.Content.Download/Tizen.Content.Download/DownloadErrorFactory.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 Tizen.Internals.Errors; diff --git a/Tizen.Content.Download/Tizen.Content.Download/Notification.cs b/Tizen.Content.Download/Tizen.Content.Download/Notification.cs old mode 100644 new mode 100755 index 813f15d..2bf9f91 --- a/Tizen.Content.Download/Tizen.Content.Download/Notification.cs +++ b/Tizen.Content.Download/Tizen.Content.Download/Notification.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 Tizen.Applications; diff --git a/Tizen.Content.Download/Tizen.Content.Download/ProgressChangedEventArgs.cs b/Tizen.Content.Download/Tizen.Content.Download/ProgressChangedEventArgs.cs old mode 100644 new mode 100755 index c3606f5..10aa12d --- a/Tizen.Content.Download/Tizen.Content.Download/ProgressChangedEventArgs.cs +++ b/Tizen.Content.Download/Tizen.Content.Download/ProgressChangedEventArgs.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; diff --git a/Tizen.Content.Download/Tizen.Content.Download/Request.cs b/Tizen.Content.Download/Tizen.Content.Download/Request.cs old mode 100644 new mode 100755 index 2bd6f3c..880fcfe --- a/Tizen.Content.Download/Tizen.Content.Download/Request.cs +++ b/Tizen.Content.Download/Tizen.Content.Download/Request.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.Content.Download/Tizen.Content.Download/StateChangedEventArgs.cs b/Tizen.Content.Download/Tizen.Content.Download/StateChangedEventArgs.cs old mode 100644 new mode 100755 index 599644e..9ad4339 --- a/Tizen.Content.Download/Tizen.Content.Download/StateChangedEventArgs.cs +++ b/Tizen.Content.Download/Tizen.Content.Download/StateChangedEventArgs.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; -- 2.7.4