mirror of https://github.com/apache/maven.git
adjust copyright
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@177909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6a630346a2
commit
ba31d4f893
|
@ -1,16 +1,7 @@
|
|||
package org.apache.maven.reporting;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.maven.reporting.sink.MultiPageSink;
|
||||
import org.apache.maven.reporting.sink.SinkFactory;
|
||||
import org.codehaus.doxia.sink.Sink;
|
||||
|
||||
/*
|
||||
* Copyright 2005 The Apache Software Foundation.
|
||||
* Copyright 2001-2005 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.
|
||||
|
@ -25,6 +16,15 @@ import org.codehaus.doxia.sink.Sink;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.maven.reporting.sink.MultiPageSink;
|
||||
import org.apache.maven.reporting.sink.SinkFactory;
|
||||
import org.codehaus.doxia.sink.Sink;
|
||||
|
||||
/**
|
||||
* @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
|
||||
* @version $Id: MavenReport.java 163376 2005-02-23 00:06:06Z brett $
|
||||
|
|
Loading…
Reference in New Issue