You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2015/09/02 14:27:25 UTC

zest-java git commit: libraries/restlet: add missing license header

Repository: zest-java
Updated Branches:
  refs/heads/develop db765a7b4 -> cce196525


libraries/restlet: add missing license header


Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/cce19652
Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/cce19652
Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/cce19652

Branch: refs/heads/develop
Commit: cce1965251aad57a841b4015083ab1ac615ad20a
Parents: db765a7
Author: Paul Merlin (Apache) <pa...@apache.org>
Authored: Wed Sep 2 14:26:38 2015 +0200
Committer: Paul Merlin (Apache) <pa...@apache.org>
Committed: Wed Sep 2 14:26:38 2015 +0200

----------------------------------------------------------------------
 .../org.restlet.engine.converter.ConverterHelper   | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-java/blob/cce19652/libraries/restlet/src/main/resources/META_INF/services/org.restlet.engine.converter.ConverterHelper
----------------------------------------------------------------------
diff --git a/libraries/restlet/src/main/resources/META_INF/services/org.restlet.engine.converter.ConverterHelper b/libraries/restlet/src/main/resources/META_INF/services/org.restlet.engine.converter.ConverterHelper
index fd0253a..381cf8c 100644
--- a/libraries/restlet/src/main/resources/META_INF/services/org.restlet.engine.converter.ConverterHelper
+++ b/libraries/restlet/src/main/resources/META_INF/services/org.restlet.engine.converter.ConverterHelper
@@ -1 +1,16 @@
-org.apache.zest.library.restlet.Qi4jConverter
\ No newline at end of file
+# 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.
+
+org.apache.zest.library.restlet.Qi4jConverter