From: Haesu Gwon Date: Fri, 4 Nov 2016 01:23:36 +0000 (+0900) Subject: [Camera/Recorder] Update license statement X-Git-Tag: submit/trunk/20170823.075128~94^2~181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab69e83366758b1f4db63bc2801423d28f763eeb;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Camera/Recorder] Update license statement [Version] 1.0.8 [Profile] Common [Issue Type] License Change-Id: Ia3d790d3187f21ab05d398249c444b7f039951bb Signed-off-by: Haesu Gwon --- diff --git a/packaging/csapi-multimedia.spec b/packaging/csapi-multimedia.spec index cb679de..b5a42dc 100644 --- a/packaging/csapi-multimedia.spec +++ b/packaging/csapi-multimedia.spec @@ -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 diff --git a/src/Tizen.Multimedia/Camera/Area.cs b/src/Tizen.Multimedia/Camera/Area.cs old mode 100755 new mode 100644 index 0bfee80..c7f34f0 --- a/src/Tizen.Multimedia/Camera/Area.cs +++ b/src/Tizen.Multimedia/Camera/Area.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/Camera.cs b/src/Tizen.Multimedia/Camera/Camera.cs old mode 100755 new mode 100644 index ceca84d..33219f0 --- a/src/Tizen.Multimedia/Camera/Camera.cs +++ b/src/Tizen.Multimedia/Camera/Camera.cs @@ -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; diff --git a/src/Tizen.Multimedia/Camera/CameraDisplay.cs b/src/Tizen.Multimedia/Camera/CameraDisplay.cs old mode 100755 new mode 100644 index cc6f8eb..b09697c --- a/src/Tizen.Multimedia/Camera/CameraDisplay.cs +++ b/src/Tizen.Multimedia/Camera/CameraDisplay.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/CameraEnums.cs b/src/Tizen.Multimedia/Camera/CameraEnums.cs old mode 100755 new mode 100644 index e01c02c..150767e --- a/src/Tizen.Multimedia/Camera/CameraEnums.cs +++ b/src/Tizen.Multimedia/Camera/CameraEnums.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/CameraErrorFactory.cs b/src/Tizen.Multimedia/Camera/CameraErrorFactory.cs old mode 100755 new mode 100644 index 9a9ba3f..f5893e0 --- a/src/Tizen.Multimedia/Camera/CameraErrorFactory.cs +++ b/src/Tizen.Multimedia/Camera/CameraErrorFactory.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; using Tizen.Internals.Errors; diff --git a/src/Tizen.Multimedia/Camera/CameraErrorOccurredEventArgs.cs b/src/Tizen.Multimedia/Camera/CameraErrorOccurredEventArgs.cs old mode 100755 new mode 100644 index 3e3016d..4212797 --- a/src/Tizen.Multimedia/Camera/CameraErrorOccurredEventArgs.cs +++ b/src/Tizen.Multimedia/Camera/CameraErrorOccurredEventArgs.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/CameraFeature.cs b/src/Tizen.Multimedia/Camera/CameraFeature.cs old mode 100755 new mode 100644 index e3a36e6..995c8c1 --- a/src/Tizen.Multimedia/Camera/CameraFeature.cs +++ b/src/Tizen.Multimedia/Camera/CameraFeature.cs @@ -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; diff --git a/src/Tizen.Multimedia/Camera/CameraFocusChangedEventArgs.cs b/src/Tizen.Multimedia/Camera/CameraFocusChangedEventArgs.cs old mode 100755 new mode 100644 index 2ddb970..175d995 --- a/src/Tizen.Multimedia/Camera/CameraFocusChangedEventArgs.cs +++ b/src/Tizen.Multimedia/Camera/CameraFocusChangedEventArgs.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/CameraInterruptedEventArgs.cs b/src/Tizen.Multimedia/Camera/CameraInterruptedEventArgs.cs old mode 100755 new mode 100644 index 8343cce..0b04112 --- a/src/Tizen.Multimedia/Camera/CameraInterruptedEventArgs.cs +++ b/src/Tizen.Multimedia/Camera/CameraInterruptedEventArgs.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/CameraResolution.cs b/src/Tizen.Multimedia/Camera/CameraResolution.cs old mode 100755 new mode 100644 index 68a7346..e0fe01a --- a/src/Tizen.Multimedia/Camera/CameraResolution.cs +++ b/src/Tizen.Multimedia/Camera/CameraResolution.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/CameraSetting.cs b/src/Tizen.Multimedia/Camera/CameraSetting.cs old mode 100755 new mode 100644 index 27e7a09..4dac24c --- a/src/Tizen.Multimedia/Camera/CameraSetting.cs +++ b/src/Tizen.Multimedia/Camera/CameraSetting.cs @@ -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; diff --git a/src/Tizen.Multimedia/Camera/CameraStateChangedEventArgs.cs b/src/Tizen.Multimedia/Camera/CameraStateChangedEventArgs.cs old mode 100755 new mode 100644 index d582628..9f9f986 --- a/src/Tizen.Multimedia/Camera/CameraStateChangedEventArgs.cs +++ b/src/Tizen.Multimedia/Camera/CameraStateChangedEventArgs.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/CapturingEventArgs.cs b/src/Tizen.Multimedia/Camera/CapturingEventArgs.cs old mode 100755 new mode 100644 index 5e03ae6..d54977a --- a/src/Tizen.Multimedia/Camera/CapturingEventArgs.cs +++ b/src/Tizen.Multimedia/Camera/CapturingEventArgs.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/DoublePlaneData.cs b/src/Tizen.Multimedia/Camera/DoublePlaneData.cs old mode 100755 new mode 100644 index 1ae15c2..f398b0d --- a/src/Tizen.Multimedia/Camera/DoublePlaneData.cs +++ b/src/Tizen.Multimedia/Camera/DoublePlaneData.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/EncodedPlaneData.cs b/src/Tizen.Multimedia/Camera/EncodedPlaneData.cs old mode 100755 new mode 100644 index f893e7b..db822c4 --- a/src/Tizen.Multimedia/Camera/EncodedPlaneData.cs +++ b/src/Tizen.Multimedia/Camera/EncodedPlaneData.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/FaceDetectedData.cs b/src/Tizen.Multimedia/Camera/FaceDetectedData.cs old mode 100755 new mode 100644 index 45868b8..657fb70 --- a/src/Tizen.Multimedia/Camera/FaceDetectedData.cs +++ b/src/Tizen.Multimedia/Camera/FaceDetectedData.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/FaceDetectedEventArgs.cs b/src/Tizen.Multimedia/Camera/FaceDetectedEventArgs.cs old mode 100755 new mode 100644 index 6bb8d7c..3507877 --- a/src/Tizen.Multimedia/Camera/FaceDetectedEventArgs.cs +++ b/src/Tizen.Multimedia/Camera/FaceDetectedEventArgs.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; using System.Collections.Generic; diff --git a/src/Tizen.Multimedia/Camera/HdrCaptureProgressEventArgs.cs b/src/Tizen.Multimedia/Camera/HdrCaptureProgressEventArgs.cs old mode 100755 new mode 100644 index 4bab4de..95cb428 --- a/src/Tizen.Multimedia/Camera/HdrCaptureProgressEventArgs.cs +++ b/src/Tizen.Multimedia/Camera/HdrCaptureProgressEventArgs.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/ImageData.cs b/src/Tizen.Multimedia/Camera/ImageData.cs old mode 100755 new mode 100644 index b0d34b2..485c10d --- a/src/Tizen.Multimedia/Camera/ImageData.cs +++ b/src/Tizen.Multimedia/Camera/ImageData.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; using System.Runtime.InteropServices; diff --git a/src/Tizen.Multimedia/Camera/Location.cs b/src/Tizen.Multimedia/Camera/Location.cs old mode 100755 new mode 100644 index 470be4e..56b7c80 --- a/src/Tizen.Multimedia/Camera/Location.cs +++ b/src/Tizen.Multimedia/Camera/Location.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + namespace Tizen.Multimedia { /// diff --git a/src/Tizen.Multimedia/Camera/MediaPacketPreviewEventArgs.cs b/src/Tizen.Multimedia/Camera/MediaPacketPreviewEventArgs.cs old mode 100755 new mode 100644 index 7399d3f..2c31fdf --- a/src/Tizen.Multimedia/Camera/MediaPacketPreviewEventArgs.cs +++ b/src/Tizen.Multimedia/Camera/MediaPacketPreviewEventArgs.cs @@ -13,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; + namespace Tizen.Multimedia { /// diff --git a/src/Tizen.Multimedia/Camera/PreviewData.cs b/src/Tizen.Multimedia/Camera/PreviewData.cs old mode 100755 new mode 100644 index 279c4ae..9ed6080 --- a/src/Tizen.Multimedia/Camera/PreviewData.cs +++ b/src/Tizen.Multimedia/Camera/PreviewData.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + namespace Tizen.Multimedia { /// diff --git a/src/Tizen.Multimedia/Camera/PreviewEventArgs.cs b/src/Tizen.Multimedia/Camera/PreviewEventArgs.cs old mode 100755 new mode 100644 index bbaf347..4121090 --- a/src/Tizen.Multimedia/Camera/PreviewEventArgs.cs +++ b/src/Tizen.Multimedia/Camera/PreviewEventArgs.cs @@ -13,7 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; + namespace Tizen.Multimedia { /// diff --git a/src/Tizen.Multimedia/Camera/Range.cs b/src/Tizen.Multimedia/Camera/Range.cs old mode 100755 new mode 100644 index ec3d5d5..8cc2923 --- a/src/Tizen.Multimedia/Camera/Range.cs +++ b/src/Tizen.Multimedia/Camera/Range.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + namespace Tizen.Multimedia { /// diff --git a/src/Tizen.Multimedia/Camera/SinglePlaneData.cs b/src/Tizen.Multimedia/Camera/SinglePlaneData.cs old mode 100755 new mode 100644 index 6380e17..d2264c0 --- a/src/Tizen.Multimedia/Camera/SinglePlaneData.cs +++ b/src/Tizen.Multimedia/Camera/SinglePlaneData.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Camera/TriplePlaneData.cs b/src/Tizen.Multimedia/Camera/TriplePlaneData.cs old mode 100755 new mode 100644 index c01bacf..f01ca45 --- a/src/Tizen.Multimedia/Camera/TriplePlaneData.cs +++ b/src/Tizen.Multimedia/Camera/TriplePlaneData.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Recorder/AudioStreamDeliveredEventArgs.cs b/src/Tizen.Multimedia/Recorder/AudioStreamDeliveredEventArgs.cs index a50c3d0..73580e9 100644 --- a/src/Tizen.Multimedia/Recorder/AudioStreamDeliveredEventArgs.cs +++ b/src/Tizen.Multimedia/Recorder/AudioStreamDeliveredEventArgs.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; namespace Tizen.Multimedia { diff --git a/src/Tizen.Multimedia/Recorder/Recorder.cs b/src/Tizen.Multimedia/Recorder/Recorder.cs old mode 100755 new mode 100644 index 51f1ffb..4d528dc --- a/src/Tizen.Multimedia/Recorder/Recorder.cs +++ b/src/Tizen.Multimedia/Recorder/Recorder.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.Runtime.InteropServices; diff --git a/src/Tizen.Multimedia/Recorder/RecorderEnums.cs b/src/Tizen.Multimedia/Recorder/RecorderEnums.cs index 5558fdf..003c564 100644 --- a/src/Tizen.Multimedia/Recorder/RecorderEnums.cs +++ b/src/Tizen.Multimedia/Recorder/RecorderEnums.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; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Recorder/RecorderErrorFactory.cs b/src/Tizen.Multimedia/Recorder/RecorderErrorFactory.cs index e33a27a..de84954 100644 --- a/src/Tizen.Multimedia/Recorder/RecorderErrorFactory.cs +++ b/src/Tizen.Multimedia/Recorder/RecorderErrorFactory.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 Tizen.Internals.Errors; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Recorder/RecorderInterruptedEventArgs.cs b/src/Tizen.Multimedia/Recorder/RecorderInterruptedEventArgs.cs index 7771d35..afa856d 100644 --- a/src/Tizen.Multimedia/Recorder/RecorderInterruptedEventArgs.cs +++ b/src/Tizen.Multimedia/Recorder/RecorderInterruptedEventArgs.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; namespace Tizen.Multimedia diff --git a/src/Tizen.Multimedia/Recorder/RecorderStateChangedEventArgs.cs b/src/Tizen.Multimedia/Recorder/RecorderStateChangedEventArgs.cs index 23e0f07..3c33371 100644 --- a/src/Tizen.Multimedia/Recorder/RecorderStateChangedEventArgs.cs +++ b/src/Tizen.Multimedia/Recorder/RecorderStateChangedEventArgs.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; namespace Tizen.Multimedia { diff --git a/src/Tizen.Multimedia/Recorder/RecordingErrorOccurredEventArgs.cs b/src/Tizen.Multimedia/Recorder/RecordingErrorOccurredEventArgs.cs index 1649a56..604bf87 100644 --- a/src/Tizen.Multimedia/Recorder/RecordingErrorOccurredEventArgs.cs +++ b/src/Tizen.Multimedia/Recorder/RecordingErrorOccurredEventArgs.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; namespace Tizen.Multimedia { diff --git a/src/Tizen.Multimedia/Recorder/RecordingLimitReachedEventArgs.cs b/src/Tizen.Multimedia/Recorder/RecordingLimitReachedEventArgs.cs index 0846568..07851d2 100644 --- a/src/Tizen.Multimedia/Recorder/RecordingLimitReachedEventArgs.cs +++ b/src/Tizen.Multimedia/Recorder/RecordingLimitReachedEventArgs.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; namespace Tizen.Multimedia { diff --git a/src/Tizen.Multimedia/Recorder/RecordingStatusChangedEventArgs.cs b/src/Tizen.Multimedia/Recorder/RecordingStatusChangedEventArgs.cs index f8c9f2d..c4195c8 100644 --- a/src/Tizen.Multimedia/Recorder/RecordingStatusChangedEventArgs.cs +++ b/src/Tizen.Multimedia/Recorder/RecordingStatusChangedEventArgs.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; namespace Tizen.Multimedia { diff --git a/src/Tizen.Multimedia/Recorder/VideoResolution.cs b/src/Tizen.Multimedia/Recorder/VideoResolution.cs index b43d8e7..2c9f81c 100644 --- a/src/Tizen.Multimedia/Recorder/VideoResolution.cs +++ b/src/Tizen.Multimedia/Recorder/VideoResolution.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; namespace Tizen.Multimedia {