[License] modify license boilerplate
authorSung-Taek Hong <sth253.hong@samsung.com>
Tue, 4 Aug 2015 14:03:49 +0000 (23:03 +0900)
committerSung-Taek Hong <sth253.hong@samsung.com>
Tue, 4 Aug 2015 14:03:49 +0000 (23:03 +0900)
Change-Id: I0c859bdc4ddb10d33aef5e6fdbffaf071df18392
Signed-off-by: Sung-Taek Hong <sth253.hong@samsung.com>
20 files changed:
include/dbg.h
src/app_tracker.c
src/dbus_gesture_adapter.c
src/flat_navi.c
src/keyboard_tracker.c
src/logger.c
src/main.c
src/navigator.c
src/pivot_chooser.c
src/screen_reader.c
src/screen_reader_gestures.c
src/screen_reader_haptic.c
src/screen_reader_spi.c
src/screen_reader_system.c
src/screen_reader_tts.c
src/screen_reader_vconf.c
src/smart_notification.c
src/window_tracker.c
tests/atspi/atspi.c
tests/smart_navi_suite.c

index 2dbefa1..3a0ed7c 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #ifndef __DBG_H__
index 612433d..bd426e5 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include "app_tracker.h"
index 599e0a7..963db3d 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include "dbus_gesture_adapter.h"
index dcca42d..c96a97b 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include "flat_navi.h"
index 12c547a..4089e9b 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include <string.h>
index 6c419b1..461b128 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include "logger.h"
index 2a1db94..480b64c 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include <time.h>
index 0338fb1..d3e4e9a 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include <Ecore_X.h>
index e083aac..979b1f8 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include <atspi/atspi.h>
index cfe4766..7f4f6bd 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include "screen_reader.h"
index b02454f..7b3a6db 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include "screen_reader_gestures.h"
index 178fae9..66257dc 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include <device/haptic.h>
index 5a629c0..119f302 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #define _GNU_SOURCE
index a13de1f..0f2ad26 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #define _GNU_SOURCE
index 5ab16e7..8103a4a 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #define _GNU_SOURCE
index bc407df..c907319 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include <Elementary.h>
index 8b663cb..a41f99e 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include <Ecore.h>
index 0630a72..4ece0d9 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include <string.h>
index 169a259..95a8cad 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include "atspi.h"
index a69be85..bd2185b 100644 (file)
@@ -1,21 +1,17 @@
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * This file is a modified version of BSD licensed file and
- * licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Flora License, Version 1.1 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
  *     http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
- *
- * Please, see the LICENSE file for the original copyright owner and
- * license.
  */
 
 #include "screen_reader_spi.h"