You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ga...@apache.org on 2006/04/29 17:59:49 UTC

svn commit: r398188 - in /incubator/roller/trunk: contrib/plugins/src/org/roller/presentation/velocity/plugins/search/ contrib/plugins/src/org/roller/presentation/velocity/plugins/topictag/ src/org/roller/business/hibernate/ src/org/roller/config/ src/...

Author: gangolli
Date: Sat Apr 29 08:59:46 2006
New Revision: 398188

URL: http://svn.apache.org/viewcvs?rev=398188&view=rev
Log:
Replaced my personal copyrights with copyright notices of the Apache Software Foundation.

Modified:
    incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/GoogleLinkPlugin.java
    incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/SearchPluginBase.java
    incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/WikipediaLinkPlugin.java
    incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/topictag/TopicTagPlugin.java
    incubator/roller/trunk/src/org/roller/business/hibernate/HibernateAutoPingManagerImpl.java
    incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePingQueueManagerImpl.java
    incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePingTargetManagerImpl.java
    incubator/roller/trunk/src/org/roller/config/PingConfig.java
    incubator/roller/trunk/src/org/roller/model/AutoPingManager.java
    incubator/roller/trunk/src/org/roller/model/PingQueueManager.java
    incubator/roller/trunk/src/org/roller/model/PingTargetManager.java
    incubator/roller/trunk/src/org/roller/pojos/AutoPingData.java
    incubator/roller/trunk/src/org/roller/pojos/PingCategoryRestrictionData.java
    incubator/roller/trunk/src/org/roller/pojos/PingQueueEntryData.java
    incubator/roller/trunk/src/org/roller/pojos/PingTargetData.java
    incubator/roller/trunk/src/org/roller/presentation/filters/CharEncodingFilter.java
    incubator/roller/trunk/src/org/roller/presentation/pings/PingQueueProcessor.java
    incubator/roller/trunk/src/org/roller/presentation/pings/PingQueueTask.java
    incubator/roller/trunk/src/org/roller/presentation/pings/WeblogUpdatePinger.java
    incubator/roller/trunk/src/org/roller/presentation/weblog/actions/BasePingTargetsAction.java
    incubator/roller/trunk/src/org/roller/presentation/weblog/actions/CustomPingTargetsAction.java
    incubator/roller/trunk/src/org/roller/presentation/weblog/actions/PingSetupAction.java
    incubator/roller/trunk/src/org/roller/presentation/weblog/formbeans/PingSetupForm.java
    incubator/roller/trunk/src/org/roller/presentation/website/actions/CommonPingTargetsAction.java
    incubator/roller/trunk/tests/org/roller/util/PropertyExpanderTest.java

Modified: incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/GoogleLinkPlugin.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/GoogleLinkPlugin.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/GoogleLinkPlugin.java (original)
+++ incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/GoogleLinkPlugin.java Sat Apr 29 08:59:46 2006
@@ -1,8 +1,17 @@
 /*
- * Copyright (c) 2004,2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with Roller Weblogger under the terms of the Roller License.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.velocity.plugins.search;

Modified: incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/SearchPluginBase.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/SearchPluginBase.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/SearchPluginBase.java (original)
+++ incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/SearchPluginBase.java Sat Apr 29 08:59:46 2006
@@ -1,8 +1,17 @@
 /*
- * Copyright (c) 2004,2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with Roller Weblogger under the terms of the Roller License.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.velocity.plugins.search;

Modified: incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/WikipediaLinkPlugin.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/WikipediaLinkPlugin.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/WikipediaLinkPlugin.java (original)
+++ incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/search/WikipediaLinkPlugin.java Sat Apr 29 08:59:46 2006
@@ -1,8 +1,17 @@
 /*
- * Copyright (c) 2004,2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with Roller Weblogger under the terms of the Roller License.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.velocity.plugins.search;

Modified: incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/topictag/TopicTagPlugin.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/topictag/TopicTagPlugin.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/topictag/TopicTagPlugin.java (original)
+++ incubator/roller/trunk/contrib/plugins/src/org/roller/presentation/velocity/plugins/topictag/TopicTagPlugin.java Sat Apr 29 08:59:46 2006
@@ -1,8 +1,17 @@
 /*
- * Copyright (c) 2004
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with Roller Weblogger under the terms of the Roller license.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.velocity.plugins.topictag;

Modified: incubator/roller/trunk/src/org/roller/business/hibernate/HibernateAutoPingManagerImpl.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/business/hibernate/HibernateAutoPingManagerImpl.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/business/hibernate/HibernateAutoPingManagerImpl.java (original)
+++ incubator/roller/trunk/src/org/roller/business/hibernate/HibernateAutoPingManagerImpl.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.business.hibernate;

Modified: incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePingQueueManagerImpl.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePingQueueManagerImpl.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePingQueueManagerImpl.java (original)
+++ incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePingQueueManagerImpl.java Sat Apr 29 08:59:46 2006
@@ -1,10 +1,19 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
+
 
 package org.roller.business.hibernate;
 

Modified: incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePingTargetManagerImpl.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePingTargetManagerImpl.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePingTargetManagerImpl.java (original)
+++ incubator/roller/trunk/src/org/roller/business/hibernate/HibernatePingTargetManagerImpl.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.business.hibernate;

Modified: incubator/roller/trunk/src/org/roller/config/PingConfig.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/config/PingConfig.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/config/PingConfig.java (original)
+++ incubator/roller/trunk/src/org/roller/config/PingConfig.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.config;

Modified: incubator/roller/trunk/src/org/roller/model/AutoPingManager.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/model/AutoPingManager.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/model/AutoPingManager.java (original)
+++ incubator/roller/trunk/src/org/roller/model/AutoPingManager.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.model;

Modified: incubator/roller/trunk/src/org/roller/model/PingQueueManager.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/model/PingQueueManager.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/model/PingQueueManager.java (original)
+++ incubator/roller/trunk/src/org/roller/model/PingQueueManager.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.model;

Modified: incubator/roller/trunk/src/org/roller/model/PingTargetManager.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/model/PingTargetManager.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/model/PingTargetManager.java (original)
+++ incubator/roller/trunk/src/org/roller/model/PingTargetManager.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.model;

Modified: incubator/roller/trunk/src/org/roller/pojos/AutoPingData.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/pojos/AutoPingData.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/pojos/AutoPingData.java (original)
+++ incubator/roller/trunk/src/org/roller/pojos/AutoPingData.java Sat Apr 29 08:59:46 2006
@@ -1,8 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger under the terms of the Roller Software License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.pojos;

Modified: incubator/roller/trunk/src/org/roller/pojos/PingCategoryRestrictionData.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/pojos/PingCategoryRestrictionData.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/pojos/PingCategoryRestrictionData.java (original)
+++ incubator/roller/trunk/src/org/roller/pojos/PingCategoryRestrictionData.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.pojos;

Modified: incubator/roller/trunk/src/org/roller/pojos/PingQueueEntryData.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/pojos/PingQueueEntryData.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/pojos/PingQueueEntryData.java (original)
+++ incubator/roller/trunk/src/org/roller/pojos/PingQueueEntryData.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.pojos;

Modified: incubator/roller/trunk/src/org/roller/pojos/PingTargetData.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/pojos/PingTargetData.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/pojos/PingTargetData.java (original)
+++ incubator/roller/trunk/src/org/roller/pojos/PingTargetData.java Sat Apr 29 08:59:46 2006
@@ -1,8 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed as part of the Roller Weblogger under the terms of the Roller Software License.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.pojos;

Modified: incubator/roller/trunk/src/org/roller/presentation/filters/CharEncodingFilter.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/filters/CharEncodingFilter.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/filters/CharEncodingFilter.java (original)
+++ incubator/roller/trunk/src/org/roller/presentation/filters/CharEncodingFilter.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.filters;

Modified: incubator/roller/trunk/src/org/roller/presentation/pings/PingQueueProcessor.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/pings/PingQueueProcessor.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/pings/PingQueueProcessor.java (original)
+++ incubator/roller/trunk/src/org/roller/presentation/pings/PingQueueProcessor.java Sat Apr 29 08:59:46 2006
@@ -1,10 +1,19 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
+
 
 package org.roller.presentation.pings;
 

Modified: incubator/roller/trunk/src/org/roller/presentation/pings/PingQueueTask.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/pings/PingQueueTask.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/pings/PingQueueTask.java (original)
+++ incubator/roller/trunk/src/org/roller/presentation/pings/PingQueueTask.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.pings;

Modified: incubator/roller/trunk/src/org/roller/presentation/pings/WeblogUpdatePinger.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/pings/WeblogUpdatePinger.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/pings/WeblogUpdatePinger.java (original)
+++ incubator/roller/trunk/src/org/roller/presentation/pings/WeblogUpdatePinger.java Sat Apr 29 08:59:46 2006
@@ -1,10 +1,17 @@
 /*
- * Copyright (c) 2004-2005
- * Lance Lavandowska, Anil R. Gangolli.
- * All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.pings;

Modified: incubator/roller/trunk/src/org/roller/presentation/weblog/actions/BasePingTargetsAction.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/weblog/actions/BasePingTargetsAction.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/weblog/actions/BasePingTargetsAction.java (original)
+++ incubator/roller/trunk/src/org/roller/presentation/weblog/actions/BasePingTargetsAction.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.weblog.actions;

Modified: incubator/roller/trunk/src/org/roller/presentation/weblog/actions/CustomPingTargetsAction.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/weblog/actions/CustomPingTargetsAction.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/weblog/actions/CustomPingTargetsAction.java (original)
+++ incubator/roller/trunk/src/org/roller/presentation/weblog/actions/CustomPingTargetsAction.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.weblog.actions;

Modified: incubator/roller/trunk/src/org/roller/presentation/weblog/actions/PingSetupAction.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/weblog/actions/PingSetupAction.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/weblog/actions/PingSetupAction.java (original)
+++ incubator/roller/trunk/src/org/roller/presentation/weblog/actions/PingSetupAction.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.weblog.actions;

Modified: incubator/roller/trunk/src/org/roller/presentation/weblog/formbeans/PingSetupForm.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/weblog/formbeans/PingSetupForm.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/weblog/formbeans/PingSetupForm.java (original)
+++ incubator/roller/trunk/src/org/roller/presentation/weblog/formbeans/PingSetupForm.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.weblog.formbeans;

Modified: incubator/roller/trunk/src/org/roller/presentation/website/actions/CommonPingTargetsAction.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/presentation/website/actions/CommonPingTargetsAction.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/presentation/website/actions/CommonPingTargetsAction.java (original)
+++ incubator/roller/trunk/src/org/roller/presentation/website/actions/CommonPingTargetsAction.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.presentation.website.actions;

Modified: incubator/roller/trunk/tests/org/roller/util/PropertyExpanderTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/roller/util/PropertyExpanderTest.java?rev=398188&r1=398187&r2=398188&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/roller/util/PropertyExpanderTest.java (original)
+++ incubator/roller/trunk/tests/org/roller/util/PropertyExpanderTest.java Sat Apr 29 08:59:46 2006
@@ -1,9 +1,17 @@
 /*
- * Copyright (c) 2005
- * Anil R. Gangolli. All rights reserved.
+ * Copyright 2005-2006 The Apache Software Foundation.
  *
- * Distributed with the Roller Weblogger Project under the terms of the Roller Software
- * License
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package org.roller.util;