From 326ead78b7adda6116d238272bdd0408553a5857 Mon Sep 17 00:00:00 2001 From: sinikang Date: Mon, 31 Oct 2016 16:47:49 +0900 Subject: [PATCH] Change License under the Apache License. Change-Id: I28818a87403b8fe2a476d3fccdb0130a1e1f9683 --- Tizen.Telephony/Interop/Interop.Call.cs | 22 ++++++++++++++------- Tizen.Telephony/Interop/Interop.Libraries.cs | 22 ++++++++++++++------- Tizen.Telephony/Interop/Interop.Modem.cs | 22 ++++++++++++++------- Tizen.Telephony/Interop/Interop.Network.cs | 22 ++++++++++++++------- Tizen.Telephony/Interop/Interop.Sim.cs | 22 ++++++++++++++------- Tizen.Telephony/Interop/Interop.Telephony.cs | 23 +++++++++++++++------- Tizen.Telephony/Tizen.Telephony/Call.cs | 22 ++++++++++++++------- Tizen.Telephony/Tizen.Telephony/CallHandle.cs | 22 ++++++++++++++------- .../Tizen.Telephony/ChangeNotificationEventArgs.cs | 22 ++++++++++++++------- .../Tizen.Telephony/ExceptionFactory.cs | 23 +++++++++++++++------- Tizen.Telephony/Tizen.Telephony/Modem.cs | 22 ++++++++++++++------- Tizen.Telephony/Tizen.Telephony/Network.cs | 22 ++++++++++++++------- Tizen.Telephony/Tizen.Telephony/Sim.cs | 22 ++++++++++++++------- Tizen.Telephony/Tizen.Telephony/SlotHandle.cs | 22 ++++++++++++++------- Tizen.Telephony/Tizen.Telephony/StateEventArgs.cs | 22 ++++++++++++++------- Tizen.Telephony/Tizen.Telephony/Telephony.cs | 22 ++++++++++++++------- 16 files changed, 242 insertions(+), 112 deletions(-) diff --git a/Tizen.Telephony/Interop/Interop.Call.cs b/Tizen.Telephony/Interop/Interop.Call.cs index 84e21c2..e475b01 100755 --- a/Tizen.Telephony/Interop/Interop.Call.cs +++ b/Tizen.Telephony/Interop/Interop.Call.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.Telephony/Interop/Interop.Libraries.cs b/Tizen.Telephony/Interop/Interop.Libraries.cs index 1acc7f9..b98e7d0 100755 --- a/Tizen.Telephony/Interop/Interop.Libraries.cs +++ b/Tizen.Telephony/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. + */ /// /// Partial Interop Class diff --git a/Tizen.Telephony/Interop/Interop.Modem.cs b/Tizen.Telephony/Interop/Interop.Modem.cs index 53f487c..19034b0 100755 --- a/Tizen.Telephony/Interop/Interop.Modem.cs +++ b/Tizen.Telephony/Interop/Interop.Modem.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.Telephony/Interop/Interop.Network.cs b/Tizen.Telephony/Interop/Interop.Network.cs index 3b21f7e..e8bbaf0 100755 --- a/Tizen.Telephony/Interop/Interop.Network.cs +++ b/Tizen.Telephony/Interop/Interop.Network.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.Telephony/Interop/Interop.Sim.cs b/Tizen.Telephony/Interop/Interop.Sim.cs index a096112..7e8c9f2 100755 --- a/Tizen.Telephony/Interop/Interop.Sim.cs +++ b/Tizen.Telephony/Interop/Interop.Sim.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.Telephony/Interop/Interop.Telephony.cs b/Tizen.Telephony/Interop/Interop.Telephony.cs index 5c61c85..446703d 100755 --- a/Tizen.Telephony/Interop/Interop.Telephony.cs +++ b/Tizen.Telephony/Interop/Interop.Telephony.cs @@ -1,10 +1,19 @@ -// 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; using Tizen.Telephony; diff --git a/Tizen.Telephony/Tizen.Telephony/Call.cs b/Tizen.Telephony/Tizen.Telephony/Call.cs index f86a283..e3b4d7d 100755 --- a/Tizen.Telephony/Tizen.Telephony/Call.cs +++ b/Tizen.Telephony/Tizen.Telephony/Call.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.Telephony/Tizen.Telephony/CallHandle.cs b/Tizen.Telephony/Tizen.Telephony/CallHandle.cs index 6be7936..516ef87 100755 --- a/Tizen.Telephony/Tizen.Telephony/CallHandle.cs +++ b/Tizen.Telephony/Tizen.Telephony/CallHandle.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 static Interop.Telephony; diff --git a/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs b/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs index bfc3703..6a2b735 100755 --- a/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs +++ b/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.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; namespace Tizen.Telephony diff --git a/Tizen.Telephony/Tizen.Telephony/ExceptionFactory.cs b/Tizen.Telephony/Tizen.Telephony/ExceptionFactory.cs index 19de09f..e6ad9a5 100755 --- a/Tizen.Telephony/Tizen.Telephony/ExceptionFactory.cs +++ b/Tizen.Telephony/Tizen.Telephony/ExceptionFactory.cs @@ -1,10 +1,19 @@ -/// 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; namespace Tizen.Telephony diff --git a/Tizen.Telephony/Tizen.Telephony/Modem.cs b/Tizen.Telephony/Tizen.Telephony/Modem.cs index 23001b9..dbe76f6 100755 --- a/Tizen.Telephony/Tizen.Telephony/Modem.cs +++ b/Tizen.Telephony/Tizen.Telephony/Modem.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 static Interop.Telephony; diff --git a/Tizen.Telephony/Tizen.Telephony/Network.cs b/Tizen.Telephony/Tizen.Telephony/Network.cs index 25cf220..f148545 100755 --- a/Tizen.Telephony/Tizen.Telephony/Network.cs +++ b/Tizen.Telephony/Tizen.Telephony/Network.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 static Interop.Telephony; diff --git a/Tizen.Telephony/Tizen.Telephony/Sim.cs b/Tizen.Telephony/Tizen.Telephony/Sim.cs index 242949a..dcc5ae9 100755 --- a/Tizen.Telephony/Tizen.Telephony/Sim.cs +++ b/Tizen.Telephony/Tizen.Telephony/Sim.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 static Interop.Telephony; diff --git a/Tizen.Telephony/Tizen.Telephony/SlotHandle.cs b/Tizen.Telephony/Tizen.Telephony/SlotHandle.cs index 8fb6a1d..31bc553 100755 --- a/Tizen.Telephony/Tizen.Telephony/SlotHandle.cs +++ b/Tizen.Telephony/Tizen.Telephony/SlotHandle.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.Telephony/Tizen.Telephony/StateEventArgs.cs b/Tizen.Telephony/Tizen.Telephony/StateEventArgs.cs index 9468bca..010b43a 100755 --- a/Tizen.Telephony/Tizen.Telephony/StateEventArgs.cs +++ b/Tizen.Telephony/Tizen.Telephony/StateEventArgs.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; namespace Tizen.Telephony diff --git a/Tizen.Telephony/Tizen.Telephony/Telephony.cs b/Tizen.Telephony/Tizen.Telephony/Telephony.cs index 5e6b5ed..e0cb684 100755 --- a/Tizen.Telephony/Tizen.Telephony/Telephony.cs +++ b/Tizen.Telephony/Tizen.Telephony/Telephony.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; -- 2.7.4