You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:56:43 UTC

[6/7] git commit: CB-6465: Add license headers to Tizen code

CB-6465: Add license headers to Tizen code


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/baf3f408
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/baf3f408
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/baf3f408

Branch: refs/heads/master
Commit: baf3f40889a2d00ce0dec7fa98e0d9b2b170ed68
Parents: 4cef40c
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 09:49:45 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 09:49:45 2014 -0400

----------------------------------------------------------------------
 src/tizen/AccelerometerProxy.js | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/baf3f408/src/tizen/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/tizen/AccelerometerProxy.js b/src/tizen/AccelerometerProxy.js
index 2712c15..b534422 100644
--- a/src/tizen/AccelerometerProxy.js
+++ b/src/tizen/AccelerometerProxy.js
@@ -1,3 +1,24 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ *
+*/
+
 (function(win) {
     var cordova = require('cordova'),
         Acceleration = require('org.apache.cordova.device-motion.Acceleration'),