Author: ngn
Date: Wed Sep 1 13:35:24 2010
New Revision: 991533
URL: http://svn.apache.org/viewvc?rev=991533&view=rev
Log:
Fixing missing license header
Modified:
mina/vysper/branches/0.6/server/core/src/main/java/org/apache/vysper/xmpp/addressing/EntityUtils.java
mina/vysper/branches/0.6/server/core/src/main/java/org/apache/vysper/xmpp/modules/roster/persistence/RosterManagerUtils.java
mina/vysper/branches/0.6/server/extensions/xep0124-xep0206-bosh/pom.xml
Modified:
mina/vysper/branches/0.6/server/core/src/main/java/org/apache/vysper/xmpp/addressing/EntityUtils.java
URL:
http://svn.apache.org/viewvc/mina/vysper/branches/0.6/server/core/src/main/java/org/apache/vysper/xmpp/addressing/EntityUtils.java?rev=991533&r1=991532&r2=991533&view=diff
==============================================================================
---
mina/vysper/branches/0.6/server/core/src/main/java/org/apache/vysper/xmpp/addressing/EntityUtils.java
(original)
+++
mina/vysper/branches/0.6/server/core/src/main/java/org/apache/vysper/xmpp/addressing/EntityUtils.java
Wed Sep 1 13:35:24 2010
@@ -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.
+ *
+ */
package org.apache.vysper.xmpp.addressing;
import org.apache.vysper.xmpp.server.ServerRuntimeContext;
Modified:
mina/vysper/branches/0.6/server/core/src/main/java/org/apache/vysper/xmpp/modules/roster/persistence/RosterManagerUtils.java
URL:
http://svn.apache.org/viewvc/mina/vysper/branches/0.6/server/core/src/main/java/org/apache/vysper/xmpp/modules/roster/persistence/RosterManagerUtils.java?rev=991533&r1=991532&r2=991533&view=diff
==============================================================================
---
mina/vysper/branches/0.6/server/core/src/main/java/org/apache/vysper/xmpp/modules/roster/persistence/RosterManagerUtils.java
(original)
+++
mina/vysper/branches/0.6/server/core/src/main/java/org/apache/vysper/xmpp/modules/roster/persistence/RosterManagerUtils.java
Wed Sep 1 13:35:24 2010
@@ -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.
+ *
+ */
package org.apache.vysper.xmpp.modules.roster.persistence;
import org.apache.vysper.xmpp.server.ServerRuntimeContext;
Modified:
mina/vysper/branches/0.6/server/extensions/xep0124-xep0206-bosh/pom.xml
URL:
http://svn.apache.org/viewvc/mina/vysper/branches/0.6/server/extensions/xep0124-xep0206-bosh/pom.xml?rev=991533&r1=991532&r2=991533&view=diff
==============================================================================
--- mina/vysper/branches/0.6/server/extensions/xep0124-xep0206-bosh/pom.xml
(original)
+++ mina/vysper/branches/0.6/server/extensions/xep0124-xep0206-bosh/pom.xml Wed
Sep 1 13:35:24 2010
@@ -110,5 +110,33 @@
</plugins>
</build>
</profile>
+
+ <profile>
+ <id>apache-release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>verify-licenses</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <excludes>
+
<exclude>src/main/resources/keystore-README.txt</exclude>
+
<exclude>src/examples/resources/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project>