From: Younho Park Date: Mon, 31 Oct 2016 07:32:55 +0000 (+0900) Subject: Updated License Statement X-Git-Tag: accepted/tizen/common/20170111.171343~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=531d8aefab1975681bfa636b2415f0de86e79710;p=platform%2Fcore%2Fcsapi%2Fpush.git Updated License Statement Change-Id: Ic5b1247306f38ed348ee21ad55ceb3a1e7a0610a Signed-off-by: Younho Park --- diff --git a/Tizen.Messaging.Push/Interop/Interop.Glib.cs b/Tizen.Messaging.Push/Interop/Interop.Glib.cs old mode 100755 new mode 100644 index b2e3f5c..ace5ae2 --- a/Tizen.Messaging.Push/Interop/Interop.Glib.cs +++ b/Tizen.Messaging.Push/Interop/Interop.Glib.cs @@ -1,11 +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.Messaging.Push/Interop/Interop.Libc.cs b/Tizen.Messaging.Push/Interop/Interop.Libc.cs old mode 100755 new mode 100644 index c968cb2..109ec1c --- a/Tizen.Messaging.Push/Interop/Interop.Libc.cs +++ b/Tizen.Messaging.Push/Interop/Interop.Libc.cs @@ -1,11 +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.Messaging.Push/Interop/Interop.Libraries.cs b/Tizen.Messaging.Push/Interop/Interop.Libraries.cs old mode 100755 new mode 100644 index 875d1ee..bde641a --- a/Tizen.Messaging.Push/Interop/Interop.Libraries.cs +++ b/Tizen.Messaging.Push/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.Messaging.Push/Interop/Interop.PushClient.cs b/Tizen.Messaging.Push/Interop/Interop.PushClient.cs old mode 100755 new mode 100644 index 6682dc3..9149db7 --- a/Tizen.Messaging.Push/Interop/Interop.PushClient.cs +++ b/Tizen.Messaging.Push/Interop/Interop.PushClient.cs @@ -1,3 +1,19 @@ + /* + * 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.Messaging.Push/Properties/AssemblyInfo.cs b/Tizen.Messaging.Push/Properties/AssemblyInfo.cs old mode 100755 new mode 100644 index 00669a4..2062b61 --- a/Tizen.Messaging.Push/Properties/AssemblyInfo.cs +++ b/Tizen.Messaging.Push/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.Messaging.Push/Tizen.Messaging.Push/PushClient.cs b/Tizen.Messaging.Push/Tizen.Messaging.Push/PushClient.cs old mode 100755 new mode 100644 index bc9cd11..8df1491 --- a/Tizen.Messaging.Push/Tizen.Messaging.Push/PushClient.cs +++ b/Tizen.Messaging.Push/Tizen.Messaging.Push/PushClient.cs @@ -1,13 +1,18 @@ -/// This File contains the Api's related to the PushClient class -/// -/// 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.Threading.Tasks; diff --git a/Tizen.Messaging.Push/Tizen.Messaging.Push/PushConnectionStateEventArgs.cs b/Tizen.Messaging.Push/Tizen.Messaging.Push/PushConnectionStateEventArgs.cs old mode 100755 new mode 100644 index 1b4dc39..6e78574 --- a/Tizen.Messaging.Push/Tizen.Messaging.Push/PushConnectionStateEventArgs.cs +++ b/Tizen.Messaging.Push/Tizen.Messaging.Push/PushConnectionStateEventArgs.cs @@ -1,13 +1,18 @@ -/// This File contains the Api's related to the PushConnectionStateEventArgs class -/// -/// 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.Messaging.Push/Tizen.Messaging.Push/PushExceptionFactory.cs b/Tizen.Messaging.Push/Tizen.Messaging.Push/PushExceptionFactory.cs old mode 100755 new mode 100644 index eab8197..465e661 --- a/Tizen.Messaging.Push/Tizen.Messaging.Push/PushExceptionFactory.cs +++ b/Tizen.Messaging.Push/Tizen.Messaging.Push/PushExceptionFactory.cs @@ -1,4 +1,20 @@ -using System; + /* + * 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; using System.Linq; using System.Text; diff --git a/Tizen.Messaging.Push/Tizen.Messaging.Push/PushImpl.cs b/Tizen.Messaging.Push/Tizen.Messaging.Push/PushImpl.cs index 1c03110..2c49734 100644 --- a/Tizen.Messaging.Push/Tizen.Messaging.Push/PushImpl.cs +++ b/Tizen.Messaging.Push/Tizen.Messaging.Push/PushImpl.cs @@ -1,3 +1,19 @@ + /* + * 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; using System.Threading.Tasks; diff --git a/Tizen.Messaging.Push/Tizen.Messaging.Push/PushMessageEventArgs.cs b/Tizen.Messaging.Push/Tizen.Messaging.Push/PushMessageEventArgs.cs old mode 100755 new mode 100644 index 6232755..3a91f14 --- a/Tizen.Messaging.Push/Tizen.Messaging.Push/PushMessageEventArgs.cs +++ b/Tizen.Messaging.Push/Tizen.Messaging.Push/PushMessageEventArgs.cs @@ -1,13 +1,18 @@ -/// This File contains the Api's related to the PushMessageEventArgs class -/// -/// 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.Messaging.Push/Tizen.Messaging.Push/ServerResponse.cs b/Tizen.Messaging.Push/Tizen.Messaging.Push/ServerResponse.cs old mode 100755 new mode 100644 index 37bf07d..d2e2a56 --- a/Tizen.Messaging.Push/Tizen.Messaging.Push/ServerResponse.cs +++ b/Tizen.Messaging.Push/Tizen.Messaging.Push/ServerResponse.cs @@ -1,13 +1,18 @@ -/// This File contains the Api's related to the ServerResponse class -/// -/// 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.Messaging.Push {