You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by da...@apache.org on 2013/05/30 16:19:31 UTC

[05/16] git commit: RIPPLE-6: fixed more license headers

RIPPLE-6: fixed more license headers


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/6b78aad2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/6b78aad2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/6b78aad2

Branch: refs/heads/master
Commit: 6b78aad22bc634407c95a18d2226079d45f58e03
Parents: 93040f7
Author: Christian Grobmeier <gr...@apache.org>
Authored: Fri Mar 29 06:47:46 2013 +0100
Committer: Dan Silivestru <da...@gmail.com>
Committed: Sun May 12 12:21:38 2013 -0400

----------------------------------------------------------------------
 assets/server/css/style.css                        |   19 +++++++++++++++
 test/assets/config/config.xml                      |   18 ++++++++++++++
 test/assets/config/config_multiple_name_nodes.xml  |   18 ++++++++++++++
 .../config/config_multiple_name_nodes_unique.xml   |   18 ++++++++++++++
 .../config/config_multiple_nested_features.xml     |   18 ++++++++++++++
 test/assets/config/config_no_namespaces.xml        |   18 ++++++++++++++
 test/assets/config/config_no_widget_node.xml       |   18 ++++++++++++++
 .../config_with_bad_url_email_attributes.xml       |   18 ++++++++++++++
 .../config/config_with_missing_attributes.xml      |   18 ++++++++++++++
 test/assets/cov/pretty.js                          |   19 +++++++++++++++
 test/assets/cov/style.css                          |   19 +++++++++++++++
 test/unit/client/phonegap/events.js                |   19 +++++++++++++++
 test/unit/client/web/geolocation.js                |   19 +++++++++++++++
 13 files changed, 239 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/assets/server/css/style.css
----------------------------------------------------------------------
diff --git a/assets/server/css/style.css b/assets/server/css/style.css
index eb70f00..b01fc7c 100644
--- a/assets/server/css/style.css
+++ b/assets/server/css/style.css
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 body {
     color: #f0f0f0;
     background: #1e1e1e;

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/assets/config/config.xml
----------------------------------------------------------------------
diff --git a/test/assets/config/config.xml b/test/assets/config/config.xml
index d147320..4514bed 100644
--- a/test/assets/config/config.xml
+++ b/test/assets/config/config.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
 <widget xmlns="http://www.w3.org/ns/widgets"
     xmlns:gap="http://phonegap.com/ns/1.0"
     id="com.phonegap.getting.started"

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/assets/config/config_multiple_name_nodes.xml
----------------------------------------------------------------------
diff --git a/test/assets/config/config_multiple_name_nodes.xml b/test/assets/config/config_multiple_name_nodes.xml
index 0cec62c..4a5bba4 100644
--- a/test/assets/config/config_multiple_name_nodes.xml
+++ b/test/assets/config/config_multiple_name_nodes.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
 <widget  xmlns="http://www.w3.org/ns/widgets"
           xmlns:JIL="http://www.jil.org/ns/widgets1.2"
          xmlns:its="http://www.w3.org/2005/11/its"

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/assets/config/config_multiple_name_nodes_unique.xml
----------------------------------------------------------------------
diff --git a/test/assets/config/config_multiple_name_nodes_unique.xml b/test/assets/config/config_multiple_name_nodes_unique.xml
index 70ff87a..9829a94 100644
--- a/test/assets/config/config_multiple_name_nodes_unique.xml
+++ b/test/assets/config/config_multiple_name_nodes_unique.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
 <widget  xmlns="http://www.w3.org/ns/widgets"
           xmlns:JIL="http://www.jil.org/ns/widgets1.2"
          xmlns:its="http://www.w3.org/2005/11/its"

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/assets/config/config_multiple_nested_features.xml
----------------------------------------------------------------------
diff --git a/test/assets/config/config_multiple_nested_features.xml b/test/assets/config/config_multiple_nested_features.xml
index 93a3bf5..0a5332b 100644
--- a/test/assets/config/config_multiple_nested_features.xml
+++ b/test/assets/config/config_multiple_nested_features.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?> 
+<!--
+ 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.
+-->
 <widget xmlns="http://www.w3.org/ns/widgets"
         xmlns:rim="http://www.blackberry.com/ns/widgets"
         version="2.0"

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/assets/config/config_no_namespaces.xml
----------------------------------------------------------------------
diff --git a/test/assets/config/config_no_namespaces.xml b/test/assets/config/config_no_namespaces.xml
index cdc73fa..2919893 100644
--- a/test/assets/config/config_no_namespaces.xml
+++ b/test/assets/config/config_no_namespaces.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
 <widget  xmlns="http://www.w3.org/ns/widgets"
          id="http://example.org/exampleWidget"
          version="1.0.Beta"

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/assets/config/config_no_widget_node.xml
----------------------------------------------------------------------
diff --git a/test/assets/config/config_no_widget_node.xml b/test/assets/config/config_no_widget_node.xml
index 7a92599..dbbf89d 100644
--- a/test/assets/config/config_no_widget_node.xml
+++ b/test/assets/config/config_no_widget_node.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
 <foo>
     <bar>foobar</bar>
 </foo>

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/assets/config/config_with_bad_url_email_attributes.xml
----------------------------------------------------------------------
diff --git a/test/assets/config/config_with_bad_url_email_attributes.xml b/test/assets/config/config_with_bad_url_email_attributes.xml
index 34cd44c..79d0294 100644
--- a/test/assets/config/config_with_bad_url_email_attributes.xml
+++ b/test/assets/config/config_with_bad_url_email_attributes.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
 <widget  xmlns="http://www.w3.org/ns/widgets"
          xmlns:JIL="http://www.jil.org/ns/widgets1.2"
          xmlns:its="http://www.w3.org/2005/11/its"

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/assets/config/config_with_missing_attributes.xml
----------------------------------------------------------------------
diff --git a/test/assets/config/config_with_missing_attributes.xml b/test/assets/config/config_with_missing_attributes.xml
index fedf3bf..c197a0c 100644
--- a/test/assets/config/config_with_missing_attributes.xml
+++ b/test/assets/config/config_with_missing_attributes.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
 <widget xmlns="http://www.w3.org/ns/widgets"
     xmlns:gap="http://phonegap.com/ns/1.0"
     id="com.phonegap.getting.started"

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/assets/cov/pretty.js
----------------------------------------------------------------------
diff --git a/test/assets/cov/pretty.js b/test/assets/cov/pretty.js
index dd16fcb..365a5d7 100644
--- a/test/assets/cov/pretty.js
+++ b/test/assets/cov/pretty.js
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 window.addEventListener('load', function () {
     var filedata = [];
 

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/assets/cov/style.css
----------------------------------------------------------------------
diff --git a/test/assets/cov/style.css b/test/assets/cov/style.css
index a7db6ee..600f7d4 100644
--- a/test/assets/cov/style.css
+++ b/test/assets/cov/style.css
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 h1 {
     cursor: pointer;
     color: #002B36;

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/unit/client/phonegap/events.js
----------------------------------------------------------------------
diff --git a/test/unit/client/phonegap/events.js b/test/unit/client/phonegap/events.js
index 26f350b..4c190d0 100644
--- a/test/unit/client/phonegap/events.js
+++ b/test/unit/client/phonegap/events.js
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 describe("phonegap events", function () {
     var spec = ripple('platform/cordova/1.0.0/spec'),
         emulatorBridge = ripple('emulatorBridge'),

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/6b78aad2/test/unit/client/web/geolocation.js
----------------------------------------------------------------------
diff --git a/test/unit/client/web/geolocation.js b/test/unit/client/web/geolocation.js
index 00bfcb9..d1debc4 100644
--- a/test/unit/client/web/geolocation.js
+++ b/test/unit/client/web/geolocation.js
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 describe("w3c_geolocation", function () {
     var w3c = "w3c/1.0/",
         web = "platform/web/default/",