From e3a8b1b810164497590e5c57b55b31ae9d2c11b1 Mon Sep 17 00:00:00 2001 From: "heeju.joo" Date: Thu, 2 May 2013 11:15:55 +0900 Subject: [PATCH] License: Change flora license version Change flora license version 1.0 to 1.1 ( COPYING, pinch.js, gallery3d.js) Change-Id: I3f4d45aaf6edabfe712e7d73a64bbd784bef4fb1 --- COPYING | 4 ++-- src/js/jquery.mobile.tizen.pinch.js | 4 ++-- src/js/widgets/jquery.mobile.tizen.gallery3d.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/COPYING b/COPYING index 68ee13d..cb29a5f 100644 --- a/COPYING +++ b/COPYING @@ -33,7 +33,7 @@ The following files are licensed under Flora license. **************************************************************************** Flora License -Version 1.0, April, 2013 +Version 1.1, April, 2013 http://floralicense.org/license/ @@ -225,7 +225,7 @@ identification within third-party archives. Copyright [yyyy] [name of copyright owner] - Licensed under the Flora License, Version 1.0 (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 diff --git a/src/js/jquery.mobile.tizen.pinch.js b/src/js/jquery.mobile.tizen.pinch.js index 137bc78..cefca7a 100644 --- a/src/js/jquery.mobile.tizen.pinch.js +++ b/src/js/jquery.mobile.tizen.pinch.js @@ -9,7 +9,7 @@ define( [ 'jquery.mobile.core' ], function ( ) { /* *************************************************************************** Flora License - Version 1.0, April, 2013 + Version 1.1, April, 2013 http://floralicense.org/license/ @@ -201,7 +201,7 @@ define( [ 'jquery.mobile.core' ], function ( ) { Copyright [yyyy] [name of copyright owner] - Licensed under the Flora License, Version 1.0 (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 diff --git a/src/js/widgets/jquery.mobile.tizen.gallery3d.js b/src/js/widgets/jquery.mobile.tizen.gallery3d.js index dd16a86..8b894b6 100644 --- a/src/js/widgets/jquery.mobile.tizen.gallery3d.js +++ b/src/js/widgets/jquery.mobile.tizen.gallery3d.js @@ -10,7 +10,7 @@ define( [ "components/imageloader", "components/motionpath", "components/webgl" /* *************************************************************************** Flora License - Version 1.0, April, 2013 + Version 1.1, April, 2013 http://floralicense.org/license/ @@ -202,7 +202,7 @@ define( [ "components/imageloader", "components/motionpath", "components/webgl" Copyright [yyyy] [name of copyright owner] - Licensed under the Flora License, Version 1.0 (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 -- 2.7.4