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

[1/4] git commit: [CB-4432] copyright notice change

Updated Branches:
  refs/heads/dev 88a8d590b -> de12a716c
  refs/heads/master 88a8d590b -> 951cd4ce3


[CB-4432] copyright notice change


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

Branch: refs/heads/dev
Commit: 4ed3ebf1230331d71a9a30090beba0d237118a9c
Parents: 88a8d59
Author: lorinbeer <lo...@adobe.com>
Authored: Tue Aug 20 14:24:54 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Tue Aug 20 14:24:54 2013 -0700

----------------------------------------------------------------------
 src/blackberry10/index.js | 29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/4ed3ebf1/src/blackberry10/index.js
----------------------------------------------------------------------
diff --git a/src/blackberry10/index.js b/src/blackberry10/index.js
index db85ce1..74a369c 100644
--- a/src/blackberry10/index.js
+++ b/src/blackberry10/index.js
@@ -1,18 +1,23 @@
 /*
- * Copyright 2010-2011 Research In Motion Limited.
  *
- * Licensed 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
+ * 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
+ *   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.
- */
+ * 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 getModelName () {
     var modelName = window.qnx.webplatform.device.modelName;
@@ -58,6 +63,8 @@ module.exports = {
                 uuid: uuid,
                 cordova: "dev"
             };
+
+        console.log("BSOBSTEUHSOETUHSOH");
         result.ok(info);
     }
 };


[4/4] git commit: removed extraneous print statement

Posted by lo...@apache.org.
removed extraneous print statement


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

Branch: refs/heads/master
Commit: 951cd4ce3017c93f4e64c4d7ed7533f353a24203
Parents: 5480138
Author: lorinbeer <lo...@adobe.com>
Authored: Tue Aug 20 14:25:27 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Tue Aug 20 14:25:59 2013 -0700

----------------------------------------------------------------------
 src/blackberry10/index.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/951cd4ce/src/blackberry10/index.js
----------------------------------------------------------------------
diff --git a/src/blackberry10/index.js b/src/blackberry10/index.js
index 74a369c..639ac64 100644
--- a/src/blackberry10/index.js
+++ b/src/blackberry10/index.js
@@ -64,7 +64,6 @@ module.exports = {
                 cordova: "dev"
             };
 
-        console.log("BSOBSTEUHSOETUHSOH");
         result.ok(info);
     }
 };


[2/4] git commit: removed extraneous print statement

Posted by lo...@apache.org.
removed extraneous print statement


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

Branch: refs/heads/dev
Commit: de12a716c9cd15af45ec3b61ba0f0138829660b2
Parents: 4ed3ebf
Author: lorinbeer <lo...@adobe.com>
Authored: Tue Aug 20 14:25:27 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Tue Aug 20 14:25:27 2013 -0700

----------------------------------------------------------------------
 src/blackberry10/index.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/de12a716/src/blackberry10/index.js
----------------------------------------------------------------------
diff --git a/src/blackberry10/index.js b/src/blackberry10/index.js
index 74a369c..639ac64 100644
--- a/src/blackberry10/index.js
+++ b/src/blackberry10/index.js
@@ -64,7 +64,6 @@ module.exports = {
                 cordova: "dev"
             };
 
-        console.log("BSOBSTEUHSOETUHSOH");
         result.ok(info);
     }
 };


[3/4] git commit: [CB-4432] copyright notice change

Posted by lo...@apache.org.
[CB-4432] copyright notice change


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

Branch: refs/heads/master
Commit: 5480138683e7d5f691086c2121b8bc240248be12
Parents: 88a8d59
Author: lorinbeer <lo...@adobe.com>
Authored: Tue Aug 20 14:24:54 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Tue Aug 20 14:25:52 2013 -0700

----------------------------------------------------------------------
 src/blackberry10/index.js | 29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/54801386/src/blackberry10/index.js
----------------------------------------------------------------------
diff --git a/src/blackberry10/index.js b/src/blackberry10/index.js
index db85ce1..74a369c 100644
--- a/src/blackberry10/index.js
+++ b/src/blackberry10/index.js
@@ -1,18 +1,23 @@
 /*
- * Copyright 2010-2011 Research In Motion Limited.
  *
- * Licensed 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
+ * 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
+ *   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.
- */
+ * 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 getModelName () {
     var modelName = window.qnx.webplatform.device.modelName;
@@ -58,6 +63,8 @@ module.exports = {
                 uuid: uuid,
                 cordova: "dev"
             };
+
+        console.log("BSOBSTEUHSOETUHSOH");
         result.ok(info);
     }
 };