[Camera/Recorder] Update license statement
authorHaesu Gwon <haesu.gwon@samsung.com>
Fri, 4 Nov 2016 01:23:36 +0000 (10:23 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Fri, 4 Nov 2016 01:23:36 +0000 (10:23 +0900)
[Version] 1.0.8
[Profile] Common
[Issue Type] License

Change-Id: Ia3d790d3187f21ab05d398249c444b7f039951bb
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
37 files changed:
packaging/csapi-multimedia.spec
src/Tizen.Multimedia/Camera/Area.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/Camera.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/CameraDisplay.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/CameraEnums.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/CameraErrorFactory.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/CameraErrorOccurredEventArgs.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/CameraFeature.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/CameraFocusChangedEventArgs.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/CameraInterruptedEventArgs.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/CameraResolution.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/CameraSetting.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/CameraStateChangedEventArgs.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/CapturingEventArgs.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/DoublePlaneData.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/EncodedPlaneData.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/FaceDetectedData.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/FaceDetectedEventArgs.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/HdrCaptureProgressEventArgs.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/ImageData.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/Location.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/MediaPacketPreviewEventArgs.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/PreviewData.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/PreviewEventArgs.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/Range.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/SinglePlaneData.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Camera/TriplePlaneData.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Recorder/AudioStreamDeliveredEventArgs.cs
src/Tizen.Multimedia/Recorder/Recorder.cs [changed mode: 0755->0644]
src/Tizen.Multimedia/Recorder/RecorderEnums.cs
src/Tizen.Multimedia/Recorder/RecorderErrorFactory.cs
src/Tizen.Multimedia/Recorder/RecorderInterruptedEventArgs.cs
src/Tizen.Multimedia/Recorder/RecorderStateChangedEventArgs.cs
src/Tizen.Multimedia/Recorder/RecordingErrorOccurredEventArgs.cs
src/Tizen.Multimedia/Recorder/RecordingLimitReachedEventArgs.cs
src/Tizen.Multimedia/Recorder/RecordingStatusChangedEventArgs.cs
src/Tizen.Multimedia/Recorder/VideoResolution.cs

index cb679de..b5a42dc 100644 (file)
@@ -8,7 +8,7 @@
 
 Name:       csapi-multimedia
 Summary:    Tizen Multimedia API for C#
-Version:    1.0.7
+Version:    1.0.8
 Release:    0
 Group:      Development/Libraries
 License:    Apache-2.0
old mode 100755 (executable)
new mode 100644 (file)
index 0bfee80..c7f34f0
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index ceca84d..33219f0
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 using System.Collections.Generic;
 using System.Runtime.InteropServices;
old mode 100755 (executable)
new mode 100644 (file)
index cc6f8eb..b09697c
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index e01c02c..150767e
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index 9a9ba3f..f5893e0
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 using Tizen.Internals.Errors;
 
old mode 100755 (executable)
new mode 100644 (file)
index 3e3016d..4212797
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index e3a36e6..995c8c1
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 using System.Collections.Generic;
 using Tizen.Internals.Errors;
old mode 100755 (executable)
new mode 100644 (file)
index 2ddb970..175d995
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index 8343cce..0b04112
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index 68a7346..e0fe01a
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index 27e7a09..4dac24c
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 using System.Collections.Generic;
 using System.Runtime.InteropServices;
old mode 100755 (executable)
new mode 100644 (file)
index d582628..9f9f986
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index 5e03ae6..d54977a
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index 1ae15c2..f398b0d
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index f893e7b..db822c4
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index 45868b8..657fb70
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index 6bb8d7c..3507877
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 using System.Collections.Generic;
 
old mode 100755 (executable)
new mode 100644 (file)
index 4bab4de..95cb428
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index b0d34b2..485c10d
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 using System.Runtime.InteropServices;
 
old mode 100755 (executable)
new mode 100644 (file)
index 470be4e..56b7c80
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 namespace Tizen.Multimedia
 {
     /// <summary>
old mode 100755 (executable)
new mode 100644 (file)
index 7399d3f..2c31fdf
@@ -13,7 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
+
 namespace Tizen.Multimedia
 {
     /// <summary>
old mode 100755 (executable)
new mode 100644 (file)
index 279c4ae..9ed6080
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 namespace Tizen.Multimedia
 {
     /// <summary>
old mode 100755 (executable)
new mode 100644 (file)
index bbaf347..4121090
@@ -13,7 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
+
 namespace Tizen.Multimedia
 {
     /// <summary>
old mode 100755 (executable)
new mode 100644 (file)
index ec3d5d5..8cc2923
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 namespace Tizen.Multimedia
 {
     /// <summary>
old mode 100755 (executable)
new mode 100644 (file)
index 6380e17..d2264c0
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
old mode 100755 (executable)
new mode 100644 (file)
index c01bacf..f01ca45
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 
 namespace Tizen.Multimedia
index a50c3d0..73580e9 100644 (file)
@@ -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;
 
 namespace Tizen.Multimedia
 {
old mode 100755 (executable)
new mode 100644 (file)
index 51f1ffb..4d528dc
@@ -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.Runtime.InteropServices;
index 5558fdf..003c564 100644 (file)
@@ -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;
 
 namespace Tizen.Multimedia
index e33a27a..de84954 100644 (file)
@@ -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 Tizen.Internals.Errors;
 
 namespace Tizen.Multimedia
index 7771d35..afa856d 100644 (file)
@@ -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;
 
 namespace Tizen.Multimedia
index 23e0f07..3c33371 100644 (file)
@@ -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;
 
 namespace Tizen.Multimedia
 {
index 1649a56..604bf87 100644 (file)
@@ -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;
 
 namespace Tizen.Multimedia
 {
index 0846568..07851d2 100644 (file)
@@ -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;
 
 namespace Tizen.Multimedia
 {
index f8c9f2d..c4195c8 100644 (file)
@@ -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;
 
 namespace Tizen.Multimedia
 {
index b43d8e7..2c9f81c 100644 (file)
@@ -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;
 
 namespace Tizen.Multimedia
 {