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:42:15 UTC

svn commit: r1098138 - in /incubator/isis/trunk/support: quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/ quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/comm...

Author: danhaywood
Date: Sat Apr 30 18:42:14 2011
New Revision: 1098138

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

Modified:
    incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java
    incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInExplorationMode.java
    incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java
    incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java
    incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java
    incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java
    incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java
    incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java
    incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInExplorationMode.java
    incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java
    incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java
    incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java
    incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java
    incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java

Modified: incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java (original)
+++ incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java Sat Apr 30 18:42:14 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.
+ */
 #set( $symbol_pound = '#' )
 #set( $symbol_dollar = '$' )
 #set( $symbol_escape = '\' )

Modified: incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInExplorationMode.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInExplorationMode.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInExplorationMode.java (original)
+++ incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInExplorationMode.java Sat Apr 30 18:42:14 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.
+ */
 #set( $symbol_pound = '#' )
 #set( $symbol_dollar = '$' )
 #set( $symbol_escape = '\' )

Modified: incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java (original)
+++ incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java Sat Apr 30 18:42:14 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.
+ */
 #set( $symbol_pound = '#' )
 #set( $symbol_dollar = '$' )
 #set( $symbol_escape = '\' )

Modified: incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java (original)
+++ incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java Sat Apr 30 18:42:14 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.
+ */
 #set( $symbol_pound = '#' )
 #set( $symbol_dollar = '$' )
 #set( $symbol_escape = '\' )

Modified: incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java (original)
+++ incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java Sat Apr 30 18:42:14 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.
+ */
 #set( $symbol_pound = '#' )
 #set( $symbol_dollar = '$' )
 #set( $symbol_escape = '\' )

Modified: incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java (original)
+++ incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java Sat Apr 30 18:42:14 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.
+ */
 #set( $symbol_pound = '#' )
 #set( $symbol_dollar = '$' )
 #set( $symbol_escape = '\' )

Modified: incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java (original)
+++ incubator/isis/trunk/support/quickstart-archetype/src/main/resources/archetype-resources/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java Sat Apr 30 18:42:14 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.
+ */
 #set( $symbol_pound = '#' )
 #set( $symbol_dollar = '$' )
 #set( $symbol_escape = '\' )

Modified: incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java (original)
+++ incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/AbstractApplicationStory.java Sat Apr 30 18:42:14 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 viewer.bdd;
 
 import org.apache.isis.viewer.bdd.concordion.AbstractIsisConcordionScenario;

Modified: incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInExplorationMode.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInExplorationMode.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInExplorationMode.java (original)
+++ incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/common/BootstrapInExplorationMode.java Sat Apr 30 18:42:14 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 viewer.bdd.common;
 
 import org.apache.isis.viewer.bdd.concordion.AbstractIsisConcordionScenario;

Modified: incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java (original)
+++ incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/common/ToDoItems.java Sat Apr 30 18:42:14 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 viewer.bdd.common;
 
 import org.apache.isis.viewer.bdd.concordion.AbstractIsisConcordionScenario;

Modified: incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java (original)
+++ incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/AllStories.java Sat Apr 30 18:42:14 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 viewer.bdd.stories;
 
 import viewer.bdd.AbstractApplicationStory;

Modified: incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java (original)
+++ incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/Fixture.java Sat Apr 30 18:42:14 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 viewer.bdd.stories.todo;
 
 import viewer.bdd.AbstractApplicationStory;

Modified: incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java (original)
+++ incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/Index.java Sat Apr 30 18:42:14 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 viewer.bdd.stories.todo;
 
 import viewer.bdd.AbstractApplicationStory;

Modified: incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java?rev=1098138&r1=1098137&r2=1098138&view=diff
==============================================================================
--- incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java (original)
+++ incubator/isis/trunk/support/quickstart/tests-bdd/src/test/java/viewer/bdd/stories/todo/ScenarioMarkItemAsDone.java Sat Apr 30 18:42:14 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 viewer.bdd.stories.todo;
 
 import viewer.bdd.AbstractApplicationStory;