[logback-dev] svn commit: r730 - logback/trunk/logback-core/src/test/java/ch/qos/logback/core/appender
noreply.ceki at qos.ch
noreply.ceki at qos.ch
Fri Oct 20 17:26:56 CEST 2006
Author: ceki
Date: Fri Oct 20 17:26:56 2006
New Revision: 730
Modified:
logback/trunk/logback-core/src/test/java/ch/qos/logback/core/appender/PackageTest.java
Log:
minor
Modified: logback/trunk/logback-core/src/test/java/ch/qos/logback/core/appender/PackageTest.java
==============================================================================
--- logback/trunk/logback-core/src/test/java/ch/qos/logback/core/appender/PackageTest.java (original)
+++ logback/trunk/logback-core/src/test/java/ch/qos/logback/core/appender/PackageTest.java Fri Oct 20 17:26:56 2006
@@ -1,6 +1,14 @@
-package ch.qos.logback.core.appender;
-
+/**
+ * Logback: the generic, reliable, fast and flexible logging framework for Java.
+ *
+ * Copyright (C) 2000-2006, 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.appender;
import junit.framework.Test;
import junit.framework.TestCase;
@@ -8,7 +16,7 @@
public class PackageTest extends TestCase {
- public static Test suite() {
+ public static Test suite() {
TestSuite suite = new TestSuite();
suite.addTestSuite(DummyAppenderTest.class);
suite.addTestSuite(ConsoleAppenderTest.class);
More information about the logback-dev
mailing list