You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/05/12 23:27:32 UTC

svn commit: r405880 - in /incubator/roller/trunk/tests/org/apache/roller: ./ ant/ business/ presentation/ presentation/bookmarks/ presentation/filters/ presentation/velocity/ presentation/velocity/plugins/smileys/ presentation/velocity/plugins/textile/...

Author: snoopdave
Date: Fri May 12 14:27:29 2006
New Revision: 405880

URL: http://svn.apache.org/viewcvs?rev=405880&view=rev
Log:
License headers for test source

Modified:
    incubator/roller/trunk/tests/org/apache/roller/BlacklistTest.java
    incubator/roller/trunk/tests/org/apache/roller/DateTest.java
    incubator/roller/trunk/tests/org/apache/roller/RollerTestBase.java
    incubator/roller/trunk/tests/org/apache/roller/TestUtils.java
    incubator/roller/trunk/tests/org/apache/roller/ant/StartHsqldbTask.java
    incubator/roller/trunk/tests/org/apache/roller/ant/StopHsqldbTask.java
    incubator/roller/trunk/tests/org/apache/roller/business/BookmarkTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/CommentTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/FileManagerTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/IndexManagerTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/PermissionTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/PingsTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/PropertiesTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/RefererTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/UserTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/WeblogCategoryTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/WeblogEntryTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/WeblogPageTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/WeblogTest.java
    incubator/roller/trunk/tests/org/apache/roller/business/package.html
    incubator/roller/trunk/tests/org/apache/roller/presentation/ApplicationResourcesTest.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/ArchiveParserTest.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/LanguageUtilTest.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/MockPrincipal.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/MockRollerContext.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/MockRollerRequest.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/SearchServletTest.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/StrutsActionTestBase.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/TestAll.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/VelocityServletTestBase.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/bookmarks/BookmarksActionTest.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/filters/RequestFilterTest.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/ExportRssTest.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/plugins/smileys/SmileysTest.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/plugins/textile/TextileTest.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/weblog/WeblogEntryActionTest.java
    incubator/roller/trunk/tests/org/apache/roller/presentation/xmlrpc/RollerXmlRpcServerTest.java
    incubator/roller/trunk/tests/org/apache/roller/util/LRUCache2Test.java
    incubator/roller/trunk/tests/org/apache/roller/util/LinkbackExtractorTest.java
    incubator/roller/trunk/tests/org/apache/roller/util/RegexUtilTest.java
    incubator/roller/trunk/tests/org/apache/roller/util/UtilitiesTest.java
    incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/AappTest.java
    incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/MemberHandlerTest.java
    incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/UserHandlerTest.java
    incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/WeblogHandlerTest.java
    incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/MemberEntryTest.java
    incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/UserEntryTest.java
    incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/WeblogEntryTest.java

Modified: incubator/roller/trunk/tests/org/apache/roller/BlacklistTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/BlacklistTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/BlacklistTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/BlacklistTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Created on Nov 12, 2003
  */
 package org.apache.roller;

Modified: incubator/roller/trunk/tests/org/apache/roller/DateTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/DateTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/DateTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/DateTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Created on Mar 10, 2004
  */
 package org.apache.roller;

Modified: incubator/roller/trunk/tests/org/apache/roller/RollerTestBase.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/RollerTestBase.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/RollerTestBase.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/RollerTestBase.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 
 package org.apache.roller;
 

Modified: incubator/roller/trunk/tests/org/apache/roller/TestUtils.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/TestUtils.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/TestUtils.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/TestUtils.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * TestUtils.java
  *
  * Created on April 6, 2006, 8:38 PM

Modified: incubator/roller/trunk/tests/org/apache/roller/ant/StartHsqldbTask.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/ant/StartHsqldbTask.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/ant/StartHsqldbTask.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/ant/StartHsqldbTask.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.ant;
 
 import org.apache.tools.ant.BuildException;

Modified: incubator/roller/trunk/tests/org/apache/roller/ant/StopHsqldbTask.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/ant/StopHsqldbTask.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/ant/StopHsqldbTask.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/ant/StopHsqldbTask.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.ant;
 
 import java.sql.Connection;

Modified: incubator/roller/trunk/tests/org/apache/roller/business/BookmarkTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/BookmarkTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/BookmarkTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/BookmarkTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 
 package org.apache.roller.business;
 

Modified: incubator/roller/trunk/tests/org/apache/roller/business/CommentTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/CommentTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/CommentTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/CommentTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * CommentTest.java
  *
  * Created on April 12, 2006, 3:12 PM

Modified: incubator/roller/trunk/tests/org/apache/roller/business/FileManagerTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/FileManagerTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/FileManagerTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/FileManagerTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.business;
 
 import java.io.InputStream;

Modified: incubator/roller/trunk/tests/org/apache/roller/business/IndexManagerTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/IndexManagerTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/IndexManagerTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/IndexManagerTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.business;
 
 import junit.framework.Test;

Modified: incubator/roller/trunk/tests/org/apache/roller/business/PermissionTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/PermissionTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/PermissionTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/PermissionTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.business;
 
 import java.util.ArrayList;

Modified: incubator/roller/trunk/tests/org/apache/roller/business/PingsTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/PingsTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/PingsTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/PingsTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * PingsTest.java
  *
  * Created on April 9, 2006, 1:27 PM

Modified: incubator/roller/trunk/tests/org/apache/roller/business/PropertiesTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/PropertiesTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/PropertiesTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/PropertiesTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * PropertiesTest.java
  *
  * Created on April 9, 2006, 2:51 PM

Modified: incubator/roller/trunk/tests/org/apache/roller/business/RefererTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/RefererTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/RefererTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/RefererTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.business;
 
 import java.sql.Timestamp;

Modified: incubator/roller/trunk/tests/org/apache/roller/business/UserTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/UserTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/UserTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/UserTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 
 package org.apache.roller.business;
 

Modified: incubator/roller/trunk/tests/org/apache/roller/business/WeblogCategoryTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/WeblogCategoryTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/WeblogCategoryTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/WeblogCategoryTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * WeblogCategoryTest.java
  *
  * Created on April 13, 2006, 10:07 PM

Modified: incubator/roller/trunk/tests/org/apache/roller/business/WeblogEntryTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/WeblogEntryTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/WeblogEntryTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/WeblogEntryTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * WeblogEntryTest.java
  *
  * Created on April 9, 2006, 4:38 PM

Modified: incubator/roller/trunk/tests/org/apache/roller/business/WeblogPageTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/WeblogPageTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/WeblogPageTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/WeblogPageTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * WeblogPageTest.java
  *
  * Created on April 7, 2006, 2:57 PM

Modified: incubator/roller/trunk/tests/org/apache/roller/business/WeblogTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/WeblogTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/WeblogTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/WeblogTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.business;
 
 import java.util.ArrayList;

Modified: incubator/roller/trunk/tests/org/apache/roller/business/package.html
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/business/package.html?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/business/package.html (original)
+++ incubator/roller/trunk/tests/org/apache/roller/business/package.html Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  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.  For additional information regarding
+  copyright in this work, please see the NOTICE file in the top level
+  directory of this distribution.
+-->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/ApplicationResourcesTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/ApplicationResourcesTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/ApplicationResourcesTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/ApplicationResourcesTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Filename: ApplicationResourcesTest.java
  * 
  * Created on 24-May-04

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/ArchiveParserTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/ArchiveParserTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/ArchiveParserTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/ArchiveParserTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Created on May 4, 2004
  */
 package org.apache.roller.presentation;

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/LanguageUtilTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/LanguageUtilTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/LanguageUtilTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/LanguageUtilTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Filename: LanguageUtilTest.java
  * 
  * Created on 13-Jul-04

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/MockPrincipal.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/MockPrincipal.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/MockPrincipal.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/MockPrincipal.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 /*
  * Created on Mar 8, 2004
  */

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/MockRollerContext.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/MockRollerContext.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/MockRollerContext.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/MockRollerContext.java Fri May 12 14:27:29 2006
@@ -1 +1,18 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 /*
 * Created on Mar 4, 2004
 */
package org.apache.roller.presentation;
import java.io.File;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.roller.RollerException;

/**
 * @author lance.lavandowska
 */
public class MockRollerContext extends RollerContext
{
    private static Log mLogger =
        LogFactory.getFactory().getInstance(MockRollerContext.class);
    private static ServletContext mContext = null;
    public void init(ServletContext sc)
    {
        mLogger.debug("MockRollerContext initializing");
        
        // initialize super 
        super.contextInitialized(new ServletContextEvent(sc));
        
        // Save context in self and self in context
        mContext = sc;
        mContext.setAttribute(ROLLER_CONTEXT, this);
        mContext.setAttribute("org.apache.roller.absolu
 teContextURL", "/");
    }
    //-----------------------------------------------------------------------
    /** Because I cannot set the super's values, I have to
     * overide the methods as well */  
    public static RollerContext getRollerContext()
    {
        // get roller from servlet context
        return (RollerContext) mContext.getAttribute(ROLLER_CONTEXT);
    }
    //-----------------------------------------------------------------------
    /** Because I cannot set the super's values, I have to
     * overide the methods as well */  
    public static ServletContext getServletContext()
    {
        return mContext;
    }

    //-----------------------------------------------------------------------
    /** Because I cannot set the super's values, I have to
     * overide the methods as well */
    public String getRollerVersion()
    {
        return super.getRollerVersion();
    }
    //----------------------------------------------------------------------
 -
    /** Because I cannot set the super's values, I have to
     * overide the methods as well */
    public String getRollerBuildTime()
    {
        return super.getRollerBuildTime();
    }
    //-----------------------------------------------------------------------
    /** Because I cannot set the super's values, I have to
     * overide the methods as well */
    public String getRollerBuildUser()
    {
        return super.getRollerBuildUser();
    }

    //-----------------------------------------------------------------------
    /** Because I cannot set the super's values, I have to
     * overide the methods as well */
    public String getAbsoluteContextUrl()
    {
        return "";
    }
    //-----------------------------------------------------------------------
    /** Because I cannot set the super's values, I have to
     * overide the methods as well */
    public String getAbsoluteContextUrl(HttpServletRequest request)
    {
        return request.getSch
 eme() +"://" + request.getServerName() + "";
    }
    //-----------------------------------------------------------------------
    /** Because I cannot set the super's values, I have to
     * overide the methods as well */
    /* not available anymore ... use the new config classes instead -- Allen G
    public RollerConfigData getRollerConfig()
    {
        return super.getRollerConfig();
    }
    */
    //------------------------------------------------------------------------
    public String getConfigPath() 
    {
        String root = System.getProperty("ro.build");
        String configPath =
            root
                + File.separator
                + "roller"
                + File.separator
                + "WEB-INF"
                + File.separator
                + "roller-config.xml";
        return configPath;
    }
    protected void upgradeDatabaseIfNeeded() throws RollerException
    {
        // for now, this is a no-op
    }

}

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/MockRollerRequest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/MockRollerRequest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/MockRollerRequest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/MockRollerRequest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Created on Jun 8, 2004
  */
 package org.apache.roller.presentation;

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/SearchServletTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/SearchServletTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/SearchServletTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/SearchServletTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.presentation;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/StrutsActionTestBase.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/StrutsActionTestBase.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/StrutsActionTestBase.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/StrutsActionTestBase.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.presentation;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/TestAll.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/TestAll.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/TestAll.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/TestAll.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.presentation;
 
 import junit.framework.Test;

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/VelocityServletTestBase.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/VelocityServletTestBase.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/VelocityServletTestBase.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/VelocityServletTestBase.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.presentation;
 
 import java.io.FileInputStream;

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/bookmarks/BookmarksActionTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/bookmarks/BookmarksActionTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/bookmarks/BookmarksActionTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/bookmarks/BookmarksActionTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Created on Oct 27, 2003
  */
 package org.apache.roller.presentation.bookmarks;

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/filters/RequestFilterTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/filters/RequestFilterTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/filters/RequestFilterTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/filters/RequestFilterTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.presentation.filters;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/ExportRssTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/ExportRssTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/ExportRssTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/ExportRssTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Created on Mar 25, 2004
  */
 package org.apache.roller.presentation.velocity;

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/plugins/smileys/SmileysTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/plugins/smileys/SmileysTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/plugins/smileys/SmileysTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/plugins/smileys/SmileysTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Created on Jun 8, 2004
  */
 package org.apache.roller.presentation.velocity.plugins.smileys;

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/plugins/textile/TextileTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/plugins/textile/TextileTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/plugins/textile/TextileTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/velocity/plugins/textile/TextileTest.java Fri May 12 14:27:29 2006
@@ -1 +1,18 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 /*
 * Created on Oct 31, 2003
 */
package org.apache.roller.presentation.velocity.plugins.textile;

import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;

import org.apache.roller.presentation.bookmarks.BookmarksActionTest;
import org.apache.roller.model.PagePlugin;
import org.apache.roller.presentation.velocity.plugins.textile.TextilePlugin;

/**
 * We really need to solve webtesting to adequately test our Presentation classes.
 * 
 * @author lance
 */
public class TextileTest extends TestCase
{
    String textileStr = "*strong* plain _emphasis_ * _emphaticStrong_ * ";
    String expected = "<p><strong>strong</strong> plain <em>emphasis</em> <strong> <em>emphaticStrong</em> </strong></p>";
  
    /* 
     * This fails because Textile4J appears to place a tab (\t)
     * at the beginning of the result.  If the result is .trim()'ed
     * then it passes.
     */
    public void testTextile()
    {
        PagePlugin textile = new Text
 ilePlugin();
        
        String result = textile.render(textileStr);
        //System.out.println(expected);
        //System.out.println(result);
        assertEquals("this will fail until Textile4J is fixed.", expected, result);         
    }
    
	/* (non-Javadoc)
	 * @see junit.framework.TestCase#setUp()
	 */
	protected void setUp() throws Exception
	{
        super.setUp();	       
	}

	/* (non-Javadoc)
	 * @see junit.framework.TestCase#tearDown()
	 */
	protected void tearDown() throws Exception
	{
	   super.tearDown();
	}

    public static Test suite() 
    {
        return new TestSuite(TextileTest.class);
    }

}

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/weblog/WeblogEntryActionTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/weblog/WeblogEntryActionTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/weblog/WeblogEntryActionTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/weblog/WeblogEntryActionTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.presentation.weblog;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/roller/trunk/tests/org/apache/roller/presentation/xmlrpc/RollerXmlRpcServerTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/presentation/xmlrpc/RollerXmlRpcServerTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/presentation/xmlrpc/RollerXmlRpcServerTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/presentation/xmlrpc/RollerXmlRpcServerTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Created on Jun 15, 2004
  */
 package org.apache.roller.presentation.xmlrpc;

Modified: incubator/roller/trunk/tests/org/apache/roller/util/LRUCache2Test.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/util/LRUCache2Test.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/util/LRUCache2Test.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/util/LRUCache2Test.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Created on Jun 15, 2004
  */
 package org.apache.roller.util;

Modified: incubator/roller/trunk/tests/org/apache/roller/util/LinkbackExtractorTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/util/LinkbackExtractorTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/util/LinkbackExtractorTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/util/LinkbackExtractorTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 
 package org.apache.roller.util;
 

Modified: incubator/roller/trunk/tests/org/apache/roller/util/RegexUtilTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/util/RegexUtilTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/util/RegexUtilTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/util/RegexUtilTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Created on Nov 8, 2003
  */
 package org.apache.roller.util;

Modified: incubator/roller/trunk/tests/org/apache/roller/util/UtilitiesTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/util/UtilitiesTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/util/UtilitiesTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/util/UtilitiesTest.java Fri May 12 14:27:29 2006
@@ -1,4 +1,21 @@
 /*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
+/*
  * Created on Nov 2, 2003
  */
 package org.apache.roller.util;

Modified: incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/AappTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/AappTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/AappTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/AappTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.webservices.adminapi;
 
 import java.io.IOException;

Modified: incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/MemberHandlerTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/MemberHandlerTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/MemberHandlerTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/MemberHandlerTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.webservices.adminapi;
 
 import java.io.IOException;
@@ -64,3 +81,5 @@
             }
         }
     }
+}
+

Modified: incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/UserHandlerTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/UserHandlerTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/UserHandlerTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/UserHandlerTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.webservices.adminapi;
 
 import java.io.IOException;
@@ -60,3 +77,4 @@
             }
         }
     }
+}

Modified: incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/WeblogHandlerTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/WeblogHandlerTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/WeblogHandlerTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/WeblogHandlerTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.webservices.adminapi;
 
 import java.io.IOException;
@@ -61,3 +78,4 @@
             }
         }
     }
+}

Modified: incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/MemberEntryTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/MemberEntryTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/MemberEntryTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/MemberEntryTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.webservices.adminapi.sdk;
 
 import org.jdom.Document;
@@ -48,4 +65,5 @@
         } catch (JDOMException je) {
             fail(je.getMessage());
         }
-    }    
+    }
+}

Modified: incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/UserEntryTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/UserEntryTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/UserEntryTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/UserEntryTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.webservices.adminapi.sdk;
 
 import org.jdom.Document;
@@ -48,4 +65,5 @@
         } catch (JDOMException je) {
             fail(je.getMessage());
         }
-    }    
+    }
+}

Modified: incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/WeblogEntryTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/WeblogEntryTest.java?rev=405880&r1=405879&r2=405880&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/WeblogEntryTest.java (original)
+++ incubator/roller/trunk/tests/org/apache/roller/webservices/adminapi/sdk/WeblogEntryTest.java Fri May 12 14:27:29 2006
@@ -1,3 +1,20 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+*  contributor license agreements.  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.  For additional information regarding
+* copyright in this work, please see the NOTICE file in the top level
+* directory of this distribution.
+*/
 package org.apache.roller.webservices.adminapi.sdk;
 
 import org.jdom.Document;
@@ -49,3 +66,4 @@
             fail(je.getMessage());
         }
     }    
+}