diff --git a/build.xml b/build.xml index 61cb4434..b3048f3d 100644 --- a/build.xml +++ b/build.xml @@ -4,7 +4,7 @@ - + diff --git a/lib/SOURCE_HEADER b/lib/SOURCE_HEADER index 0f29ed82..426c9a0b 100644 --- a/lib/SOURCE_HEADER +++ b/lib/SOURCE_HEADER @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/Log.java b/src/java/com/samskivert/Log.java index 697ca50d..8b301a70 100644 --- a/src/java/com/samskivert/Log.java +++ b/src/java/com/samskivert/Log.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/io/ByteArrayOutInputStream.java b/src/java/com/samskivert/io/ByteArrayOutInputStream.java index f6c6121e..c7b2e576 100644 --- a/src/java/com/samskivert/io/ByteArrayOutInputStream.java +++ b/src/java/com/samskivert/io/ByteArrayOutInputStream.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/io/ExtensiblePrintStream.java b/src/java/com/samskivert/io/ExtensiblePrintStream.java index 47b70953..2142ea3d 100644 --- a/src/java/com/samskivert/io/ExtensiblePrintStream.java +++ b/src/java/com/samskivert/io/ExtensiblePrintStream.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/io/PersistenceException.java b/src/java/com/samskivert/io/PersistenceException.java index f14f1ed9..c787cc01 100644 --- a/src/java/com/samskivert/io/PersistenceException.java +++ b/src/java/com/samskivert/io/PersistenceException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/io/StreamUtil.java b/src/java/com/samskivert/io/StreamUtil.java index 05d6ab4f..e62fc5c9 100644 --- a/src/java/com/samskivert/io/StreamUtil.java +++ b/src/java/com/samskivert/io/StreamUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/io/tests/StreamUtilTest.java b/src/java/com/samskivert/io/tests/StreamUtilTest.java index c11a68e6..332429e0 100644 --- a/src/java/com/samskivert/io/tests/StreamUtilTest.java +++ b/src/java/com/samskivert/io/tests/StreamUtilTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/AutoCloseOperation.java b/src/java/com/samskivert/jdbc/AutoCloseOperation.java index 22f1b75f..7aaa0e99 100644 --- a/src/java/com/samskivert/jdbc/AutoCloseOperation.java +++ b/src/java/com/samskivert/jdbc/AutoCloseOperation.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2009 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/BaseLiaison.java b/src/java/com/samskivert/jdbc/BaseLiaison.java index 37a42889..b224da3a 100644 --- a/src/java/com/samskivert/jdbc/BaseLiaison.java +++ b/src/java/com/samskivert/jdbc/BaseLiaison.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006-2007 Michael Bayne, Pär Winzell +// Copyright (C) 2006-2010 Michael Bayne, et al., Pär Winzell // // 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 diff --git a/src/java/com/samskivert/jdbc/ColumnDefinition.java b/src/java/com/samskivert/jdbc/ColumnDefinition.java index 6fcf1529..68f80ab6 100644 --- a/src/java/com/samskivert/jdbc/ColumnDefinition.java +++ b/src/java/com/samskivert/jdbc/ColumnDefinition.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006-2007 Michael Bayne, Pär Winzell +// Copyright (C) 2006-2010 Michael Bayne, et al., Pär Winzell // // 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 diff --git a/src/java/com/samskivert/jdbc/ConnectionProvider.java b/src/java/com/samskivert/jdbc/ConnectionProvider.java index e518a01e..33c7dc94 100644 --- a/src/java/com/samskivert/jdbc/ConnectionProvider.java +++ b/src/java/com/samskivert/jdbc/ConnectionProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/DataSourceConnectionProvider.java b/src/java/com/samskivert/jdbc/DataSourceConnectionProvider.java index 95b642b1..b67d9534 100644 --- a/src/java/com/samskivert/jdbc/DataSourceConnectionProvider.java +++ b/src/java/com/samskivert/jdbc/DataSourceConnectionProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/DatabaseLiaison.java b/src/java/com/samskivert/jdbc/DatabaseLiaison.java index 260a4f5f..6d88ab22 100644 --- a/src/java/com/samskivert/jdbc/DatabaseLiaison.java +++ b/src/java/com/samskivert/jdbc/DatabaseLiaison.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/DefaultLiaison.java b/src/java/com/samskivert/jdbc/DefaultLiaison.java index 381ef0ac..d4611390 100644 --- a/src/java/com/samskivert/jdbc/DefaultLiaison.java +++ b/src/java/com/samskivert/jdbc/DefaultLiaison.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/HsqldbLiaison.java b/src/java/com/samskivert/jdbc/HsqldbLiaison.java index d24eb82b..29cc3225 100644 --- a/src/java/com/samskivert/jdbc/HsqldbLiaison.java +++ b/src/java/com/samskivert/jdbc/HsqldbLiaison.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/JDBCUtil.java b/src/java/com/samskivert/jdbc/JDBCUtil.java index f73dd0a6..c06cd478 100644 --- a/src/java/com/samskivert/jdbc/JDBCUtil.java +++ b/src/java/com/samskivert/jdbc/JDBCUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/JORARepository.java b/src/java/com/samskivert/jdbc/JORARepository.java index 16c77ee1..9bfe8d5d 100644 --- a/src/java/com/samskivert/jdbc/JORARepository.java +++ b/src/java/com/samskivert/jdbc/JORARepository.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/LiaisonRegistry.java b/src/java/com/samskivert/jdbc/LiaisonRegistry.java index 7565522b..6d6394fc 100644 --- a/src/java/com/samskivert/jdbc/LiaisonRegistry.java +++ b/src/java/com/samskivert/jdbc/LiaisonRegistry.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/MySQLLiaison.java b/src/java/com/samskivert/jdbc/MySQLLiaison.java index 164d6b04..8c6ac1b0 100644 --- a/src/java/com/samskivert/jdbc/MySQLLiaison.java +++ b/src/java/com/samskivert/jdbc/MySQLLiaison.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/Repository.java b/src/java/com/samskivert/jdbc/Repository.java index 15abdab4..b691fe2e 100644 --- a/src/java/com/samskivert/jdbc/Repository.java +++ b/src/java/com/samskivert/jdbc/Repository.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/RepositoryListenerUnit.java b/src/java/com/samskivert/jdbc/RepositoryListenerUnit.java index 2f3d2608..90a3555c 100644 --- a/src/java/com/samskivert/jdbc/RepositoryListenerUnit.java +++ b/src/java/com/samskivert/jdbc/RepositoryListenerUnit.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/RepositoryUnit.java b/src/java/com/samskivert/jdbc/RepositoryUnit.java index e4225fe0..fca0a7c3 100644 --- a/src/java/com/samskivert/jdbc/RepositoryUnit.java +++ b/src/java/com/samskivert/jdbc/RepositoryUnit.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/SimpleRepository.java b/src/java/com/samskivert/jdbc/SimpleRepository.java index c07341dc..3a0b176e 100644 --- a/src/java/com/samskivert/jdbc/SimpleRepository.java +++ b/src/java/com/samskivert/jdbc/SimpleRepository.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/StaticConnectionProvider.java b/src/java/com/samskivert/jdbc/StaticConnectionProvider.java index 01fd17a5..db16361b 100644 --- a/src/java/com/samskivert/jdbc/StaticConnectionProvider.java +++ b/src/java/com/samskivert/jdbc/StaticConnectionProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/TransitionRepository.java b/src/java/com/samskivert/jdbc/TransitionRepository.java index e9a998c5..918c0cfa 100644 --- a/src/java/com/samskivert/jdbc/TransitionRepository.java +++ b/src/java/com/samskivert/jdbc/TransitionRepository.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/WriteOnlyUnit.java b/src/java/com/samskivert/jdbc/WriteOnlyUnit.java index f65a0953..d5009cc9 100644 --- a/src/java/com/samskivert/jdbc/WriteOnlyUnit.java +++ b/src/java/com/samskivert/jdbc/WriteOnlyUnit.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/jora/Cursor.java b/src/java/com/samskivert/jdbc/jora/Cursor.java index 5b636baf..6fd607f3 100644 --- a/src/java/com/samskivert/jdbc/jora/Cursor.java +++ b/src/java/com/samskivert/jdbc/jora/Cursor.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/jora/DataTransferError.java b/src/java/com/samskivert/jdbc/jora/DataTransferError.java index 5070ec23..3ea445b9 100644 --- a/src/java/com/samskivert/jdbc/jora/DataTransferError.java +++ b/src/java/com/samskivert/jdbc/jora/DataTransferError.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/jora/FieldDescriptor.java b/src/java/com/samskivert/jdbc/jora/FieldDescriptor.java index 776eb244..d446a41f 100644 --- a/src/java/com/samskivert/jdbc/jora/FieldDescriptor.java +++ b/src/java/com/samskivert/jdbc/jora/FieldDescriptor.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/jora/FieldMask.java b/src/java/com/samskivert/jdbc/jora/FieldMask.java index 75401fa2..bf7e30e7 100644 --- a/src/java/com/samskivert/jdbc/jora/FieldMask.java +++ b/src/java/com/samskivert/jdbc/jora/FieldMask.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/jdbc/jora/Table.java b/src/java/com/samskivert/jdbc/jora/Table.java index e79fdf81..c95cb93b 100644 --- a/src/java/com/samskivert/jdbc/jora/Table.java +++ b/src/java/com/samskivert/jdbc/jora/Table.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/net/AttachableURLFactory.java b/src/java/com/samskivert/net/AttachableURLFactory.java index 05332136..a4e7e91b 100644 --- a/src/java/com/samskivert/net/AttachableURLFactory.java +++ b/src/java/com/samskivert/net/AttachableURLFactory.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/net/HttpPostUtil.java b/src/java/com/samskivert/net/HttpPostUtil.java index cef8929d..a9b04074 100644 --- a/src/java/com/samskivert/net/HttpPostUtil.java +++ b/src/java/com/samskivert/net/HttpPostUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/net/MACUtil.java b/src/java/com/samskivert/net/MACUtil.java index 9704b719..ff8af020 100644 --- a/src/java/com/samskivert/net/MACUtil.java +++ b/src/java/com/samskivert/net/MACUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/net/MailUtil.java b/src/java/com/samskivert/net/MailUtil.java index e2d6a88f..4c1129e8 100644 --- a/src/java/com/samskivert/net/MailUtil.java +++ b/src/java/com/samskivert/net/MailUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/net/PathUtil.java b/src/java/com/samskivert/net/PathUtil.java index c4ce39af..a67b53ff 100644 --- a/src/java/com/samskivert/net/PathUtil.java +++ b/src/java/com/samskivert/net/PathUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/net/cddb/CDDB.java b/src/java/com/samskivert/net/cddb/CDDB.java index e750749c..a3002355 100644 --- a/src/java/com/samskivert/net/cddb/CDDB.java +++ b/src/java/com/samskivert/net/cddb/CDDB.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/net/cddb/CDDBException.java b/src/java/com/samskivert/net/cddb/CDDBException.java index 0f3173c5..92ff64db 100644 --- a/src/java/com/samskivert/net/cddb/CDDBException.java +++ b/src/java/com/samskivert/net/cddb/CDDBException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/net/cddb/CDDBProtocol.java b/src/java/com/samskivert/net/cddb/CDDBProtocol.java index b52623c9..263730b1 100644 --- a/src/java/com/samskivert/net/cddb/CDDBProtocol.java +++ b/src/java/com/samskivert/net/cddb/CDDBProtocol.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/net/cddb/CDDBTest.java b/src/java/com/samskivert/net/cddb/CDDBTest.java index 2aa9e45f..436955ea 100644 --- a/src/java/com/samskivert/net/cddb/CDDBTest.java +++ b/src/java/com/samskivert/net/cddb/CDDBTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/HttpErrorException.java b/src/java/com/samskivert/servlet/HttpErrorException.java index 007240a3..7c16c993 100644 --- a/src/java/com/samskivert/servlet/HttpErrorException.java +++ b/src/java/com/samskivert/servlet/HttpErrorException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java b/src/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java index 8ddc82d6..862dac26 100644 --- a/src/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java +++ b/src/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java b/src/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java index 33f69925..13020ca0 100644 --- a/src/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java +++ b/src/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/MessageManager.java b/src/java/com/samskivert/servlet/MessageManager.java index c16db666..846e4c56 100644 --- a/src/java/com/samskivert/servlet/MessageManager.java +++ b/src/java/com/samskivert/servlet/MessageManager.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/RedirectException.java b/src/java/com/samskivert/servlet/RedirectException.java index b5652040..056c4c82 100644 --- a/src/java/com/samskivert/servlet/RedirectException.java +++ b/src/java/com/samskivert/servlet/RedirectException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/Site.java b/src/java/com/samskivert/servlet/Site.java index ed5bafc7..0bdb56cd 100644 --- a/src/java/com/samskivert/servlet/Site.java +++ b/src/java/com/samskivert/servlet/Site.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/SiteIdentifier.java b/src/java/com/samskivert/servlet/SiteIdentifier.java index 35996a36..28af0da3 100644 --- a/src/java/com/samskivert/servlet/SiteIdentifier.java +++ b/src/java/com/samskivert/servlet/SiteIdentifier.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/SiteResourceLoader.java b/src/java/com/samskivert/servlet/SiteResourceLoader.java index 8b450e92..27c6e74b 100644 --- a/src/java/com/samskivert/servlet/SiteResourceLoader.java +++ b/src/java/com/samskivert/servlet/SiteResourceLoader.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/tests/SiteResourceLoaderTest.java b/src/java/com/samskivert/servlet/tests/SiteResourceLoaderTest.java index 13e2dd0c..33e9e086 100644 --- a/src/java/com/samskivert/servlet/tests/SiteResourceLoaderTest.java +++ b/src/java/com/samskivert/servlet/tests/SiteResourceLoaderTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/AuthenticationFailedException.java b/src/java/com/samskivert/servlet/user/AuthenticationFailedException.java index 5d6b6fc2..2fe6ea9a 100644 --- a/src/java/com/samskivert/servlet/user/AuthenticationFailedException.java +++ b/src/java/com/samskivert/servlet/user/AuthenticationFailedException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/Authenticator.java b/src/java/com/samskivert/servlet/user/Authenticator.java index 3cf4ecea..d05fc796 100644 --- a/src/java/com/samskivert/servlet/user/Authenticator.java +++ b/src/java/com/samskivert/servlet/user/Authenticator.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/InvalidPasswordException.java b/src/java/com/samskivert/servlet/user/InvalidPasswordException.java index e6acd2e4..4da3160c 100644 --- a/src/java/com/samskivert/servlet/user/InvalidPasswordException.java +++ b/src/java/com/samskivert/servlet/user/InvalidPasswordException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/InvalidUsernameException.java b/src/java/com/samskivert/servlet/user/InvalidUsernameException.java index 92885161..5d950807 100644 --- a/src/java/com/samskivert/servlet/user/InvalidUsernameException.java +++ b/src/java/com/samskivert/servlet/user/InvalidUsernameException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/NoSuchUserException.java b/src/java/com/samskivert/servlet/user/NoSuchUserException.java index 16bfc247..a4b38cc9 100644 --- a/src/java/com/samskivert/servlet/user/NoSuchUserException.java +++ b/src/java/com/samskivert/servlet/user/NoSuchUserException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/Password.java b/src/java/com/samskivert/servlet/user/Password.java index f6490262..1ad556a5 100644 --- a/src/java/com/samskivert/servlet/user/Password.java +++ b/src/java/com/samskivert/servlet/user/Password.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/User.java b/src/java/com/samskivert/servlet/user/User.java index cb3e4561..aa97eb47 100644 --- a/src/java/com/samskivert/servlet/user/User.java +++ b/src/java/com/samskivert/servlet/user/User.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/UserExistsException.java b/src/java/com/samskivert/servlet/user/UserExistsException.java index 06749e67..a753cc58 100644 --- a/src/java/com/samskivert/servlet/user/UserExistsException.java +++ b/src/java/com/samskivert/servlet/user/UserExistsException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/UserManager.java b/src/java/com/samskivert/servlet/user/UserManager.java index 9a6f9f53..6409b7f6 100644 --- a/src/java/com/samskivert/servlet/user/UserManager.java +++ b/src/java/com/samskivert/servlet/user/UserManager.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/UserRepository.java b/src/java/com/samskivert/servlet/user/UserRepository.java index 72221ae9..ed1bb67a 100644 --- a/src/java/com/samskivert/servlet/user/UserRepository.java +++ b/src/java/com/samskivert/servlet/user/UserRepository.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/UserUtil.java b/src/java/com/samskivert/servlet/user/UserUtil.java index 974de94d..d18a8af1 100644 --- a/src/java/com/samskivert/servlet/user/UserUtil.java +++ b/src/java/com/samskivert/servlet/user/UserUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/user/Username.java b/src/java/com/samskivert/servlet/user/Username.java index 48a314df..22175dbf 100644 --- a/src/java/com/samskivert/servlet/user/Username.java +++ b/src/java/com/samskivert/servlet/user/Username.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/util/CookieUtil.java b/src/java/com/samskivert/servlet/util/CookieUtil.java index 353dd272..698b1379 100644 --- a/src/java/com/samskivert/servlet/util/CookieUtil.java +++ b/src/java/com/samskivert/servlet/util/CookieUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/util/DataValidationException.java b/src/java/com/samskivert/servlet/util/DataValidationException.java index afc6826f..d41d71e9 100644 --- a/src/java/com/samskivert/servlet/util/DataValidationException.java +++ b/src/java/com/samskivert/servlet/util/DataValidationException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/util/ExceptionMap.java b/src/java/com/samskivert/servlet/util/ExceptionMap.java index 8193832e..0cecc838 100644 --- a/src/java/com/samskivert/servlet/util/ExceptionMap.java +++ b/src/java/com/samskivert/servlet/util/ExceptionMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/util/FriendlyException.java b/src/java/com/samskivert/servlet/util/FriendlyException.java index 2c0a37b3..1d007b0c 100644 --- a/src/java/com/samskivert/servlet/util/FriendlyException.java +++ b/src/java/com/samskivert/servlet/util/FriendlyException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/util/HTMLUtil.java b/src/java/com/samskivert/servlet/util/HTMLUtil.java index 1d026bc4..4b76f9af 100644 --- a/src/java/com/samskivert/servlet/util/HTMLUtil.java +++ b/src/java/com/samskivert/servlet/util/HTMLUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/util/ParameterUtil.java b/src/java/com/samskivert/servlet/util/ParameterUtil.java index 0b6c6f83..2b74f8e3 100644 --- a/src/java/com/samskivert/servlet/util/ParameterUtil.java +++ b/src/java/com/samskivert/servlet/util/ParameterUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/util/RequestUtils.java b/src/java/com/samskivert/servlet/util/RequestUtils.java index 88978756..b1851637 100644 --- a/src/java/com/samskivert/servlet/util/RequestUtils.java +++ b/src/java/com/samskivert/servlet/util/RequestUtils.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/servlet/util/ServiceWaiter.java b/src/java/com/samskivert/servlet/util/ServiceWaiter.java index 6b517b38..63b537ae 100644 --- a/src/java/com/samskivert/servlet/util/ServiceWaiter.java +++ b/src/java/com/samskivert/servlet/util/ServiceWaiter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/AWTResultListener.java b/src/java/com/samskivert/swing/AWTResultListener.java index 9a610183..fec676c0 100644 --- a/src/java/com/samskivert/swing/AWTResultListener.java +++ b/src/java/com/samskivert/swing/AWTResultListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/AbsoluteLayout.java b/src/java/com/samskivert/swing/AbsoluteLayout.java index f9930639..3cff5148 100644 --- a/src/java/com/samskivert/swing/AbsoluteLayout.java +++ b/src/java/com/samskivert/swing/AbsoluteLayout.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/CollapsibleList.java b/src/java/com/samskivert/swing/CollapsibleList.java index d4aefd6d..03e33e6e 100644 --- a/src/java/com/samskivert/swing/CollapsibleList.java +++ b/src/java/com/samskivert/swing/CollapsibleList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/CollapsiblePanel.java b/src/java/com/samskivert/swing/CollapsiblePanel.java index 08616c58..24e010a1 100644 --- a/src/java/com/samskivert/swing/CollapsiblePanel.java +++ b/src/java/com/samskivert/swing/CollapsiblePanel.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/ComboButtonBox.java b/src/java/com/samskivert/swing/ComboButtonBox.java index 5b3b1dec..5d3aa394 100644 --- a/src/java/com/samskivert/swing/ComboButtonBox.java +++ b/src/java/com/samskivert/swing/ComboButtonBox.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/CommandButton.java b/src/java/com/samskivert/swing/CommandButton.java index 5d6c572d..734878d5 100644 --- a/src/java/com/samskivert/swing/CommandButton.java +++ b/src/java/com/samskivert/swing/CommandButton.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/ControlledPanel.java b/src/java/com/samskivert/swing/ControlledPanel.java index a250cecd..87af5092 100644 --- a/src/java/com/samskivert/swing/ControlledPanel.java +++ b/src/java/com/samskivert/swing/ControlledPanel.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/Controller.java b/src/java/com/samskivert/swing/Controller.java index dc5fccd6..40c79e50 100644 --- a/src/java/com/samskivert/swing/Controller.java +++ b/src/java/com/samskivert/swing/Controller.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/ControllerProvider.java b/src/java/com/samskivert/swing/ControllerProvider.java index d5e586a5..54c4faae 100644 --- a/src/java/com/samskivert/swing/ControllerProvider.java +++ b/src/java/com/samskivert/swing/ControllerProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/DimenInfo.java b/src/java/com/samskivert/swing/DimenInfo.java index 90962009..dc53d9e3 100644 --- a/src/java/com/samskivert/swing/DimenInfo.java +++ b/src/java/com/samskivert/swing/DimenInfo.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/DimmedIcon.java b/src/java/com/samskivert/swing/DimmedIcon.java index 554f1501..40157f7b 100644 --- a/src/java/com/samskivert/swing/DimmedIcon.java +++ b/src/java/com/samskivert/swing/DimmedIcon.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/EnablingAdapter.java b/src/java/com/samskivert/swing/EnablingAdapter.java index 36f6138e..d64461bd 100644 --- a/src/java/com/samskivert/swing/EnablingAdapter.java +++ b/src/java/com/samskivert/swing/EnablingAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/GroupLayout.java b/src/java/com/samskivert/swing/GroupLayout.java index 2e4e3500..309b7304 100644 --- a/src/java/com/samskivert/swing/GroupLayout.java +++ b/src/java/com/samskivert/swing/GroupLayout.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/GroupLayoutTest.java b/src/java/com/samskivert/swing/GroupLayoutTest.java index 27e27909..6ea1ba6f 100644 --- a/src/java/com/samskivert/swing/GroupLayoutTest.java +++ b/src/java/com/samskivert/swing/GroupLayoutTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/HGroupLayout.java b/src/java/com/samskivert/swing/HGroupLayout.java index 0f9347d4..18718031 100644 --- a/src/java/com/samskivert/swing/HGroupLayout.java +++ b/src/java/com/samskivert/swing/HGroupLayout.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/IntField.java b/src/java/com/samskivert/swing/IntField.java index 6f633d86..d7c9c672 100644 --- a/src/java/com/samskivert/swing/IntField.java +++ b/src/java/com/samskivert/swing/IntField.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/IntegerTableCellRenderer.java b/src/java/com/samskivert/swing/IntegerTableCellRenderer.java index ac7ca0fc..54aa21bc 100644 --- a/src/java/com/samskivert/swing/IntegerTableCellRenderer.java +++ b/src/java/com/samskivert/swing/IntegerTableCellRenderer.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/JInternalDialog.java b/src/java/com/samskivert/swing/JInternalDialog.java index a4711c7b..e21ed5fd 100644 --- a/src/java/com/samskivert/swing/JInternalDialog.java +++ b/src/java/com/samskivert/swing/JInternalDialog.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/Label.java b/src/java/com/samskivert/swing/Label.java index a8c55276..c66de9a0 100644 --- a/src/java/com/samskivert/swing/Label.java +++ b/src/java/com/samskivert/swing/Label.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/LabelSausage.java b/src/java/com/samskivert/swing/LabelSausage.java index 3dc58c37..2f06f55a 100644 --- a/src/java/com/samskivert/swing/LabelSausage.java +++ b/src/java/com/samskivert/swing/LabelSausage.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/LabelStyleConstants.java b/src/java/com/samskivert/swing/LabelStyleConstants.java index f2298c99..8b467f15 100644 --- a/src/java/com/samskivert/swing/LabelStyleConstants.java +++ b/src/java/com/samskivert/swing/LabelStyleConstants.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/LazyComponent.java b/src/java/com/samskivert/swing/LazyComponent.java index f094be28..c2ab5c72 100644 --- a/src/java/com/samskivert/swing/LazyComponent.java +++ b/src/java/com/samskivert/swing/LazyComponent.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/MultiLineLabel.java b/src/java/com/samskivert/swing/MultiLineLabel.java index 111542d8..d91b4126 100644 --- a/src/java/com/samskivert/swing/MultiLineLabel.java +++ b/src/java/com/samskivert/swing/MultiLineLabel.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/ObjectEditorTable.java b/src/java/com/samskivert/swing/ObjectEditorTable.java index 23b756d1..323f0fb4 100644 --- a/src/java/com/samskivert/swing/ObjectEditorTable.java +++ b/src/java/com/samskivert/swing/ObjectEditorTable.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/RadialLabelSausage.java b/src/java/com/samskivert/swing/RadialLabelSausage.java index 11e79d8c..77b6df7a 100644 --- a/src/java/com/samskivert/swing/RadialLabelSausage.java +++ b/src/java/com/samskivert/swing/RadialLabelSausage.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/RadialMenu.java b/src/java/com/samskivert/swing/RadialMenu.java index ec982fe4..5eecf5db 100644 --- a/src/java/com/samskivert/swing/RadialMenu.java +++ b/src/java/com/samskivert/swing/RadialMenu.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/RadialMenuItem.java b/src/java/com/samskivert/swing/RadialMenuItem.java index efbb1dac..23fc0a0c 100644 --- a/src/java/com/samskivert/swing/RadialMenuItem.java +++ b/src/java/com/samskivert/swing/RadialMenuItem.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/RuntimeAdjust.java b/src/java/com/samskivert/swing/RuntimeAdjust.java index 2da32a06..687ab66c 100644 --- a/src/java/com/samskivert/swing/RuntimeAdjust.java +++ b/src/java/com/samskivert/swing/RuntimeAdjust.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/SafeLayeredPane.java b/src/java/com/samskivert/swing/SafeLayeredPane.java index 97e51176..c9a12529 100644 --- a/src/java/com/samskivert/swing/SafeLayeredPane.java +++ b/src/java/com/samskivert/swing/SafeLayeredPane.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/ScaledIcon.java b/src/java/com/samskivert/swing/ScaledIcon.java index ed4bb6d6..6d66a3a7 100644 --- a/src/java/com/samskivert/swing/ScaledIcon.java +++ b/src/java/com/samskivert/swing/ScaledIcon.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/ScrollBox.java b/src/java/com/samskivert/swing/ScrollBox.java index 27979519..eb9054e8 100644 --- a/src/java/com/samskivert/swing/ScrollBox.java +++ b/src/java/com/samskivert/swing/ScrollBox.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/ScrollablePanel.java b/src/java/com/samskivert/swing/ScrollablePanel.java index 08d3bb87..a107387b 100644 --- a/src/java/com/samskivert/swing/ScrollablePanel.java +++ b/src/java/com/samskivert/swing/ScrollablePanel.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/ShapeIcon.java b/src/java/com/samskivert/swing/ShapeIcon.java index 036838c3..80b9f3e0 100644 --- a/src/java/com/samskivert/swing/ShapeIcon.java +++ b/src/java/com/samskivert/swing/ShapeIcon.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/SimpleSlider.java b/src/java/com/samskivert/swing/SimpleSlider.java index ebe16440..a4d4c31e 100644 --- a/src/java/com/samskivert/swing/SimpleSlider.java +++ b/src/java/com/samskivert/swing/SimpleSlider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/SmartPolygon.java b/src/java/com/samskivert/swing/SmartPolygon.java index 7db51294..f7dfe6e6 100644 --- a/src/java/com/samskivert/swing/SmartPolygon.java +++ b/src/java/com/samskivert/swing/SmartPolygon.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/Spacer.java b/src/java/com/samskivert/swing/Spacer.java index 919e1bb6..cbc19a97 100644 --- a/src/java/com/samskivert/swing/Spacer.java +++ b/src/java/com/samskivert/swing/Spacer.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/TGraphics2D.java b/src/java/com/samskivert/swing/TGraphics2D.java index 408b0112..a92dc110 100644 --- a/src/java/com/samskivert/swing/TGraphics2D.java +++ b/src/java/com/samskivert/swing/TGraphics2D.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/TableMap.java b/src/java/com/samskivert/swing/TableMap.java index 82f61522..57d63c6a 100644 --- a/src/java/com/samskivert/swing/TableMap.java +++ b/src/java/com/samskivert/swing/TableMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/TableSorter.java b/src/java/com/samskivert/swing/TableSorter.java index caabd0e0..31c68351 100644 --- a/src/java/com/samskivert/swing/TableSorter.java +++ b/src/java/com/samskivert/swing/TableSorter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/Timer.java b/src/java/com/samskivert/swing/Timer.java index 77f236fa..16542a23 100644 --- a/src/java/com/samskivert/swing/Timer.java +++ b/src/java/com/samskivert/swing/Timer.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/VGroupLayout.java b/src/java/com/samskivert/swing/VGroupLayout.java index 36bc8d8f..0f239b16 100644 --- a/src/java/com/samskivert/swing/VGroupLayout.java +++ b/src/java/com/samskivert/swing/VGroupLayout.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java b/src/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java index a5d4ac0a..fad2e635 100644 --- a/src/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java +++ b/src/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/dnd/DnDManager.java b/src/java/com/samskivert/swing/dnd/DnDManager.java index 1510c0f9..31146744 100644 --- a/src/java/com/samskivert/swing/dnd/DnDManager.java +++ b/src/java/com/samskivert/swing/dnd/DnDManager.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/dnd/DragSource.java b/src/java/com/samskivert/swing/dnd/DragSource.java index f4505821..92781570 100644 --- a/src/java/com/samskivert/swing/dnd/DragSource.java +++ b/src/java/com/samskivert/swing/dnd/DragSource.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/dnd/DropTarget.java b/src/java/com/samskivert/swing/dnd/DropTarget.java index ef14bbbc..4cc70f6b 100644 --- a/src/java/com/samskivert/swing/dnd/DropTarget.java +++ b/src/java/com/samskivert/swing/dnd/DropTarget.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/event/AncestorAdapter.java b/src/java/com/samskivert/swing/event/AncestorAdapter.java index 47bc9f9a..2ae0475e 100644 --- a/src/java/com/samskivert/swing/event/AncestorAdapter.java +++ b/src/java/com/samskivert/swing/event/AncestorAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/event/CommandEvent.java b/src/java/com/samskivert/swing/event/CommandEvent.java index 9b3b63b1..5561aa9c 100644 --- a/src/java/com/samskivert/swing/event/CommandEvent.java +++ b/src/java/com/samskivert/swing/event/CommandEvent.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/event/DocumentAdapter.java b/src/java/com/samskivert/swing/event/DocumentAdapter.java index f8d2d2f6..93005755 100644 --- a/src/java/com/samskivert/swing/event/DocumentAdapter.java +++ b/src/java/com/samskivert/swing/event/DocumentAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/event/MouseArmingAdapter.java b/src/java/com/samskivert/swing/event/MouseArmingAdapter.java index 5cb1db52..9c9c57c1 100644 --- a/src/java/com/samskivert/swing/event/MouseArmingAdapter.java +++ b/src/java/com/samskivert/swing/event/MouseArmingAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/event/PopupMenuAdapter.java b/src/java/com/samskivert/swing/event/PopupMenuAdapter.java index ffe284f7..e141423d 100644 --- a/src/java/com/samskivert/swing/event/PopupMenuAdapter.java +++ b/src/java/com/samskivert/swing/event/PopupMenuAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/tests/AdjustTestApp.java b/src/java/com/samskivert/swing/tests/AdjustTestApp.java index f937884a..eb34dff4 100644 --- a/src/java/com/samskivert/swing/tests/AdjustTestApp.java +++ b/src/java/com/samskivert/swing/tests/AdjustTestApp.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/tests/LabelDemo.java b/src/java/com/samskivert/swing/tests/LabelDemo.java index e0ed57ff..54d48a9b 100644 --- a/src/java/com/samskivert/swing/tests/LabelDemo.java +++ b/src/java/com/samskivert/swing/tests/LabelDemo.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/tests/ProximityTrackerTest.java b/src/java/com/samskivert/swing/tests/ProximityTrackerTest.java index 1697827c..db4ad83a 100644 --- a/src/java/com/samskivert/swing/tests/ProximityTrackerTest.java +++ b/src/java/com/samskivert/swing/tests/ProximityTrackerTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/tests/TestComboButtonBox.java b/src/java/com/samskivert/swing/tests/TestComboButtonBox.java index 5aa194c2..6aa174dd 100644 --- a/src/java/com/samskivert/swing/tests/TestComboButtonBox.java +++ b/src/java/com/samskivert/swing/tests/TestComboButtonBox.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/util/ButtonUtil.java b/src/java/com/samskivert/swing/util/ButtonUtil.java index 6e548e5a..6c8e4efa 100644 --- a/src/java/com/samskivert/swing/util/ButtonUtil.java +++ b/src/java/com/samskivert/swing/util/ButtonUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/util/DialogUtil.java b/src/java/com/samskivert/swing/util/DialogUtil.java index 6574fac4..0de0ed3c 100644 --- a/src/java/com/samskivert/swing/util/DialogUtil.java +++ b/src/java/com/samskivert/swing/util/DialogUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/util/MenuUtil.java b/src/java/com/samskivert/swing/util/MenuUtil.java index 630db567..7788ee0b 100644 --- a/src/java/com/samskivert/swing/util/MenuUtil.java +++ b/src/java/com/samskivert/swing/util/MenuUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/util/MouseHijacker.java b/src/java/com/samskivert/swing/util/MouseHijacker.java index 74e94430..5afdebd0 100644 --- a/src/java/com/samskivert/swing/util/MouseHijacker.java +++ b/src/java/com/samskivert/swing/util/MouseHijacker.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/util/ProximityTracker.java b/src/java/com/samskivert/swing/util/ProximityTracker.java index 784f05b3..88d0e074 100644 --- a/src/java/com/samskivert/swing/util/ProximityTracker.java +++ b/src/java/com/samskivert/swing/util/ProximityTracker.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/util/RetryableTask.java b/src/java/com/samskivert/swing/util/RetryableTask.java index c7fd9f9f..1eb13a05 100644 --- a/src/java/com/samskivert/swing/util/RetryableTask.java +++ b/src/java/com/samskivert/swing/util/RetryableTask.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/util/SwingUtil.java b/src/java/com/samskivert/swing/util/SwingUtil.java index 819dce18..bbfe6023 100644 --- a/src/java/com/samskivert/swing/util/SwingUtil.java +++ b/src/java/com/samskivert/swing/util/SwingUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/util/Task.java b/src/java/com/samskivert/swing/util/Task.java index e4dc9eae..cca82480 100644 --- a/src/java/com/samskivert/swing/util/Task.java +++ b/src/java/com/samskivert/swing/util/Task.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/util/TaskAdapter.java b/src/java/com/samskivert/swing/util/TaskAdapter.java index 04b957b9..487c3e6b 100644 --- a/src/java/com/samskivert/swing/util/TaskAdapter.java +++ b/src/java/com/samskivert/swing/util/TaskAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/util/TaskMaster.java b/src/java/com/samskivert/swing/util/TaskMaster.java index 7b2b5c70..9772f0e7 100644 --- a/src/java/com/samskivert/swing/util/TaskMaster.java +++ b/src/java/com/samskivert/swing/util/TaskMaster.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/swing/util/TaskObserver.java b/src/java/com/samskivert/swing/util/TaskObserver.java index 148559cb..29ef0767 100644 --- a/src/java/com/samskivert/swing/util/TaskObserver.java +++ b/src/java/com/samskivert/swing/util/TaskObserver.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/test/TestUtil.java b/src/java/com/samskivert/test/TestUtil.java index 84249d28..775f965a 100644 --- a/src/java/com/samskivert/test/TestUtil.java +++ b/src/java/com/samskivert/test/TestUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/text/MessageUtil.java b/src/java/com/samskivert/text/MessageUtil.java index c6f62d7b..de2d8a0a 100644 --- a/src/java/com/samskivert/text/MessageUtil.java +++ b/src/java/com/samskivert/text/MessageUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/AbstractIntSet.java b/src/java/com/samskivert/util/AbstractIntSet.java index 6cb2b43e..d8265f2d 100644 --- a/src/java/com/samskivert/util/AbstractIntSet.java +++ b/src/java/com/samskivert/util/AbstractIntSet.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/AbstractInterator.java b/src/java/com/samskivert/util/AbstractInterator.java index 6fcde827..ab9dab41 100644 --- a/src/java/com/samskivert/util/AbstractInterator.java +++ b/src/java/com/samskivert/util/AbstractInterator.java @@ -1,7 +1,7 @@ // // $Id$ // samskivert library - useful routines for java programs -// Copyright (C) 2001-2009 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ArrayIntSet.java b/src/java/com/samskivert/util/ArrayIntSet.java index 47965549..0567744a 100644 --- a/src/java/com/samskivert/util/ArrayIntSet.java +++ b/src/java/com/samskivert/util/ArrayIntSet.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ArrayUtil.java b/src/java/com/samskivert/util/ArrayUtil.java index 58b9b117..bbacf703 100644 --- a/src/java/com/samskivert/util/ArrayUtil.java +++ b/src/java/com/samskivert/util/ArrayUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/AuditLogger.java b/src/java/com/samskivert/util/AuditLogger.java index c7e82106..2feb76da 100644 --- a/src/java/com/samskivert/util/AuditLogger.java +++ b/src/java/com/samskivert/util/AuditLogger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/BaseArrayList.java b/src/java/com/samskivert/util/BaseArrayList.java index 389bc42a..aebeea02 100644 --- a/src/java/com/samskivert/util/BaseArrayList.java +++ b/src/java/com/samskivert/util/BaseArrayList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/BasicRunQueue.java b/src/java/com/samskivert/util/BasicRunQueue.java index 7871b006..73c7066f 100644 --- a/src/java/com/samskivert/util/BasicRunQueue.java +++ b/src/java/com/samskivert/util/BasicRunQueue.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ByteEnum.java b/src/java/com/samskivert/util/ByteEnum.java index 33385ef3..a37528b5 100644 --- a/src/java/com/samskivert/util/ByteEnum.java +++ b/src/java/com/samskivert/util/ByteEnum.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ByteEnumUtil.java b/src/java/com/samskivert/util/ByteEnumUtil.java index cde40ce3..c02367a8 100644 --- a/src/java/com/samskivert/util/ByteEnumUtil.java +++ b/src/java/com/samskivert/util/ByteEnumUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/CalendarUtil.java b/src/java/com/samskivert/util/CalendarUtil.java index 42a82b2d..14fd6926 100644 --- a/src/java/com/samskivert/util/CalendarUtil.java +++ b/src/java/com/samskivert/util/CalendarUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Calendars.java b/src/java/com/samskivert/util/Calendars.java index b151670d..dfcbaffb 100644 --- a/src/java/com/samskivert/util/Calendars.java +++ b/src/java/com/samskivert/util/Calendars.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ChainedResultListener.java b/src/java/com/samskivert/util/ChainedResultListener.java index 5b9ab14b..e4dd353c 100644 --- a/src/java/com/samskivert/util/ChainedResultListener.java +++ b/src/java/com/samskivert/util/ChainedResultListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/CheapIntMap.java b/src/java/com/samskivert/util/CheapIntMap.java index 91ef4a72..ff42bad5 100644 --- a/src/java/com/samskivert/util/CheapIntMap.java +++ b/src/java/com/samskivert/util/CheapIntMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ClassUtil.java b/src/java/com/samskivert/util/ClassUtil.java index 31bf7f99..a00b36dd 100644 --- a/src/java/com/samskivert/util/ClassUtil.java +++ b/src/java/com/samskivert/util/ClassUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/CollectionUtil.java b/src/java/com/samskivert/util/CollectionUtil.java index df569539..fa5c41a2 100644 --- a/src/java/com/samskivert/util/CollectionUtil.java +++ b/src/java/com/samskivert/util/CollectionUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Collections.java b/src/java/com/samskivert/util/Collections.java index ad600434..caa657b9 100644 --- a/src/java/com/samskivert/util/Collections.java +++ b/src/java/com/samskivert/util/Collections.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/CompactIntListUtil.java b/src/java/com/samskivert/util/CompactIntListUtil.java index 12e7cab0..7946e1d7 100644 --- a/src/java/com/samskivert/util/CompactIntListUtil.java +++ b/src/java/com/samskivert/util/CompactIntListUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ComparableArrayList.java b/src/java/com/samskivert/util/ComparableArrayList.java index d2f77dc9..6e395d51 100644 --- a/src/java/com/samskivert/util/ComparableArrayList.java +++ b/src/java/com/samskivert/util/ComparableArrayList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ComparableTuple.java b/src/java/com/samskivert/util/ComparableTuple.java index 253c8f48..7dcdede5 100644 --- a/src/java/com/samskivert/util/ComparableTuple.java +++ b/src/java/com/samskivert/util/ComparableTuple.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Comparators.java b/src/java/com/samskivert/util/Comparators.java index 2c258689..624e1583 100644 --- a/src/java/com/samskivert/util/Comparators.java +++ b/src/java/com/samskivert/util/Comparators.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ComplainingListener.java b/src/java/com/samskivert/util/ComplainingListener.java index 4737c2d7..b82b699c 100644 --- a/src/java/com/samskivert/util/ComplainingListener.java +++ b/src/java/com/samskivert/util/ComplainingListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Config.java b/src/java/com/samskivert/util/Config.java index 9c3fbf5e..45a55f27 100644 --- a/src/java/com/samskivert/util/Config.java +++ b/src/java/com/samskivert/util/Config.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ConfigUtil.java b/src/java/com/samskivert/util/ConfigUtil.java index 45896751..8ce608f6 100644 --- a/src/java/com/samskivert/util/ConfigUtil.java +++ b/src/java/com/samskivert/util/ConfigUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/CountHashMap.java b/src/java/com/samskivert/util/CountHashMap.java index e2e394db..fb4cb210 100644 --- a/src/java/com/samskivert/util/CountHashMap.java +++ b/src/java/com/samskivert/util/CountHashMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Crypt.java b/src/java/com/samskivert/util/Crypt.java index 7c0fe579..479d79cc 100644 --- a/src/java/com/samskivert/util/Crypt.java +++ b/src/java/com/samskivert/util/Crypt.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/CurrencyUtil.java b/src/java/com/samskivert/util/CurrencyUtil.java index eeb806f8..ea6c4662 100644 --- a/src/java/com/samskivert/util/CurrencyUtil.java +++ b/src/java/com/samskivert/util/CurrencyUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/DebugChords.java b/src/java/com/samskivert/util/DebugChords.java index e2fa9af1..bf169675 100644 --- a/src/java/com/samskivert/util/DebugChords.java +++ b/src/java/com/samskivert/util/DebugChords.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/DefaultLogProvider.java b/src/java/com/samskivert/util/DefaultLogProvider.java index d30b5367..13930d21 100644 --- a/src/java/com/samskivert/util/DefaultLogProvider.java +++ b/src/java/com/samskivert/util/DefaultLogProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/DependencyGraph.java b/src/java/com/samskivert/util/DependencyGraph.java index 2e8747cc..2ad86c66 100644 --- a/src/java/com/samskivert/util/DependencyGraph.java +++ b/src/java/com/samskivert/util/DependencyGraph.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2009 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ExpiringReference.java b/src/java/com/samskivert/util/ExpiringReference.java index d3b7901e..07de0802 100644 --- a/src/java/com/samskivert/util/ExpiringReference.java +++ b/src/java/com/samskivert/util/ExpiringReference.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/FailureListener.java b/src/java/com/samskivert/util/FailureListener.java index 68f012f3..7c6f9c63 100644 --- a/src/java/com/samskivert/util/FailureListener.java +++ b/src/java/com/samskivert/util/FailureListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/FileUtil.java b/src/java/com/samskivert/util/FileUtil.java index 160ec3fb..9c56b294 100644 --- a/src/java/com/samskivert/util/FileUtil.java +++ b/src/java/com/samskivert/util/FileUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/GenUtil.java b/src/java/com/samskivert/util/GenUtil.java index 51f399d0..62846d82 100644 --- a/src/java/com/samskivert/util/GenUtil.java +++ b/src/java/com/samskivert/util/GenUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/HashIntMap.java b/src/java/com/samskivert/util/HashIntMap.java index 99236a12..1264615d 100644 --- a/src/java/com/samskivert/util/HashIntMap.java +++ b/src/java/com/samskivert/util/HashIntMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Histogram.java b/src/java/com/samskivert/util/Histogram.java index 48573535..272f0a14 100644 --- a/src/java/com/samskivert/util/Histogram.java +++ b/src/java/com/samskivert/util/Histogram.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/IntIntMap.java b/src/java/com/samskivert/util/IntIntMap.java index af7aaf40..43e4daee 100644 --- a/src/java/com/samskivert/util/IntIntMap.java +++ b/src/java/com/samskivert/util/IntIntMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/IntListUtil.java b/src/java/com/samskivert/util/IntListUtil.java index 42029f1e..0f5de4b3 100644 --- a/src/java/com/samskivert/util/IntListUtil.java +++ b/src/java/com/samskivert/util/IntListUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/IntMap.java b/src/java/com/samskivert/util/IntMap.java index bc1a9521..a27cfd6e 100644 --- a/src/java/com/samskivert/util/IntMap.java +++ b/src/java/com/samskivert/util/IntMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/IntMaps.java b/src/java/com/samskivert/util/IntMaps.java index 0d92f207..0d44e45d 100644 --- a/src/java/com/samskivert/util/IntMaps.java +++ b/src/java/com/samskivert/util/IntMaps.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/IntResultListener.java b/src/java/com/samskivert/util/IntResultListener.java index e66c8589..6eb2a0a6 100644 --- a/src/java/com/samskivert/util/IntResultListener.java +++ b/src/java/com/samskivert/util/IntResultListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/IntSet.java b/src/java/com/samskivert/util/IntSet.java index 509f4967..87c69eed 100644 --- a/src/java/com/samskivert/util/IntSet.java +++ b/src/java/com/samskivert/util/IntSet.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/IntTuple.java b/src/java/com/samskivert/util/IntTuple.java index d1be0e56..8574d3e1 100644 --- a/src/java/com/samskivert/util/IntTuple.java +++ b/src/java/com/samskivert/util/IntTuple.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Interable.java b/src/java/com/samskivert/util/Interable.java index e4c0ecc6..4b6ad297 100644 --- a/src/java/com/samskivert/util/Interable.java +++ b/src/java/com/samskivert/util/Interable.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Interator.java b/src/java/com/samskivert/util/Interator.java index 226f1a35..5e09eea8 100644 --- a/src/java/com/samskivert/util/Interator.java +++ b/src/java/com/samskivert/util/Interator.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Interval.java b/src/java/com/samskivert/util/Interval.java index e794680c..5020957b 100644 --- a/src/java/com/samskivert/util/Interval.java +++ b/src/java/com/samskivert/util/Interval.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Invoker.java b/src/java/com/samskivert/util/Invoker.java index 5f34b8f2..41b03cf0 100644 --- a/src/java/com/samskivert/util/Invoker.java +++ b/src/java/com/samskivert/util/Invoker.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/JDK14Logger.java b/src/java/com/samskivert/util/JDK14Logger.java index 96b10a9a..e3884574 100644 --- a/src/java/com/samskivert/util/JDK14Logger.java +++ b/src/java/com/samskivert/util/JDK14Logger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/KeyUtil.java b/src/java/com/samskivert/util/KeyUtil.java index 527ade06..fa07ba07 100644 --- a/src/java/com/samskivert/util/KeyUtil.java +++ b/src/java/com/samskivert/util/KeyUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/KeyValue.java b/src/java/com/samskivert/util/KeyValue.java index 0682e795..f67b6fe2 100644 --- a/src/java/com/samskivert/util/KeyValue.java +++ b/src/java/com/samskivert/util/KeyValue.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/LRUHashMap.java b/src/java/com/samskivert/util/LRUHashMap.java index 30966ade..be2173a9 100644 --- a/src/java/com/samskivert/util/LRUHashMap.java +++ b/src/java/com/samskivert/util/LRUHashMap.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Lifecycle.java b/src/java/com/samskivert/util/Lifecycle.java index d7f054cb..06f3a5e3 100644 --- a/src/java/com/samskivert/util/Lifecycle.java +++ b/src/java/com/samskivert/util/Lifecycle.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2009 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ListUtil.java b/src/java/com/samskivert/util/ListUtil.java index 81f785e2..73c348cc 100644 --- a/src/java/com/samskivert/util/ListUtil.java +++ b/src/java/com/samskivert/util/ListUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Log.java b/src/java/com/samskivert/util/Log.java index 554862c6..9cc84ba4 100644 --- a/src/java/com/samskivert/util/Log.java +++ b/src/java/com/samskivert/util/Log.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Log4JLogger.java b/src/java/com/samskivert/util/Log4JLogger.java index 5d43cfd3..3d7946b4 100644 --- a/src/java/com/samskivert/util/Log4JLogger.java +++ b/src/java/com/samskivert/util/Log4JLogger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/LogBuilder.java b/src/java/com/samskivert/util/LogBuilder.java index aeee2e6f..6abfc410 100644 --- a/src/java/com/samskivert/util/LogBuilder.java +++ b/src/java/com/samskivert/util/LogBuilder.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2009 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/LogProvider.java b/src/java/com/samskivert/util/LogProvider.java index 106019d9..e14f699d 100644 --- a/src/java/com/samskivert/util/LogProvider.java +++ b/src/java/com/samskivert/util/LogProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Logger.java b/src/java/com/samskivert/util/Logger.java index 248f0f61..7bbd1388 100644 --- a/src/java/com/samskivert/util/Logger.java +++ b/src/java/com/samskivert/util/Logger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/LoggingLogProvider.java b/src/java/com/samskivert/util/LoggingLogProvider.java index c969a78f..7cba244b 100644 --- a/src/java/com/samskivert/util/LoggingLogProvider.java +++ b/src/java/com/samskivert/util/LoggingLogProvider.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/LoopingThread.java b/src/java/com/samskivert/util/LoopingThread.java index 66f71bbe..133aa0f5 100644 --- a/src/java/com/samskivert/util/LoopingThread.java +++ b/src/java/com/samskivert/util/LoopingThread.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/MapEntry.java b/src/java/com/samskivert/util/MapEntry.java index bc2f2712..820dbe16 100644 --- a/src/java/com/samskivert/util/MapEntry.java +++ b/src/java/com/samskivert/util/MapEntry.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Mapping.java b/src/java/com/samskivert/util/Mapping.java index 94837d63..3f12b252 100644 --- a/src/java/com/samskivert/util/Mapping.java +++ b/src/java/com/samskivert/util/Mapping.java @@ -1,7 +1,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2010 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/MethodFinder.java b/src/java/com/samskivert/util/MethodFinder.java index 05e88d8a..84c86103 100644 --- a/src/java/com/samskivert/util/MethodFinder.java +++ b/src/java/com/samskivert/util/MethodFinder.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Multex.java b/src/java/com/samskivert/util/Multex.java index 39e75f32..37d0aa33 100644 --- a/src/java/com/samskivert/util/Multex.java +++ b/src/java/com/samskivert/util/Multex.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ObjectUtil.java b/src/java/com/samskivert/util/ObjectUtil.java index a53417b9..da7d48b0 100644 --- a/src/java/com/samskivert/util/ObjectUtil.java +++ b/src/java/com/samskivert/util/ObjectUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ObserverList.java b/src/java/com/samskivert/util/ObserverList.java index 3552e295..87b28269 100644 --- a/src/java/com/samskivert/util/ObserverList.java +++ b/src/java/com/samskivert/util/ObserverList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/OneLineLogFormatter.java b/src/java/com/samskivert/util/OneLineLogFormatter.java index 08708a8a..fa89dd2c 100644 --- a/src/java/com/samskivert/util/OneLineLogFormatter.java +++ b/src/java/com/samskivert/util/OneLineLogFormatter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Predicate.java b/src/java/com/samskivert/util/Predicate.java index c592915a..ef00bad1 100644 --- a/src/java/com/samskivert/util/Predicate.java +++ b/src/java/com/samskivert/util/Predicate.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/PrefsConfig.java b/src/java/com/samskivert/util/PrefsConfig.java index a6d030b5..d9a5b90d 100644 --- a/src/java/com/samskivert/util/PrefsConfig.java +++ b/src/java/com/samskivert/util/PrefsConfig.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ProcessLogger.java b/src/java/com/samskivert/util/ProcessLogger.java index 2a3fdc5a..e55e2483 100644 --- a/src/java/com/samskivert/util/ProcessLogger.java +++ b/src/java/com/samskivert/util/ProcessLogger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/PropertiesUtil.java b/src/java/com/samskivert/util/PropertiesUtil.java index 3455bc35..b04904d1 100644 --- a/src/java/com/samskivert/util/PropertiesUtil.java +++ b/src/java/com/samskivert/util/PropertiesUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Queue.java b/src/java/com/samskivert/util/Queue.java index 6e3c9dbe..05d1a108 100644 --- a/src/java/com/samskivert/util/Queue.java +++ b/src/java/com/samskivert/util/Queue.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/QuickSort.java b/src/java/com/samskivert/util/QuickSort.java index 408a5b97..d2dbeba7 100644 --- a/src/java/com/samskivert/util/QuickSort.java +++ b/src/java/com/samskivert/util/QuickSort.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/RandomUtil.java b/src/java/com/samskivert/util/RandomUtil.java index 358aedc4..8a53b922 100644 --- a/src/java/com/samskivert/util/RandomUtil.java +++ b/src/java/com/samskivert/util/RandomUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/RecentList.java b/src/java/com/samskivert/util/RecentList.java index aaa973fd..3afa3e97 100644 --- a/src/java/com/samskivert/util/RecentList.java +++ b/src/java/com/samskivert/util/RecentList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/RepeatCallTracker.java b/src/java/com/samskivert/util/RepeatCallTracker.java index 1094793a..9d570ce2 100644 --- a/src/java/com/samskivert/util/RepeatCallTracker.java +++ b/src/java/com/samskivert/util/RepeatCallTracker.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/RepeatRecordFilter.java b/src/java/com/samskivert/util/RepeatRecordFilter.java index 97a1c378..ec4f858a 100644 --- a/src/java/com/samskivert/util/RepeatRecordFilter.java +++ b/src/java/com/samskivert/util/RepeatRecordFilter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ResultHandler.java b/src/java/com/samskivert/util/ResultHandler.java index 821108e8..ec4b27fc 100644 --- a/src/java/com/samskivert/util/ResultHandler.java +++ b/src/java/com/samskivert/util/ResultHandler.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ResultListener.java b/src/java/com/samskivert/util/ResultListener.java index 5f0d9e94..de425fa6 100644 --- a/src/java/com/samskivert/util/ResultListener.java +++ b/src/java/com/samskivert/util/ResultListener.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ResultListenerList.java b/src/java/com/samskivert/util/ResultListenerList.java index 42bc4166..35ae8383 100644 --- a/src/java/com/samskivert/util/ResultListenerList.java +++ b/src/java/com/samskivert/util/ResultListenerList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/RunAnywhere.java b/src/java/com/samskivert/util/RunAnywhere.java index 4dc2e4b1..d4c327ad 100644 --- a/src/java/com/samskivert/util/RunAnywhere.java +++ b/src/java/com/samskivert/util/RunAnywhere.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/RunQueue.java b/src/java/com/samskivert/util/RunQueue.java index 189e40cb..e419816c 100644 --- a/src/java/com/samskivert/util/RunQueue.java +++ b/src/java/com/samskivert/util/RunQueue.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Runnables.java b/src/java/com/samskivert/util/Runnables.java index 9f869b53..aa1e6053 100644 --- a/src/java/com/samskivert/util/Runnables.java +++ b/src/java/com/samskivert/util/Runnables.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/SerialExecutor.java b/src/java/com/samskivert/util/SerialExecutor.java index 98b82ba3..9c775c53 100644 --- a/src/java/com/samskivert/util/SerialExecutor.java +++ b/src/java/com/samskivert/util/SerialExecutor.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ServiceUnavailableException.java b/src/java/com/samskivert/util/ServiceUnavailableException.java index 78b4aa76..6af462f8 100644 --- a/src/java/com/samskivert/util/ServiceUnavailableException.java +++ b/src/java/com/samskivert/util/ServiceUnavailableException.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ServiceWaiter.java b/src/java/com/samskivert/util/ServiceWaiter.java index 5dcf5d2f..aca94d08 100644 --- a/src/java/com/samskivert/util/ServiceWaiter.java +++ b/src/java/com/samskivert/util/ServiceWaiter.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ShortestPath.java b/src/java/com/samskivert/util/ShortestPath.java index 9d1939af..6c0277b2 100644 --- a/src/java/com/samskivert/util/ShortestPath.java +++ b/src/java/com/samskivert/util/ShortestPath.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/SignalUtil.java b/src/java/com/samskivert/util/SignalUtil.java index 003350c8..6d15f25f 100644 --- a/src/java/com/samskivert/util/SignalUtil.java +++ b/src/java/com/samskivert/util/SignalUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/SoftCache.java b/src/java/com/samskivert/util/SoftCache.java index 72cbe67f..786facce 100644 --- a/src/java/com/samskivert/util/SoftCache.java +++ b/src/java/com/samskivert/util/SoftCache.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/SortableArrayList.java b/src/java/com/samskivert/util/SortableArrayList.java index a735f922..bf11ecad 100644 --- a/src/java/com/samskivert/util/SortableArrayList.java +++ b/src/java/com/samskivert/util/SortableArrayList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/StringUtil.java b/src/java/com/samskivert/util/StringUtil.java index 3111734c..14c69a1f 100644 --- a/src/java/com/samskivert/util/StringUtil.java +++ b/src/java/com/samskivert/util/StringUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/SystemInfo.java b/src/java/com/samskivert/util/SystemInfo.java index 0990ea46..9757600e 100644 --- a/src/java/com/samskivert/util/SystemInfo.java +++ b/src/java/com/samskivert/util/SystemInfo.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/TermUtil.java b/src/java/com/samskivert/util/TermUtil.java index 184ad769..c90baea7 100644 --- a/src/java/com/samskivert/util/TermUtil.java +++ b/src/java/com/samskivert/util/TermUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Throttle.java b/src/java/com/samskivert/util/Throttle.java index 084f674f..99de7632 100644 --- a/src/java/com/samskivert/util/Throttle.java +++ b/src/java/com/samskivert/util/Throttle.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Triple.java b/src/java/com/samskivert/util/Triple.java index 95f59637..4999b098 100644 --- a/src/java/com/samskivert/util/Triple.java +++ b/src/java/com/samskivert/util/Triple.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/Tuple.java b/src/java/com/samskivert/util/Tuple.java index 14ec975f..f944e1d7 100644 --- a/src/java/com/samskivert/util/Tuple.java +++ b/src/java/com/samskivert/util/Tuple.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/ValueMarshaller.java b/src/java/com/samskivert/util/ValueMarshaller.java index 4f5a30b9..e4cae148 100644 --- a/src/java/com/samskivert/util/ValueMarshaller.java +++ b/src/java/com/samskivert/util/ValueMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/WeakObserverList.java b/src/java/com/samskivert/util/WeakObserverList.java index ada9ee2d..44147673 100644 --- a/src/java/com/samskivert/util/WeakObserverList.java +++ b/src/java/com/samskivert/util/WeakObserverList.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/ArrayIntSetTest.java b/src/java/com/samskivert/util/tests/ArrayIntSetTest.java index ca49199f..65be8c38 100644 --- a/src/java/com/samskivert/util/tests/ArrayIntSetTest.java +++ b/src/java/com/samskivert/util/tests/ArrayIntSetTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/ArrayUtilTest.java b/src/java/com/samskivert/util/tests/ArrayUtilTest.java index 69f6024a..fb1f9f7d 100644 --- a/src/java/com/samskivert/util/tests/ArrayUtilTest.java +++ b/src/java/com/samskivert/util/tests/ArrayUtilTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/CheapIntMapTest.java b/src/java/com/samskivert/util/tests/CheapIntMapTest.java index 9bff464e..ccc3943f 100644 --- a/src/java/com/samskivert/util/tests/CheapIntMapTest.java +++ b/src/java/com/samskivert/util/tests/CheapIntMapTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/CollectionUtilTest.java b/src/java/com/samskivert/util/tests/CollectionUtilTest.java index 232620d4..b796ef4a 100644 --- a/src/java/com/samskivert/util/tests/CollectionUtilTest.java +++ b/src/java/com/samskivert/util/tests/CollectionUtilTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/ConfigTest.java b/src/java/com/samskivert/util/tests/ConfigTest.java index d60e672f..891473ce 100644 --- a/src/java/com/samskivert/util/tests/ConfigTest.java +++ b/src/java/com/samskivert/util/tests/ConfigTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/ConfigUtilTest.java b/src/java/com/samskivert/util/tests/ConfigUtilTest.java index 886bea55..681ff3d1 100644 --- a/src/java/com/samskivert/util/tests/ConfigUtilTest.java +++ b/src/java/com/samskivert/util/tests/ConfigUtilTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/HashIntMapTest.java b/src/java/com/samskivert/util/tests/HashIntMapTest.java index dbe83bf2..82d90291 100644 --- a/src/java/com/samskivert/util/tests/HashIntMapTest.java +++ b/src/java/com/samskivert/util/tests/HashIntMapTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/IntListUtilTest.java b/src/java/com/samskivert/util/tests/IntListUtilTest.java index bb1aa0e0..45020de9 100644 --- a/src/java/com/samskivert/util/tests/IntListUtilTest.java +++ b/src/java/com/samskivert/util/tests/IntListUtilTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/LRUHashMapTest.java b/src/java/com/samskivert/util/tests/LRUHashMapTest.java index 774e624c..9b4545b2 100644 --- a/src/java/com/samskivert/util/tests/LRUHashMapTest.java +++ b/src/java/com/samskivert/util/tests/LRUHashMapTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/ObserverListTest.java b/src/java/com/samskivert/util/tests/ObserverListTest.java index 33da6524..fa3d2c74 100644 --- a/src/java/com/samskivert/util/tests/ObserverListTest.java +++ b/src/java/com/samskivert/util/tests/ObserverListTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/QuickSortTest.java b/src/java/com/samskivert/util/tests/QuickSortTest.java index 44fbe67c..f9825eab 100644 --- a/src/java/com/samskivert/util/tests/QuickSortTest.java +++ b/src/java/com/samskivert/util/tests/QuickSortTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/RunnablesTest.java b/src/java/com/samskivert/util/tests/RunnablesTest.java index f741bd9b..b90d5cfa 100644 --- a/src/java/com/samskivert/util/tests/RunnablesTest.java +++ b/src/java/com/samskivert/util/tests/RunnablesTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/SerialExecutorTest.java b/src/java/com/samskivert/util/tests/SerialExecutorTest.java index 1c2815f2..bec5ea33 100644 --- a/src/java/com/samskivert/util/tests/SerialExecutorTest.java +++ b/src/java/com/samskivert/util/tests/SerialExecutorTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/StringUtilTest.java b/src/java/com/samskivert/util/tests/StringUtilTest.java index 14f74869..00b4b436 100644 --- a/src/java/com/samskivert/util/tests/StringUtilTest.java +++ b/src/java/com/samskivert/util/tests/StringUtilTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/SystemInfoDemo.java b/src/java/com/samskivert/util/tests/SystemInfoDemo.java index 2192ede7..3e9d117b 100644 --- a/src/java/com/samskivert/util/tests/SystemInfoDemo.java +++ b/src/java/com/samskivert/util/tests/SystemInfoDemo.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/util/tests/ThrottleTest.java b/src/java/com/samskivert/util/tests/ThrottleTest.java index 6d857391..e6685d57 100644 --- a/src/java/com/samskivert/util/tests/ThrottleTest.java +++ b/src/java/com/samskivert/util/tests/ThrottleTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/Application.java b/src/java/com/samskivert/velocity/Application.java index 9934bcf5..a7992831 100644 --- a/src/java/com/samskivert/velocity/Application.java +++ b/src/java/com/samskivert/velocity/Application.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/ClasspathResourceLoader.java b/src/java/com/samskivert/velocity/ClasspathResourceLoader.java index 5a3320e5..3bacf738 100644 --- a/src/java/com/samskivert/velocity/ClasspathResourceLoader.java +++ b/src/java/com/samskivert/velocity/ClasspathResourceLoader.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/CurrencyTool.java b/src/java/com/samskivert/velocity/CurrencyTool.java index 9a369fcf..2e994088 100644 --- a/src/java/com/samskivert/velocity/CurrencyTool.java +++ b/src/java/com/samskivert/velocity/CurrencyTool.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/DataTool.java b/src/java/com/samskivert/velocity/DataTool.java index d8a51cc8..82d6def4 100644 --- a/src/java/com/samskivert/velocity/DataTool.java +++ b/src/java/com/samskivert/velocity/DataTool.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/DispatcherServlet.java b/src/java/com/samskivert/velocity/DispatcherServlet.java index ada09e6f..feea627b 100644 --- a/src/java/com/samskivert/velocity/DispatcherServlet.java +++ b/src/java/com/samskivert/velocity/DispatcherServlet.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/DummyLogic.java b/src/java/com/samskivert/velocity/DummyLogic.java index d90742d7..4d7f410c 100644 --- a/src/java/com/samskivert/velocity/DummyLogic.java +++ b/src/java/com/samskivert/velocity/DummyLogic.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/FormTool.java b/src/java/com/samskivert/velocity/FormTool.java index 58d64a3e..020d6187 100644 --- a/src/java/com/samskivert/velocity/FormTool.java +++ b/src/java/com/samskivert/velocity/FormTool.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/I18nTool.java b/src/java/com/samskivert/velocity/I18nTool.java index 51796d48..7db9bdae 100644 --- a/src/java/com/samskivert/velocity/I18nTool.java +++ b/src/java/com/samskivert/velocity/I18nTool.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/ImportDirective.java b/src/java/com/samskivert/velocity/ImportDirective.java index 823a2ddf..2b195910 100644 --- a/src/java/com/samskivert/velocity/ImportDirective.java +++ b/src/java/com/samskivert/velocity/ImportDirective.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/InvocationContext.java b/src/java/com/samskivert/velocity/InvocationContext.java index d86ab689..dded631a 100644 --- a/src/java/com/samskivert/velocity/InvocationContext.java +++ b/src/java/com/samskivert/velocity/InvocationContext.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/Logic.java b/src/java/com/samskivert/velocity/Logic.java index 3bb0cbd2..69bcffbb 100644 --- a/src/java/com/samskivert/velocity/Logic.java +++ b/src/java/com/samskivert/velocity/Logic.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/ServletContextLogger.java b/src/java/com/samskivert/velocity/ServletContextLogger.java index 7607a759..59c266ee 100644 --- a/src/java/com/samskivert/velocity/ServletContextLogger.java +++ b/src/java/com/samskivert/velocity/ServletContextLogger.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/ServletContextResourceLoader.java b/src/java/com/samskivert/velocity/ServletContextResourceLoader.java index 70eea517..6a3018b5 100644 --- a/src/java/com/samskivert/velocity/ServletContextResourceLoader.java +++ b/src/java/com/samskivert/velocity/ServletContextResourceLoader.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/ServletContextResourceManager.java b/src/java/com/samskivert/velocity/ServletContextResourceManager.java index f51c6a31..a2bad8af 100644 --- a/src/java/com/samskivert/velocity/ServletContextResourceManager.java +++ b/src/java/com/samskivert/velocity/ServletContextResourceManager.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/SiteJarResourceLoader.java b/src/java/com/samskivert/velocity/SiteJarResourceLoader.java index 681aa7b1..8448d0bf 100644 --- a/src/java/com/samskivert/velocity/SiteJarResourceLoader.java +++ b/src/java/com/samskivert/velocity/SiteJarResourceLoader.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/SiteKey.java b/src/java/com/samskivert/velocity/SiteKey.java index b752dbcd..8fed027f 100644 --- a/src/java/com/samskivert/velocity/SiteKey.java +++ b/src/java/com/samskivert/velocity/SiteKey.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/SiteResourceManager.java b/src/java/com/samskivert/velocity/SiteResourceManager.java index b842ea43..d5d1970e 100644 --- a/src/java/com/samskivert/velocity/SiteResourceManager.java +++ b/src/java/com/samskivert/velocity/SiteResourceManager.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/StringTool.java b/src/java/com/samskivert/velocity/StringTool.java index 4dc8d9a5..787bee8b 100644 --- a/src/java/com/samskivert/velocity/StringTool.java +++ b/src/java/com/samskivert/velocity/StringTool.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/VelocityTestCase.java b/src/java/com/samskivert/velocity/VelocityTestCase.java index a6faa57c..3ac3a131 100644 --- a/src/java/com/samskivert/velocity/VelocityTestCase.java +++ b/src/java/com/samskivert/velocity/VelocityTestCase.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/VelocityUtil.java b/src/java/com/samskivert/velocity/VelocityUtil.java index 94feeaf6..94333c70 100644 --- a/src/java/com/samskivert/velocity/VelocityUtil.java +++ b/src/java/com/samskivert/velocity/VelocityUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/velocity/tests/VelocityTest.java b/src/java/com/samskivert/velocity/tests/VelocityTest.java index 624f0dd5..7883fa18 100644 --- a/src/java/com/samskivert/velocity/tests/VelocityTest.java +++ b/src/java/com/samskivert/velocity/tests/VelocityTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2008 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/xml/CallMethodSpecialRule.java b/src/java/com/samskivert/xml/CallMethodSpecialRule.java index 99bbedb0..52ade62e 100644 --- a/src/java/com/samskivert/xml/CallMethodSpecialRule.java +++ b/src/java/com/samskivert/xml/CallMethodSpecialRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/xml/CheckVersionRule.java b/src/java/com/samskivert/xml/CheckVersionRule.java index 25428e45..f77c59f4 100644 --- a/src/java/com/samskivert/xml/CheckVersionRule.java +++ b/src/java/com/samskivert/xml/CheckVersionRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/xml/SetFieldRule.java b/src/java/com/samskivert/xml/SetFieldRule.java index c938994d..9a4da2f3 100644 --- a/src/java/com/samskivert/xml/SetFieldRule.java +++ b/src/java/com/samskivert/xml/SetFieldRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/xml/SetNextFieldRule.java b/src/java/com/samskivert/xml/SetNextFieldRule.java index 3b5b9206..c4dad1d8 100644 --- a/src/java/com/samskivert/xml/SetNextFieldRule.java +++ b/src/java/com/samskivert/xml/SetNextFieldRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/xml/SetPropertyFieldsRule.java b/src/java/com/samskivert/xml/SetPropertyFieldsRule.java index 0bcc00cc..debf6b1b 100644 --- a/src/java/com/samskivert/xml/SetPropertyFieldsRule.java +++ b/src/java/com/samskivert/xml/SetPropertyFieldsRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/xml/SimpleParser.java b/src/java/com/samskivert/xml/SimpleParser.java index eef5d4a0..a2c82a13 100644 --- a/src/java/com/samskivert/xml/SimpleParser.java +++ b/src/java/com/samskivert/xml/SimpleParser.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/xml/ValidatedSetNextRule.java b/src/java/com/samskivert/xml/ValidatedSetNextRule.java index 38aabd7f..0f71f853 100644 --- a/src/java/com/samskivert/xml/ValidatedSetNextRule.java +++ b/src/java/com/samskivert/xml/ValidatedSetNextRule.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/xml/XMLUtil.java b/src/java/com/samskivert/xml/XMLUtil.java index 20fbf10a..036ba932 100644 --- a/src/java/com/samskivert/xml/XMLUtil.java +++ b/src/java/com/samskivert/xml/XMLUtil.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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 diff --git a/src/java/com/samskivert/xml/tests/SetFieldRuleTest.java b/src/java/com/samskivert/xml/tests/SetFieldRuleTest.java index 0d54b1c8..91fcec46 100644 --- a/src/java/com/samskivert/xml/tests/SetFieldRuleTest.java +++ b/src/java/com/samskivert/xml/tests/SetFieldRuleTest.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-2007 Michael Bayne +// Copyright (C) 2001-2010 Michael Bayne, et al. // // 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