From 2b7b208ee421d8fc767d7cb81a38df4a48060eb6 Mon Sep 17 00:00:00 2001 From: lorinbeer Date: Tue, 20 Aug 2013 14:27:27 -0700 Subject: [PATCH 1/2] CB-4432 copyright notice change --- src/blackberry10/index.js | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/src/blackberry10/index.js b/src/blackberry10/index.js index 5a991fe..d47d840 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. + * +*/ //map from BB10 to cordova connection types: //https://github.com/apache/cordova-js/blob/master/lib/common/plugin/Connection.js From f1d670ac46a9c48ebd62419882f8329385b2783b Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Thu, 5 Sep 2013 23:55:26 -0400 Subject: [PATCH 2/2] [CB-4752] Updated version and changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ plugin.xml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9603f65 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ + +# Release Notes + +### 0.2.1 (Sept 5, 2013) +* CB-4432 copyright notice change diff --git a/plugin.xml b/plugin.xml index d15823b..a4cf518 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ + version="0.2.1"> Network Information Cordova Network Information Plugin