Author: reto
Date: Sun Sep 23 19:57:21 2012
New Revision: 1389134
URL: http://svn.apache.org/viewvc?rev=1389134&view=rev
Log:
STANBOL-749: added license, change name to be consistent with others in common
Modified:
stanbol/trunk/commons/ldtemplaterenderer/pom.xml
stanbol/trunk/commons/ldtemplaterenderer/src/main/java/org/apache/stanbol/commons/ldpathtemplate/LdRenderer.java
Modified: stanbol/trunk/commons/ldtemplaterenderer/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/commons/ldtemplaterenderer/pom.xml?rev=1389134&r1=1389133&r2=1389134&view=diff
==============================================================================
--- stanbol/trunk/commons/ldtemplaterenderer/pom.xml (original)
+++ stanbol/trunk/commons/ldtemplaterenderer/pom.xml Sun Sep 23 19:57:21 2012
@@ -31,7 +31,7 @@
<version>0.10.0-incubating-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name>Apache Stanbol LDPath template service</name>
+ <name>Apache Stanbol Commons LDPath template service</name>
<description>A service providing ldpath template redering</description>
<scm>
<connection>
Modified:
stanbol/trunk/commons/ldtemplaterenderer/src/main/java/org/apache/stanbol/commons/ldpathtemplate/LdRenderer.java
URL:
http://svn.apache.org/viewvc/stanbol/trunk/commons/ldtemplaterenderer/src/main/java/org/apache/stanbol/commons/ldpathtemplate/LdRenderer.java?rev=1389134&r1=1389133&r2=1389134&view=diff
==============================================================================
---
stanbol/trunk/commons/ldtemplaterenderer/src/main/java/org/apache/stanbol/commons/ldpathtemplate/LdRenderer.java
(original)
+++
stanbol/trunk/commons/ldtemplaterenderer/src/main/java/org/apache/stanbol/commons/ldpathtemplate/LdRenderer.java
Sun Sep 23 19:57:21 2012
@@ -1,3 +1,19 @@
+/*
+* 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.
+*/
package org.apache.stanbol.commons.ldpathtemplate;
import java.io.IOException;