Return-Path: Delivered-To: apmail-portals-pluto-scm-archive@www.apache.org Received: (qmail 73471 invoked from network); 3 Feb 2007 22:08:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2007 22:08:47 -0000 Received: (qmail 54530 invoked by uid 500); 3 Feb 2007 22:08:54 -0000 Delivered-To: apmail-portals-pluto-scm-archive@portals.apache.org Received: (qmail 54485 invoked by uid 500); 3 Feb 2007 22:08:54 -0000 Mailing-List: contact pluto-scm-help@portals.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list pluto-scm@portals.apache.org Received: (qmail 54474 invoked by uid 99); 3 Feb 2007 22:08:54 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Feb 2007 14:08:51 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 8FDEF1A981C; Sat, 3 Feb 2007 14:07:54 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r503322 - in /portals/pluto/trunk/pluto-container/src: main/java/org/apache/pluto/ main/java/org/apache/pluto/core/ main/java/org/apache/pluto/util/ test/java/org/apache/pluto/core/ Date: Sat, 03 Feb 2007 22:07:54 -0000 To: pluto-scm@portals.apache.org From: ddewolf@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070203220754.8FDEF1A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ddewolf Date: Sat Feb 3 14:07:53 2007 New Revision: 503322 URL: http://svn.apache.org/viewvc?view=rev&rev=503322 Log: Fixing several license headers. Modified: portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/PortletWindow.java portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/core/DefaultPortletEnvironmentService.java portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/core/DefaultPortletInfoService.java portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/util/StringManager.java portals/pluto/trunk/pluto-container/src/test/java/org/apache/pluto/core/PortletContextManagerTest.java Modified: portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/PortletWindow.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/PortletWindow.java?view=diff&rev=503322&r1=503321&r2=503322 ============================================================================== --- portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/PortletWindow.java (original) +++ portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/PortletWindow.java Sat Feb 3 14:07:53 2007 @@ -23,7 +23,7 @@ * request should be processed. The PortletWindow is used internally * to map the request to the configured Portlet Application and Portlet. * - * @see org.apache.pluto.core.PortletWindowImpl + * @see org.apache.pluto.internal.impl.PortletWindowImpl * @see org.apache.pluto.descriptors.portlet.PortletDD * * @author David H. DeWolf Modified: portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/core/DefaultPortletEnvironmentService.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/core/DefaultPortletEnvironmentService.java?view=diff&rev=503322&r1=503321&r2=503322 ============================================================================== --- portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/core/DefaultPortletEnvironmentService.java (original) +++ portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/core/DefaultPortletEnvironmentService.java Sat Feb 3 14:07:53 2007 @@ -1,3 +1,18 @@ +/* + * Copyright 2007 The Apache Software Foundation. + * + * 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.apache.pluto.core; import org.apache.pluto.PortletContainer; Modified: portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/core/DefaultPortletInfoService.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/core/DefaultPortletInfoService.java?view=diff&rev=503322&r1=503321&r2=503322 ============================================================================== --- portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/core/DefaultPortletInfoService.java (original) +++ portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/core/DefaultPortletInfoService.java Sat Feb 3 14:07:53 2007 @@ -1,3 +1,18 @@ +/* + * Copyright 2004 The Apache Software Foundation. + * + * 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.apache.pluto.core; import org.apache.pluto.PortletWindow; Modified: portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/util/StringManager.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/util/StringManager.java?view=diff&rev=503322&r1=503321&r2=503322 ============================================================================== --- portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/util/StringManager.java (original) +++ portals/pluto/trunk/pluto-container/src/main/java/org/apache/pluto/util/StringManager.java Sat Feb 3 14:07:53 2007 @@ -13,6 +13,21 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +/* + * Copyright 2004 The Apache Software Foundation. + * + * 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.apache.pluto.util; import org.apache.commons.logging.LogFactory; Modified: portals/pluto/trunk/pluto-container/src/test/java/org/apache/pluto/core/PortletContextManagerTest.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/src/test/java/org/apache/pluto/core/PortletContextManagerTest.java?view=diff&rev=503322&r1=503321&r2=503322 ============================================================================== --- portals/pluto/trunk/pluto-container/src/test/java/org/apache/pluto/core/PortletContextManagerTest.java (original) +++ portals/pluto/trunk/pluto-container/src/test/java/org/apache/pluto/core/PortletContextManagerTest.java Sat Feb 3 14:07:53 2007 @@ -1,3 +1,18 @@ +/* + * Copyright 2004 The Apache Software Foundation. + * + * 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.apache.pluto.core; import junit.framework.TestCase;