You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2006/10/31 03:35:15 UTC

svn commit: r469345 - in /geronimo/xbean/trunk/xbean-finder: ./ src/test/java/org/acme/foo/

Author: dblevins
Date: Mon Oct 30 18:35:14 2006
New Revision: 469345

URL: http://svn.apache.org/viewvc?view=rev&rev=469345
Log:
fixed license headers

Modified:
    geronimo/xbean/trunk/xbean-finder/pom.xml
    geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Blue.java
    geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Color.java
    geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Deployable.java
    geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Green.java
    geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Halloween.java
    geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Holiday.java
    geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Primary.java
    geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Property.java
    geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Red.java
    geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Thanksgiving.java
    geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/ValentinesDay.java

Modified: geronimo/xbean/trunk/xbean-finder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/pom.xml?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-finder/pom.xml Mon Oct 30 18:35:14 2006
@@ -68,12 +68,6 @@
            <version>2.2.3</version>
            <scope>provided</scope>
         </dependency>
-        <dependency>
-           <groupId>asm</groupId>
-           <artifactId>asm-util</artifactId>
-           <version>2.2.3</version>
-           <scope>provided</scope>
-        </dependency>
     </dependencies>
 
     <!--

Modified: geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Blue.java
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Blue.java?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Blue.java (original)
+++ geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Blue.java Mon Oct 30 18:35:14 2006
@@ -1,8 +1,18 @@
-/* =====================================================================
+/**
+ * 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
  *
- * Copyright (c) 2003 David Blevins.  All rights reserved.
+ *     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.acme.foo;
 

Modified: geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Color.java
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Color.java?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Color.java (original)
+++ geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Color.java Mon Oct 30 18:35:14 2006
@@ -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.acme.foo;
 
 /**

Modified: geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Deployable.java
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Deployable.java?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Deployable.java (original)
+++ geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Deployable.java Mon Oct 30 18:35:14 2006
@@ -1,8 +1,18 @@
-/* =====================================================================
+/**
+ * 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
  *
- * Copyright (c) 2003 David Blevins.  All rights reserved.
+ *     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.acme.foo;
 

Modified: geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Green.java
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Green.java?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Green.java (original)
+++ geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Green.java Mon Oct 30 18:35:14 2006
@@ -1,8 +1,18 @@
-/* =====================================================================
+/**
+ * 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
  *
- * Copyright (c) 2003 David Blevins.  All rights reserved.
+ *     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.acme.foo;
 

Modified: geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Halloween.java
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Halloween.java?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Halloween.java (original)
+++ geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Halloween.java Mon Oct 30 18:35:14 2006
@@ -1,8 +1,18 @@
-/* =====================================================================
+/**
+ * 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
  *
- * Copyright (c) 2003 David Blevins.  All rights reserved.
+ *     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.acme.foo;
 

Modified: geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Holiday.java
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Holiday.java?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Holiday.java (original)
+++ geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Holiday.java Mon Oct 30 18:35:14 2006
@@ -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.acme.foo;
 
 /**

Modified: geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Primary.java
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Primary.java?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Primary.java (original)
+++ geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Primary.java Mon Oct 30 18:35:14 2006
@@ -1,8 +1,18 @@
-/* =====================================================================
+/**
+ * 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
  *
- * Copyright (c) 2003 David Blevins.  All rights reserved.
+ *     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.acme.foo;
 

Modified: geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Property.java
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Property.java?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Property.java (original)
+++ geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Property.java Mon Oct 30 18:35:14 2006
@@ -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.acme.foo;
 
 /**

Modified: geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Red.java
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Red.java?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Red.java (original)
+++ geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Red.java Mon Oct 30 18:35:14 2006
@@ -1,8 +1,18 @@
-/* =====================================================================
+/**
+ * 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
  *
- * Copyright (c) 2003 David Blevins.  All rights reserved.
+ *     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.acme.foo;
 

Modified: geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Thanksgiving.java
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Thanksgiving.java?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Thanksgiving.java (original)
+++ geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/Thanksgiving.java Mon Oct 30 18:35:14 2006
@@ -1,8 +1,18 @@
-/* =====================================================================
+/**
+ * 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
  *
- * Copyright (c) 2003 David Blevins.  All rights reserved.
+ *     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.acme.foo;
 

Modified: geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/ValentinesDay.java
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/ValentinesDay.java?view=diff&rev=469345&r1=469344&r2=469345
==============================================================================
--- geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/ValentinesDay.java (original)
+++ geronimo/xbean/trunk/xbean-finder/src/test/java/org/acme/foo/ValentinesDay.java Mon Oct 30 18:35:14 2006
@@ -1,8 +1,18 @@
-/* =====================================================================
+/**
+ * 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
  *
- * Copyright (c) 2003 David Blevins.  All rights reserved.
+ *     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.acme.foo;