From d543c7fbc59107f5e0bcc96900c49a678b6f1804 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Fri, 29 May 2015 17:04:10 +0900 Subject: [PATCH] [License] Modify license Change-Id: Ie66d976c5eb67ecb494f028a2b9232b2b3f927dd --- src/exif/rational.h | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/src/exif/rational.h b/src/exif/rational.h index f2206d8b..a88c51de 100755 --- a/src/exif/rational.h +++ b/src/exif/rational.h @@ -1,20 +1,18 @@ -// -// Tizen Web Device API -// Copyright (c) 2014 Samsung Electronics Co., Ltd. -// -// 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. -// - +/* + * Copyright (c) 2015 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. + */ #ifndef EXIF_EXIF_RATIONAL_H_ #define EXIF_EXIF_RATIONAL_H_ -- 2.34.1