You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2011/04/30 20:01:09 UTC

svn commit: r1098130 - in /incubator/isis/trunk/applib/src/main/java/org/apache/isis/applib: Defaults.java fixtures/BaseFixture.java

Author: danhaywood
Date: Sat Apr 30 18:01:09 2011
New Revision: 1098130

URL: http://svn.apache.org/viewvc?rev=1098130&view=rev
Log:
adding missing license statements to Java files; added addmissinglicenses.groovy utility script

Modified:
    incubator/isis/trunk/applib/src/main/java/org/apache/isis/applib/Defaults.java
    incubator/isis/trunk/applib/src/main/java/org/apache/isis/applib/fixtures/BaseFixture.java

Modified: incubator/isis/trunk/applib/src/main/java/org/apache/isis/applib/Defaults.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/applib/src/main/java/org/apache/isis/applib/Defaults.java?rev=1098130&r1=1098129&r2=1098130&view=diff
==============================================================================
--- incubator/isis/trunk/applib/src/main/java/org/apache/isis/applib/Defaults.java (original)
+++ incubator/isis/trunk/applib/src/main/java/org/apache/isis/applib/Defaults.java Sat Apr 30 18:01:09 2011
@@ -1,3 +1,21 @@
+/*
+ *  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.isis.applib;
 
 import java.util.Calendar;

Modified: incubator/isis/trunk/applib/src/main/java/org/apache/isis/applib/fixtures/BaseFixture.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/applib/src/main/java/org/apache/isis/applib/fixtures/BaseFixture.java?rev=1098130&r1=1098129&r2=1098130&view=diff
==============================================================================
--- incubator/isis/trunk/applib/src/main/java/org/apache/isis/applib/fixtures/BaseFixture.java (original)
+++ incubator/isis/trunk/applib/src/main/java/org/apache/isis/applib/fixtures/BaseFixture.java Sat Apr 30 18:01:09 2011
@@ -1,3 +1,21 @@
+/*
+ *  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.isis.applib.fixtures;
 
 import org.apache.isis.applib.AbstractContainedObject;