[Clirr-devel] CVS: clirr/core/src/java/net/sf/clirr/core/internal AbstractDiffReporter.java,1.3,1.4
Status: Alpha
Brought to you by:
lkuehne
Update of /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20159/core/src/java/net/sf/clirr/core/internal Modified Files: AbstractDiffReporter.java ApiDiffDispatcher.java ClassChangeCheck.java CoIterator.java ExceptionUtil.java JavaClassNameComparator.java Log Message: updated copyright year Index: AbstractDiffReporter.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/AbstractDiffReporter.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- AbstractDiffReporter.java 5 Sep 2004 09:19:54 -0000 1.3 +++ AbstractDiffReporter.java 3 Aug 2005 17:16:14 -0000 1.4 @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // Clirr: compares two versions of a java library for binary compatibility -// Copyright (C) 2003 - 2004 Lars Kühne +// Copyright (C) 2003 - 2005 Lars Kühne // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public Index: ApiDiffDispatcher.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/ApiDiffDispatcher.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ApiDiffDispatcher.java 11 Jul 2004 10:38:52 -0000 1.3 +++ ApiDiffDispatcher.java 3 Aug 2005 17:16:14 -0000 1.4 @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // Clirr: compares two versions of a java library for binary compatibility -// Copyright (C) 2003 - 2004 Lars Kühne +// Copyright (C) 2003 - 2005 Lars Kühne // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public Index: ClassChangeCheck.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/ClassChangeCheck.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ClassChangeCheck.java 10 Jul 2004 13:37:26 -0000 1.1 +++ ClassChangeCheck.java 3 Aug 2005 17:16:25 -0000 1.2 @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // Clirr: compares two versions of a java library for binary compatibility -// Copyright (C) 2003 - 2004 Lars Kühne +// Copyright (C) 2003 - 2005 Lars Kühne // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public Index: CoIterator.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/CoIterator.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- CoIterator.java 10 Jul 2004 13:37:26 -0000 1.1 +++ CoIterator.java 3 Aug 2005 17:16:25 -0000 1.2 @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // Clirr: compares two versions of a java library for binary compatibility -// Copyright (C) 2003 - 2004 Lars Kühne +// Copyright (C) 2003 - 2005 Lars Kühne // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public Index: ExceptionUtil.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/ExceptionUtil.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ExceptionUtil.java 3 Sep 2004 23:04:48 -0000 1.1 +++ ExceptionUtil.java 3 Aug 2005 17:16:25 -0000 1.2 @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // Clirr: compares two versions of a java library for binary compatibility -// Copyright (C) 2003 - 2004 Lars Kühne +// Copyright (C) 2003 - 2005 Lars Kühne // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public Index: JavaClassNameComparator.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/JavaClassNameComparator.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JavaClassNameComparator.java 10 Jul 2004 13:37:26 -0000 1.1 +++ JavaClassNameComparator.java 3 Aug 2005 17:16:26 -0000 1.2 @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // Clirr: compares two versions of a java library for binary compatibility -// Copyright (C) 2003 - 2004 Lars Kühne +// Copyright (C) 2003 - 2005 Lars Kühne // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public |