You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2014/07/30 21:06:55 UTC

[38/38] git commit: Add lib license headers

Add lib license headers


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

Branch: refs/heads/lyon-g11n
Commit: 7d5b8cbdb24fff76b07cabeb53ccdfd48a4f4511
Parents: ab2264c
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Wed Jul 30 15:05:50 2014 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Wed Jul 30 15:05:50 2014 -0400

----------------------------------------------------------------------
 src/blackberry10/native/public/json/autolink.h     |  5 +++++
 src/blackberry10/native/public/json/config.h       |  5 +++++
 src/blackberry10/native/public/json/features.h     |  5 +++++
 src/blackberry10/native/public/json/forwards.h     |  5 +++++
 src/blackberry10/native/public/json/json.h         |  5 +++++
 src/blackberry10/native/public/json/reader.h       |  5 +++++
 src/blackberry10/native/public/json/value.h        |  5 +++++
 src/blackberry10/native/public/json/writer.h       |  5 +++++
 .../native/public/json_batchallocator.h            |  5 +++++
 .../native/public/json_internalarray.inl           |  5 +++++
 src/blackberry10/native/public/json_reader.cpp     |  5 +++++
 src/blackberry10/native/public/json_value.cpp      |  5 +++++
 .../native/public/json_valueiterator.inl           |  5 +++++
 src/blackberry10/native/public/json_writer.cpp     |  5 +++++
 src/blackberry10/native/public/plugin.cpp          | 17 +++++++++++++++++
 src/blackberry10/native/public/plugin.h            | 16 ++++++++++++++++
 16 files changed, 103 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json/autolink.h
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json/autolink.h b/src/blackberry10/native/public/json/autolink.h
index 37c9258..02328d1 100644
--- a/src/blackberry10/native/public/json/autolink.h
+++ b/src/blackberry10/native/public/json/autolink.h
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #ifndef JSON_AUTOLINK_H_INCLUDED
 # define JSON_AUTOLINK_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json/config.h
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json/config.h b/src/blackberry10/native/public/json/config.h
index 5d334cb..d3fab36 100644
--- a/src/blackberry10/native/public/json/config.h
+++ b/src/blackberry10/native/public/json/config.h
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #ifndef JSON_CONFIG_H_INCLUDED
 # define JSON_CONFIG_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json/features.h
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json/features.h b/src/blackberry10/native/public/json/features.h
index 5a9adec..fd8e350 100644
--- a/src/blackberry10/native/public/json/features.h
+++ b/src/blackberry10/native/public/json/features.h
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #ifndef CPPTL_JSON_FEATURES_H_INCLUDED
 # define CPPTL_JSON_FEATURES_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json/forwards.h
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json/forwards.h b/src/blackberry10/native/public/json/forwards.h
index d0ce830..4af0dd6 100644
--- a/src/blackberry10/native/public/json/forwards.h
+++ b/src/blackberry10/native/public/json/forwards.h
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #ifndef JSON_FORWARDS_H_INCLUDED
 # define JSON_FORWARDS_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json/json.h
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json/json.h b/src/blackberry10/native/public/json/json.h
index c71ed65..da5fc96 100644
--- a/src/blackberry10/native/public/json/json.h
+++ b/src/blackberry10/native/public/json/json.h
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #ifndef JSON_JSON_H_INCLUDED
 # define JSON_JSON_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json/reader.h
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json/reader.h b/src/blackberry10/native/public/json/reader.h
index ee1d6a2..62232ea 100644
--- a/src/blackberry10/native/public/json/reader.h
+++ b/src/blackberry10/native/public/json/reader.h
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #ifndef CPPTL_JSON_READER_H_INCLUDED
 # define CPPTL_JSON_READER_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json/value.h
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json/value.h b/src/blackberry10/native/public/json/value.h
index 58bfd88..c8db1ef 100644
--- a/src/blackberry10/native/public/json/value.h
+++ b/src/blackberry10/native/public/json/value.h
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #ifndef CPPTL_JSON_H_INCLUDED
 # define CPPTL_JSON_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json/writer.h
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json/writer.h b/src/blackberry10/native/public/json/writer.h
index 5f4b83b..4d74f93 100644
--- a/src/blackberry10/native/public/json/writer.h
+++ b/src/blackberry10/native/public/json/writer.h
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #ifndef JSON_WRITER_H_INCLUDED
 # define JSON_WRITER_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json_batchallocator.h
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json_batchallocator.h b/src/blackberry10/native/public/json_batchallocator.h
index 87ea5ed..173e2ed 100644
--- a/src/blackberry10/native/public/json_batchallocator.h
+++ b/src/blackberry10/native/public/json_batchallocator.h
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #ifndef JSONCPP_BATCHALLOCATOR_H_INCLUDED
 # define JSONCPP_BATCHALLOCATOR_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json_internalarray.inl
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json_internalarray.inl b/src/blackberry10/native/public/json_internalarray.inl
index 9b985d2..66d838e 100644
--- a/src/blackberry10/native/public/json_internalarray.inl
+++ b/src/blackberry10/native/public/json_internalarray.inl
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 // included by json_value.cpp
 // everything is within Json namespace
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json_reader.cpp
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json_reader.cpp b/src/blackberry10/native/public/json_reader.cpp
index 5af16c8..f53c554 100644
--- a/src/blackberry10/native/public/json_reader.cpp
+++ b/src/blackberry10/native/public/json_reader.cpp
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #include <json/reader.h>
 #include <json/value.h>
 #include <utility>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json_value.cpp
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json_value.cpp b/src/blackberry10/native/public/json_value.cpp
index 6e5dcd3..d0e662f 100644
--- a/src/blackberry10/native/public/json_value.cpp
+++ b/src/blackberry10/native/public/json_value.cpp
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #include <iostream>
 #include <json/value.h>
 #include <json/writer.h>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json_valueiterator.inl
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json_valueiterator.inl b/src/blackberry10/native/public/json_valueiterator.inl
index 736e260..bd7c8d2 100644
--- a/src/blackberry10/native/public/json_valueiterator.inl
+++ b/src/blackberry10/native/public/json_valueiterator.inl
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 // included by json_value.cpp
 // everything is within Json namespace
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/json_writer.cpp
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/json_writer.cpp b/src/blackberry10/native/public/json_writer.cpp
index cdf4188..bcab0cd 100644
--- a/src/blackberry10/native/public/json_writer.cpp
+++ b/src/blackberry10/native/public/json_writer.cpp
@@ -1,3 +1,8 @@
+// Copyright 2007-2010 Baptiste Lepilleur
+// Distributed under MIT license, or public domain if desired and
+// recognized in your jurisdiction.
+// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
+
 #include <json/writer.h>
 #include <utility>
 #include <assert.h>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/plugin.cpp
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/plugin.cpp b/src/blackberry10/native/public/plugin.cpp
index 6906275..2a20f5b 100644
--- a/src/blackberry10/native/public/plugin.cpp
+++ b/src/blackberry10/native/public/plugin.cpp
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2014 BlackBerry 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.
+ */
+
+
 #include "plugin.h"
 #include "tokenizer.h"
 

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/7d5b8cbd/src/blackberry10/native/public/plugin.h
----------------------------------------------------------------------
diff --git a/src/blackberry10/native/public/plugin.h b/src/blackberry10/native/public/plugin.h
index 4ef7116..c9f0cbd 100644
--- a/src/blackberry10/native/public/plugin.h
+++ b/src/blackberry10/native/public/plugin.h
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2014 BlackBerry 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.
+ */
+
 #ifndef _PLUGIN_H
 #define _PLUGIN_H