Modified: struts/struts1/trunk/apps/mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/pom.xml?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/pom.xml (original) +++ struts/struts1/trunk/apps/mailreader/pom.xml Sun Dec 3 09:32:52 2006 @@ -1,22 +1,19 @@ <?xml version="1.0"?> <!-- -/* - * Copyright 2005-2006 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. - * - * $Id$ - */ + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Modified: struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/MainMenuAction.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/MainMenuAction.java?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/MainMenuAction.java (original) +++ struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/MainMenuAction.java Sun Dec 3 09:32:52 2006 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.struts.apps.mailreader.actions; import org.apache.struts.action.ActionForm; Modified: struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/RegistrationAction.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/RegistrationAction.java?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/RegistrationAction.java (original) +++ struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/RegistrationAction.java Sun Dec 3 09:32:52 2006 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.struts.apps.mailreader.actions; import org.apache.commons.beanutils.PropertyUtils; Modified: struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/SubscriptionAction.java URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/SubscriptionAction.java?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/SubscriptionAction.java (original) +++ struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/actions/SubscriptionAction.java Sun Dec 3 09:32:52 2006 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.struts.apps.mailreader.actions; import org.apache.commons.beanutils.PropertyUtils; Modified: struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/AlternateApplicationResources.properties URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/AlternateApplicationResources.properties?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/AlternateApplicationResources.properties (original) +++ struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/AlternateApplicationResources.properties Sun Dec 3 09:32:52 2006 @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + prompt.password=Enter your Password here ==> struts.logo.path=/struts-power.gif struts.logo.alt=Powered by Struts Modified: struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/AlternateApplicationResources_ja.properties URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/AlternateApplicationResources_ja.properties?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/AlternateApplicationResources_ja.properties (original) +++ struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/AlternateApplicationResources_ja.properties Sun Dec 3 09:32:52 2006 @@ -1 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + prompt.password=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b==> Modified: struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources.properties URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources.properties?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources.properties (original) +++ struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources.properties Sun Dec 3 09:32:52 2006 @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + button.cancel=Cancel button.confirm=Confirm button.doSubmit=DO_SUBMIT Modified: struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources_ja.properties URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources_ja.properties?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources_ja.properties (original) +++ struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources_ja.properties Sun Dec 3 09:32:52 2006 @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb button.confirm=\u78ba\u8a8d button.reset=\u30ea\u30bb\u30c3\u30c8 Modified: struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources_ru.properties URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources_ru.properties?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources_ru.properties (original) +++ struts/struts1/trunk/apps/mailreader/src/main/java/org/apache/struts/apps/mailreader/resources/ApplicationResources_ru.properties Sun Dec 3 09:32:52 2006 @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + button.cancel=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c button.confirm=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c button.reset=\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c Modified: struts/struts1/trunk/apps/mailreader/src/main/webapp/ChangePassword.jsp URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/webapp/ChangePassword.jsp?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/webapp/ChangePassword.jsp (original) +++ struts/struts1/trunk/apps/mailreader/src/main/webapp/ChangePassword.jsp Sun Dec 3 09:32:52 2006 @@ -1,3 +1,19 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> Modified: struts/struts1/trunk/apps/mailreader/src/main/webapp/Error.jsp URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/webapp/Error.jsp?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/webapp/Error.jsp (original) +++ struts/struts1/trunk/apps/mailreader/src/main/webapp/Error.jsp Sun Dec 3 09:32:52 2006 @@ -1,25 +1,19 @@ -<%-- Errors.jsp - Display unexpected errors, such as a JSP exception - or missing resources --%> <%-- - $Header: /home/cvs/jakarta-struts/web/example/Error.jsp,v 1.1 2004/03/09 04:38:05 husted Exp $ - $Revision: 1.1 $ - $Date$ - - Copyright 2000-2004 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. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --%> - <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ page import="org.apache.struts.Globals" %> <%@ page import="org.apache.struts.apps.mailreader.Constants" %> Modified: struts/struts1/trunk/apps/mailreader/src/main/webapp/Footer.jsp URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/webapp/Footer.jsp?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/webapp/Footer.jsp (original) +++ struts/struts1/trunk/apps/mailreader/src/main/webapp/Footer.jsp Sun Dec 3 09:32:52 2006 @@ -1,3 +1,19 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--%> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> <hr/> Modified: struts/struts1/trunk/apps/mailreader/src/main/webapp/Logon.jsp URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/webapp/Logon.jsp?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/webapp/Logon.jsp (original) +++ struts/struts1/trunk/apps/mailreader/src/main/webapp/Logon.jsp Sun Dec 3 09:32:52 2006 @@ -1,3 +1,19 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> Modified: struts/struts1/trunk/apps/mailreader/src/main/webapp/MainMenu.jsp URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/webapp/MainMenu.jsp?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/webapp/MainMenu.jsp (original) +++ struts/struts1/trunk/apps/mailreader/src/main/webapp/MainMenu.jsp Sun Dec 3 09:32:52 2006 @@ -1,3 +1,19 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> Modified: struts/struts1/trunk/apps/mailreader/src/main/webapp/Registration.jsp URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/webapp/Registration.jsp?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/webapp/Registration.jsp (original) +++ struts/struts1/trunk/apps/mailreader/src/main/webapp/Registration.jsp Sun Dec 3 09:32:52 2006 @@ -1,3 +1,19 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> Modified: struts/struts1/trunk/apps/mailreader/src/main/webapp/StaticJavascript.jsp URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/webapp/StaticJavascript.jsp?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/webapp/StaticJavascript.jsp (original) +++ struts/struts1/trunk/apps/mailreader/src/main/webapp/StaticJavascript.jsp Sun Dec 3 09:32:52 2006 @@ -1,3 +1,19 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--%> <%@ page contentType="application/x-javascript" language="java" %> <%-- set document type to Javascript addresses a bug in Netscape according to a web resource --%> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> Modified: struts/struts1/trunk/apps/mailreader/src/main/webapp/Subscription.jsp URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/webapp/Subscription.jsp?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/webapp/Subscription.jsp (original) +++ struts/struts1/trunk/apps/mailreader/src/main/webapp/Subscription.jsp Sun Dec 3 09:32:52 2006 @@ -1,3 +1,19 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> Modified: struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/database.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/database.xml?view=diff&rev=481833&r1=481832&r2=481833 ============================================================================== --- struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/database.xml (original) +++ struts/struts1/trunk/apps/mailreader/src/main/webapp/WEB-INF/database.xml Sun Dec 3 09:32:52 2006 @@ -1,4 +1,20 @@ <?xml version='1.0'?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <database> <user username="user" fromAddress="[EMAIL PROTECTED]" fullName="John Q. User" password="pass">
