[Clirr-devel] CVS: clirr/core/src/java/net/sf/clirr/core/internal CoIterator.java, 1.2, 1.3 ApiDiff
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2013-05-11 20:49:40
|
Update of /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25981/core/internal Modified Files: CoIterator.java ApiDiffDispatcher.java AbstractDiffReporter.java ClassChangeCheck.java Log Message: updated copyright year Index: CoIterator.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/CoIterator.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CoIterator.java 3 Aug 2005 17:16:25 -0000 1.2 +++ CoIterator.java 11 May 2013 20:49:36 -0000 1.3 @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // Clirr: compares two versions of a java library for binary compatibility -// Copyright (C) 2003 - 2005 Lars Kühne +// Copyright (C) 2003 - 2013 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ApiDiffDispatcher.java 3 Aug 2005 17:16:14 -0000 1.4 +++ ApiDiffDispatcher.java 11 May 2013 20:49:36 -0000 1.5 @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // Clirr: compares two versions of a java library for binary compatibility -// Copyright (C) 2003 - 2005 Lars Kühne +// Copyright (C) 2003 - 2013 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: AbstractDiffReporter.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/AbstractDiffReporter.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- AbstractDiffReporter.java 26 Aug 2005 05:35:52 -0000 1.5 +++ AbstractDiffReporter.java 11 May 2013 20:49:36 -0000 1.6 @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // Clirr: compares two versions of a java library for binary compatibility -// Copyright (C) 2003 - 2005 Lars Kühne +// Copyright (C) 2003 - 2013 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ClassChangeCheck.java 26 Aug 2005 05:35:53 -0000 1.3 +++ ClassChangeCheck.java 11 May 2013 20:49:36 -0000 1.4 @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // Clirr: compares two versions of a java library for binary compatibility -// Copyright (C) 2003 - 2005 Lars Kühne +// Copyright (C) 2003 - 2013 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 |