From dc36a1e0236b32d0321b7ebf63e40659afffd232 Mon Sep 17 00:00:00 2001 From: Johan Holmberg Date: Fri, 3 Sep 2010 09:05:21 +0200 Subject: [PATCH] update copyright year --- bin/cmdtest.rb | 2 +- lib/cmdtest/baselogger.rb | 2 +- lib/cmdtest/cmdeffects.rb | 2 +- lib/cmdtest/consolelogger.rb | 2 +- lib/cmdtest/fileinfo.rb | 2 +- lib/cmdtest/fssnapshot.rb | 2 +- lib/cmdtest/junitfile.rb | 2 +- lib/cmdtest/junitlogger.rb | 2 +- lib/cmdtest/methodfilter.rb | 2 +- lib/cmdtest/testcase.rb | 2 +- lib/cmdtest/util.rb | 2 +- lib/cmdtest/workdir.rb | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bin/cmdtest.rb b/bin/cmdtest.rb index 56aaa21..f8ed84d 100755 --- a/bin/cmdtest.rb +++ b/bin/cmdtest.rb @@ -2,7 +2,7 @@ #---------------------------------------------------------------------- # cmdtest.rb #---------------------------------------------------------------------- -# Copyright 2002-2009 Johan Holmberg. +# Copyright 2002-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". # diff --git a/lib/cmdtest/baselogger.rb b/lib/cmdtest/baselogger.rb index b8c25e6..bafa30b 100644 --- a/lib/cmdtest/baselogger.rb +++ b/lib/cmdtest/baselogger.rb @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # baselogger.rb #---------------------------------------------------------------------- -# Copyright 2002-2009 Johan Holmberg. +# Copyright 2002-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". # diff --git a/lib/cmdtest/cmdeffects.rb b/lib/cmdtest/cmdeffects.rb index 32681de..559c92d 100644 --- a/lib/cmdtest/cmdeffects.rb +++ b/lib/cmdtest/cmdeffects.rb @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # cmdeffects.rb #---------------------------------------------------------------------- -# Copyright 2002-2009 Johan Holmberg. +# Copyright 2002-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". # diff --git a/lib/cmdtest/consolelogger.rb b/lib/cmdtest/consolelogger.rb index 0d354f3..3a404a3 100644 --- a/lib/cmdtest/consolelogger.rb +++ b/lib/cmdtest/consolelogger.rb @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # consolelogger.rb #---------------------------------------------------------------------- -# Copyright 2002-2009 Johan Holmberg. +# Copyright 2002-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". # diff --git a/lib/cmdtest/fileinfo.rb b/lib/cmdtest/fileinfo.rb index ae957c9..ab16bd5 100644 --- a/lib/cmdtest/fileinfo.rb +++ b/lib/cmdtest/fileinfo.rb @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # fileinfo.rb #---------------------------------------------------------------------- -# Copyright 2002-2009 Johan Holmberg. +# Copyright 2002-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". # diff --git a/lib/cmdtest/fssnapshot.rb b/lib/cmdtest/fssnapshot.rb index 2e5ea22..05eefaf 100644 --- a/lib/cmdtest/fssnapshot.rb +++ b/lib/cmdtest/fssnapshot.rb @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # fssnapshot.rb #---------------------------------------------------------------------- -# Copyright 2002-2009 Johan Holmberg. +# Copyright 2002-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". # diff --git a/lib/cmdtest/junitfile.rb b/lib/cmdtest/junitfile.rb index 1256cad..7a3663f 100644 --- a/lib/cmdtest/junitfile.rb +++ b/lib/cmdtest/junitfile.rb @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # junitfile.rb #---------------------------------------------------------------------- -# Copyright 2009 Johan Holmberg. +# Copyright 2009-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". # diff --git a/lib/cmdtest/junitlogger.rb b/lib/cmdtest/junitlogger.rb index cf89c92..4d89f7c 100644 --- a/lib/cmdtest/junitlogger.rb +++ b/lib/cmdtest/junitlogger.rb @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # junitlogger.rb #---------------------------------------------------------------------- -# Copyright 2002-2009 Johan Holmberg. +# Copyright 2002-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". # diff --git a/lib/cmdtest/methodfilter.rb b/lib/cmdtest/methodfilter.rb index 2c371c9..f0a1cbd 100644 --- a/lib/cmdtest/methodfilter.rb +++ b/lib/cmdtest/methodfilter.rb @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # methodfilter.rb #---------------------------------------------------------------------- -# Copyright 2009 Johan Holmberg. +# Copyright 2009-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". # diff --git a/lib/cmdtest/testcase.rb b/lib/cmdtest/testcase.rb index bcfc26a..5dc804f 100644 --- a/lib/cmdtest/testcase.rb +++ b/lib/cmdtest/testcase.rb @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # testcase.rb #---------------------------------------------------------------------- -# Copyright 2002-2009 Johan Holmberg. +# Copyright 2002-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". # diff --git a/lib/cmdtest/util.rb b/lib/cmdtest/util.rb index c4044c2..289070b 100644 --- a/lib/cmdtest/util.rb +++ b/lib/cmdtest/util.rb @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # util.rb #---------------------------------------------------------------------- -# Copyright 2002-2009 Johan Holmberg. +# Copyright 2002-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". # diff --git a/lib/cmdtest/workdir.rb b/lib/cmdtest/workdir.rb index d750371..6f52680 100644 --- a/lib/cmdtest/workdir.rb +++ b/lib/cmdtest/workdir.rb @@ -1,7 +1,7 @@ #---------------------------------------------------------------------- # workdir.rb #---------------------------------------------------------------------- -# Copyright 2002-2009 Johan Holmberg. +# Copyright 2002-2010 Johan Holmberg. #---------------------------------------------------------------------- # This file is part of "cmdtest". #