From: jaekuk, lee Date: Mon, 31 Oct 2016 09:47:00 +0000 (+0900) Subject: change the license X-Git-Tag: accepted/tizen/mobile/20161215.072344~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8c12f2c0f820fe2180fcfdfa666e638d9a14806;p=platform%2Fcore%2Fcsapi%2Fdownload.git change the license Change-Id: Ia37315bb55ebd9752db6a93b7f0926709fddeea4 Signed-off-by: jaekuk, lee --- 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;