[SensorBall]1. changed viewports tag 2. apply Flora LICENSE
authorgs86.lee <gs86.lee@samsung.com>
Wed, 23 Jan 2013 07:50:03 +0000 (16:50 +0900)
committergs86.lee <gs86.lee@samsung.com>
Wed, 23 Jan 2013 07:51:45 +0000 (16:51 +0900)
Change-Id: Ic1e70e2bd3596c174fc7d5fb9c79c9a9dac43330

LICENSE.Flora
NOTICE.Flora
config.xml
index.html
js/main.js

index 917b21e..9c95663 100644 (file)
@@ -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,
index 3997999..fdb699a 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) Samsung Electronics Co., Ltd. All rights reserved.
+Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
 Except as noted, this software is licensed under Flora License, Version 1.
 Please, see the LICENSE file for Flora License terms and conditions.
 
index bbbe5ae..639042f 100644 (file)
@@ -2,10 +2,10 @@
 <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://sample-web-application.tizen.org/SensorBall" version="2.0.0" viewmodes="fullscreen">
        <tizen:application id="TvAAuPJDGE" required_version="1.0"/>
        <content src="index.html"/>
-       <tizen:privilege name="http://tizen.org/privilege/application.read" />
-       <tizen:privilege name="http://tizen.org/privilege/application.launch" />
-       <tizen:privilege name="http://tizen.org/privilege/systeminfo" />
-       <tizen:privilege name="http://tizen.org/privilege/tizen" />
+       <tizen:privilege name="http://tizen.org/privilege/application.read"/>
+       <tizen:privilege name="http://tizen.org/privilege/application.launch"/>
+       <tizen:privilege name="http://tizen.org/privilege/systeminfo"/>
+       <tizen:privilege name="http://tizen.org/privilege/tizen"/>
        <icon src="icon.png"/>
        <name>SensorBall</name>
        <tizen:setting screen-orientation="portrait"/>
index 14a9d33..26eb13c 100644 (file)
@@ -2,7 +2,7 @@
 <html>
        <head>
                <meta charset="utf-8" />
-               <meta name="viewport" content="user-scalable=no" />
+               <meta name="viewport" content="user-scalable=no" id="viewport_meta"/>
                <script type="text/javascript">
                        var viewport_meta = document.getElementById('viewport_meta');
                        var w = screen.availWidth;
index a80693a..588c49d 100644 (file)
@@ -5,7 +5,7 @@
  *      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,