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/07/11 19:27:34 UTC

webworks commit: changed copyright notice from RIM to Apache

Updated Branches:
  refs/heads/master cad449d77 -> 92c392cb6


changed copyright notice from RIM to Apache


Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/92c392cb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/92c392cb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/92c392cb

Branch: refs/heads/master
Commit: 92c392cb62a140b09dfbf02ec0789ae18c290834
Parents: cad449d
Author: lorinbeer <lo...@adobe.com>
Authored: Thu Jul 11 10:27:30 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Thu Jul 11 10:27:30 2013 -0700

----------------------------------------------------------------------
 .../project/cordova/lib/list-devices.js         | 32 ++++++++++----------
 1 file changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/92c392cb/blackberry10/bin/templates/project/cordova/lib/list-devices.js
----------------------------------------------------------------------
diff --git a/blackberry10/bin/templates/project/cordova/lib/list-devices.js b/blackberry10/bin/templates/project/cordova/lib/list-devices.js
index 9446c27..46a7542 100644
--- a/blackberry10/bin/templates/project/cordova/lib/list-devices.js
+++ b/blackberry10/bin/templates/project/cordova/lib/list-devices.js
@@ -1,19 +1,19 @@
-/*
- *  Copyright 2012 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
- *
- * 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.
- */
-
+// 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.
 
 var cordova = require('./cordova');