You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2012/02/02 07:36:44 UTC

svn commit: r1239467 - in /incubator/hama/trunk: conf/groomservers dist/pom.xml src/assemble/core.xml

Author: edwardyoon
Date: Thu Feb  2 06:36:43 2012
New Revision: 1239467

URL: http://svn.apache.org/viewvc?rev=1239467&view=rev
Log:
Add license header and localhost as a default

Modified:
    incubator/hama/trunk/conf/groomservers
    incubator/hama/trunk/dist/pom.xml
    incubator/hama/trunk/src/assemble/core.xml

Modified: incubator/hama/trunk/conf/groomservers
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/conf/groomservers?rev=1239467&r1=1239466&r2=1239467&view=diff
==============================================================================
--- incubator/hama/trunk/conf/groomservers (original)
+++ incubator/hama/trunk/conf/groomservers Thu Feb  2 06:36:43 2012
@@ -1 +1 @@
-
+localhost

Modified: incubator/hama/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/dist/pom.xml?rev=1239467&r1=1239466&r2=1239467&view=diff
==============================================================================
--- incubator/hama/trunk/dist/pom.xml (original)
+++ incubator/hama/trunk/dist/pom.xml Thu Feb  2 06:36:43 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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/hama/trunk/src/assemble/core.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/assemble/core.xml?rev=1239467&r1=1239466&r2=1239467&view=diff
==============================================================================
--- incubator/hama/trunk/src/assemble/core.xml (original)
+++ incubator/hama/trunk/src/assemble/core.xml Thu Feb  2 06:36:43 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.
+-->
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">