Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C5CDF10144 for ; Tue, 20 Aug 2013 20:51:43 +0000 (UTC) Received: (qmail 42640 invoked by uid 500); 20 Aug 2013 20:51:43 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 42623 invoked by uid 500); 20 Aug 2013 20:51:43 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 42616 invoked by uid 99); 20 Aug 2013 20:51:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Aug 2013 20:51:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7974B8C0E02; Tue, 20 Aug 2013 20:51:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lorinbeer@apache.org To: commits@cordova.apache.org Message-Id: <9e0dc5fdf98f4dc094503c62a0e96607@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [CB-4432] copyright notice change Date: Tue, 20 Aug 2013 20:51:43 +0000 (UTC) Updated Branches: refs/heads/dev 6194de42d -> 17f9b43b7 [CB-4432] copyright notice change Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/17f9b43b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/17f9b43b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/17f9b43b Branch: refs/heads/dev Commit: 17f9b43b7c79beeea3e40e695625606fd6460697 Parents: 6194de4 Author: lorinbeer Authored: Tue Aug 20 13:50:49 2013 -0700 Committer: lorinbeer Committed: Tue Aug 20 13:51:25 2013 -0700 ---------------------------------------------------------------------- src/blackberry10/index.js | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/17f9b43b/src/blackberry10/index.js ---------------------------------------------------------------------- diff --git a/src/blackberry10/index.js b/src/blackberry10/index.js index 4d3816f..f757ee7 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. + * +*/ var _clientListeners = {}, _webkitBattery = navigator.webkitBattery || navigator.battery;