From f713fe81f6850e28c7089bd9cf166dbb75ba7cb3 Mon Sep 17 00:00:00 2001 From: Gongwook Lee Date: Thu, 11 Apr 2013 16:03:43 +0900 Subject: [PATCH] Update Flora LICENSE URL for FaceRecognizer Change-Id: I7c959b865c09bf8b767a10b612518707318a1628 Signed-off-by: Gongwook Lee --- LICENSE => LICENSE.Flora | 4 ++-- project/inc/FaceDetectionForm.h | 4 ++-- project/inc/FaceRecognizer.h | 4 ++-- project/inc/Info.h | 4 ++-- project/inc/InfoCompare.h | 4 ++-- project/src/FaceDetectionForm.cpp | 4 ++-- project/src/FaceRecognizer.cpp | 4 ++-- project/src/FaceRecognizerEntry.cpp | 4 ++-- project/src/Info.cpp | 4 ++-- project/src/InfoCompare.cpp | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) rename LICENSE => LICENSE.Flora (99%) mode change 100755 => 100644 project/inc/Info.h mode change 100755 => 100644 project/src/FaceRecognizer.cpp mode change 100755 => 100644 project/src/Info.cpp diff --git a/LICENSE b/LICENSE.Flora similarity index 99% rename from LICENSE rename to LICENSE.Flora index 917b21e..9c95663 100644 --- a/LICENSE +++ b/LICENSE.Flora @@ -2,7 +2,7 @@ Flora License Version 1.0, May, 2012 -http://www.tizenopensource.org/license +http://floralicense.org/license/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -196,7 +196,7 @@ identification within third-party archives. you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.tizenopensource.org/license + 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, diff --git a/project/inc/FaceDetectionForm.h b/project/inc/FaceDetectionForm.h index 765bcbb..af6a62a 100644 --- a/project/inc/FaceDetectionForm.h +++ b/project/inc/FaceDetectionForm.h @@ -1,12 +1,12 @@ // // Tizen C++ SDK -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. // // Licensed under the Flora License, Version 1.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.tizenopensource.org/license +// 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, diff --git a/project/inc/FaceRecognizer.h b/project/inc/FaceRecognizer.h index 0e5baed..b675771 100644 --- a/project/inc/FaceRecognizer.h +++ b/project/inc/FaceRecognizer.h @@ -1,12 +1,12 @@ // // Tizen C++ SDK -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. // // Licensed under the Flora License, Version 1.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.tizenopensource.org/license +// 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, diff --git a/project/inc/Info.h b/project/inc/Info.h old mode 100755 new mode 100644 index 1a7de59..c76985c --- a/project/inc/Info.h +++ b/project/inc/Info.h @@ -1,12 +1,12 @@ // // Tizen C++ SDK -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. // // Licensed under the Flora License, Version 1.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.tizenopensource.org/license +// 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, diff --git a/project/inc/InfoCompare.h b/project/inc/InfoCompare.h index 4831197..6e2ae90 100644 --- a/project/inc/InfoCompare.h +++ b/project/inc/InfoCompare.h @@ -1,12 +1,12 @@ // // Tizen C++ SDK -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. // // Licensed under the Flora License, Version 1.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.tizenopensource.org/license +// 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, diff --git a/project/src/FaceDetectionForm.cpp b/project/src/FaceDetectionForm.cpp index 574ce20..01db79a 100644 --- a/project/src/FaceDetectionForm.cpp +++ b/project/src/FaceDetectionForm.cpp @@ -1,12 +1,12 @@ // // Tizen C++ SDK -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. // // Licensed under the Flora License, Version 1.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.tizenopensource.org/license +// 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, diff --git a/project/src/FaceRecognizer.cpp b/project/src/FaceRecognizer.cpp old mode 100755 new mode 100644 index 586c6da..2d59bbe --- a/project/src/FaceRecognizer.cpp +++ b/project/src/FaceRecognizer.cpp @@ -1,12 +1,12 @@ // // Tizen C++ SDK -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. // // Licensed under the Flora License, Version 1.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.tizenopensource.org/license +// 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, diff --git a/project/src/FaceRecognizerEntry.cpp b/project/src/FaceRecognizerEntry.cpp index a338a14..6e2f04e 100644 --- a/project/src/FaceRecognizerEntry.cpp +++ b/project/src/FaceRecognizerEntry.cpp @@ -1,12 +1,12 @@ // // Tizen C++ SDK -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. // // Licensed under the Flora License, Version 1.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.tizenopensource.org/license +// 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, diff --git a/project/src/Info.cpp b/project/src/Info.cpp old mode 100755 new mode 100644 index 254cfc6..bbc19b2 --- a/project/src/Info.cpp +++ b/project/src/Info.cpp @@ -1,12 +1,12 @@ // // Tizen C++ SDK -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. // // Licensed under the Flora License, Version 1.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.tizenopensource.org/license +// 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, diff --git a/project/src/InfoCompare.cpp b/project/src/InfoCompare.cpp index 7e8c28b..1786560 100644 --- a/project/src/InfoCompare.cpp +++ b/project/src/InfoCompare.cpp @@ -1,12 +1,12 @@ // // Tizen C++ SDK -// Copyright (c) 2012 Samsung Electronics Co., Ltd. +// Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. // // Licensed under the Flora License, Version 1.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.tizenopensource.org/license +// 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, -- 2.7.4