Author: markt Date: Sat Aug 4 15:21:50 2007 New Revision: 562772 URL: http://svn.apache.org/viewvc?view=rev&rev=562772 Log: Fix results of running the license checking tool for java/javax/mail directory
Modified: tomcat/tc6.0.x/trunk/java/javax/mail/Authenticator.java tomcat/tc6.0.x/trunk/java/javax/mail/PasswordAuthentication.java tomcat/tc6.0.x/trunk/java/javax/mail/Session.java tomcat/tc6.0.x/trunk/java/javax/mail/internet/InternetAddress.java tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimeMessage.java tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimePart.java tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimePartDataSource.java Modified: tomcat/tc6.0.x/trunk/java/javax/mail/Authenticator.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/javax/mail/Authenticator.java?view=diff&rev=562772&r1=562771&r2=562772 ============================================================================== --- tomcat/tc6.0.x/trunk/java/javax/mail/Authenticator.java (original) +++ tomcat/tc6.0.x/trunk/java/javax/mail/Authenticator.java Sat Aug 4 15:21:50 2007 @@ -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 javax.mail; public class Authenticator { Modified: tomcat/tc6.0.x/trunk/java/javax/mail/PasswordAuthentication.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/javax/mail/PasswordAuthentication.java?view=diff&rev=562772&r1=562771&r2=562772 ============================================================================== --- tomcat/tc6.0.x/trunk/java/javax/mail/PasswordAuthentication.java (original) +++ tomcat/tc6.0.x/trunk/java/javax/mail/PasswordAuthentication.java Sat Aug 4 15:21:50 2007 @@ -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 javax.mail; public class PasswordAuthentication { Modified: tomcat/tc6.0.x/trunk/java/javax/mail/Session.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/javax/mail/Session.java?view=diff&rev=562772&r1=562771&r2=562772 ============================================================================== --- tomcat/tc6.0.x/trunk/java/javax/mail/Session.java (original) +++ tomcat/tc6.0.x/trunk/java/javax/mail/Session.java Sat Aug 4 15:21:50 2007 @@ -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 javax.mail; import java.util.Properties; Modified: tomcat/tc6.0.x/trunk/java/javax/mail/internet/InternetAddress.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/javax/mail/internet/InternetAddress.java?view=diff&rev=562772&r1=562771&r2=562772 ============================================================================== --- tomcat/tc6.0.x/trunk/java/javax/mail/internet/InternetAddress.java (original) +++ tomcat/tc6.0.x/trunk/java/javax/mail/internet/InternetAddress.java Sat Aug 4 15:21:50 2007 @@ -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 javax.mail.internet; public class InternetAddress { Modified: tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimeMessage.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimeMessage.java?view=diff&rev=562772&r1=562771&r2=562772 ============================================================================== --- tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimeMessage.java (original) +++ tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimeMessage.java Sat Aug 4 15:21:50 2007 @@ -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 javax.mail.internet; import javax.mail.Session; Modified: tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimePart.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimePart.java?view=diff&rev=562772&r1=562771&r2=562772 ============================================================================== --- tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimePart.java (original) +++ tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimePart.java Sat Aug 4 15:21:50 2007 @@ -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 javax.mail.internet; public interface MimePart { Modified: tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimePartDataSource.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimePartDataSource.java?view=diff&rev=562772&r1=562771&r2=562772 ============================================================================== --- tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimePartDataSource.java (original) +++ tomcat/tc6.0.x/trunk/java/javax/mail/internet/MimePartDataSource.java Sat Aug 4 15:21:50 2007 @@ -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 javax.mail.internet; public class MimePartDataSource { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]