Author: bayard Date: Thu May 22 08:30:02 2008 New Revision: 659135 URL: http://svn.apache.org/viewvc?rev=659135&view=rev Log: Adding source header to these examples
Modified: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources.java jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_de.java jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_fr.java jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_it.java Modified: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources.java?rev=659135&r1=659134&r2=659135&view=diff ============================================================================== --- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources.java (original) +++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources.java Thu May 22 08:30:02 2008 @@ -1,3 +1,20 @@ +/* + * 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.taglibs.standard.examples.i18n; import java.util.ListResourceBundle; Modified: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_de.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_de.java?rev=659135&r1=659134&r2=659135&view=diff ============================================================================== --- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_de.java (original) +++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_de.java Thu May 22 08:30:02 2008 @@ -1,3 +1,20 @@ +/* + * 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.taglibs.standard.examples.i18n; import java.util.ListResourceBundle; Modified: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_fr.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_fr.java?rev=659135&r1=659134&r2=659135&view=diff ============================================================================== --- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_fr.java (original) +++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_fr.java Thu May 22 08:30:02 2008 @@ -1,3 +1,20 @@ +/* + * 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.taglibs.standard.examples.i18n; import java.util.ListResourceBundle; Modified: jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_it.java URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_it.java?rev=659135&r1=659134&r2=659135&view=diff ============================================================================== --- jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_it.java (original) +++ jakarta/taglibs/proper/standard/trunk/examples/src/org/apache/taglibs/standard/examples/i18n/Resources_it.java Thu May 22 08:30:02 2008 @@ -1,3 +1,20 @@ +/* + * 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.taglibs.standard.examples.i18n; import java.util.ListResourceBundle; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]