svn commit: r1840 - logback/trunk/logback-core/src/main/java/ch/qos/logback/core/net

Author: ceki Date: Wed Oct 15 21:27:54 2008 New Revision: 1840 Modified: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/net/LoginAuthenticator.java Log: - copyright statement Modified: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/net/LoginAuthenticator.java ============================================================================== --- logback/trunk/logback-core/src/main/java/ch/qos/logback/core/net/LoginAuthenticator.java (original) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/net/LoginAuthenticator.java Wed Oct 15 21:27:54 2008 @@ -1,3 +1,13 @@ +/** + * Logback: the generic, reliable, fast and flexible logging framework. + * + * Copyright (C) 2000-2008, QOS.ch + * + * This library is free software, you can redistribute it and/or modify it under + * the terms of the GNU Lesser General Public License as published by the Free + * Software Foundation. + */ + package ch.qos.logback.core.net; import javax.mail.Authenticator;
participants (1)
-
noreply.ceki@qos.ch