From: Jiwon Kim Date: Tue, 22 Mar 2016 03:07:22 +0000 (+0900) Subject: Add description of apache license to source files X-Git-Tag: accepted/tizen/common/20160322.151010^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=a88bc31689172ae3fc11d0e0724a05cbc39aa050;p=platform%2Fcore%2Fuifw%2Fefl-assist.git Add description of apache license to source files Change-Id: I9a818d1b13624642b4777295acf92b87e36f0a03 Signed-off-by: Jiwon Kim --- diff --git a/src/lib/efl_assist_editfield.c b/src/lib/efl_assist_editfield.c index f958bbe..69e4799 100644 --- a/src/lib/efl_assist_editfield.c +++ b/src/lib/efl_assist_editfield.c @@ -1,3 +1,21 @@ +/* + * Copyright (c) 2013 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. + * + */ + + #include "efl_assist.h" #include "efl_assist_private.h" diff --git a/src/lib/efl_assist_events.c b/src/lib/efl_assist_events.c index 85f205b..4977b7a 100644 --- a/src/lib/efl_assist_events.c +++ b/src/lib/efl_assist_events.c @@ -1,3 +1,21 @@ +/* + * Copyright (c) 2013 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. + * + */ + + #include "efl_assist.h" #include "efl_assist_private.h" diff --git a/src/lib/efl_assist_screen_reader.c b/src/lib/efl_assist_screen_reader.c index 0c2efa5..50ed62d 100644 --- a/src/lib/efl_assist_screen_reader.c +++ b/src/lib/efl_assist_screen_reader.c @@ -1,3 +1,21 @@ +/* + * Copyright (c) 2013 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. + * + */ + + #include "efl_assist.h" #include "efl_assist_private.h"