From a88bc31689172ae3fc11d0e0724a05cbc39aa050 Mon Sep 17 00:00:00 2001 From: Jiwon Kim Date: Tue, 22 Mar 2016 12:07:22 +0900 Subject: [PATCH] Add description of apache license to source files Change-Id: I9a818d1b13624642b4777295acf92b87e36f0a03 Signed-off-by: Jiwon Kim --- src/lib/efl_assist_editfield.c | 18 ++++++++++++++++++ src/lib/efl_assist_events.c | 18 ++++++++++++++++++ src/lib/efl_assist_screen_reader.c | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) 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" -- 2.7.4