diff --git a/lib/SOURCE_HEADER b/lib/SOURCE_HEADER index 122727c7..c6e0843d 100644 --- a/lib/SOURCE_HEADER +++ b/lib/SOURCE_HEADER @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2007 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 600ce178..df4c3c4f 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-2006 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 d3efaac6..fcb7bed5 100644 --- a/src/java/com/samskivert/io/ByteArrayOutInputStream.java +++ b/src/java/com/samskivert/io/ByteArrayOutInputStream.java @@ -1,8 +1,8 @@ // -// $Id: ByteArrayOutInputStream.java,v 1.1 2002/02/01 18:19:43 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 e7effc48..52214ccc 100644 --- a/src/java/com/samskivert/io/ExtensiblePrintStream.java +++ b/src/java/com/samskivert/io/ExtensiblePrintStream.java @@ -1,8 +1,8 @@ // -// $Id: ExtensiblePrintStream.java,v 1.2 2002/10/16 19:12:53 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2002 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 d3b51037..81712c02 100644 --- a/src/java/com/samskivert/io/PersistenceException.java +++ b/src/java/com/samskivert/io/PersistenceException.java @@ -1,8 +1,8 @@ // -// $Id: PersistenceException.java,v 1.4 2003/03/17 23:01:37 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 e27e9559..a3f6065c 100644 --- a/src/java/com/samskivert/io/StreamUtil.java +++ b/src/java/com/samskivert/io/StreamUtil.java @@ -1,5 +1,22 @@ // -// $Id: StreamUtil.java,v 1.1 2003/05/14 21:30:29 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.io; diff --git a/src/java/com/samskivert/jdbc/ConnectionProvider.java b/src/java/com/samskivert/jdbc/ConnectionProvider.java index 2e95c781..8ff7e609 100644 --- a/src/java/com/samskivert/jdbc/ConnectionProvider.java +++ b/src/java/com/samskivert/jdbc/ConnectionProvider.java @@ -1,8 +1,8 @@ // -// $Id: ConnectionProvider.java,v 1.2 2001/09/21 03:01:46 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 dddeaab6..102eb647 100644 --- a/src/java/com/samskivert/jdbc/DatabaseLiaison.java +++ b/src/java/com/samskivert/jdbc/DatabaseLiaison.java @@ -1,8 +1,8 @@ // -// $Id: DatabaseLiaison.java,v 1.2 2001/09/20 02:09:09 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 afe3bcca..748658d7 100644 --- a/src/java/com/samskivert/jdbc/DefaultLiaison.java +++ b/src/java/com/samskivert/jdbc/DefaultLiaison.java @@ -1,8 +1,8 @@ // -// $Id: DefaultLiaison.java,v 1.1 2001/09/20 02:09:09 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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/DuplicateKeyException.java b/src/java/com/samskivert/jdbc/DuplicateKeyException.java index ed085a15..0089defd 100644 --- a/src/java/com/samskivert/jdbc/DuplicateKeyException.java +++ b/src/java/com/samskivert/jdbc/DuplicateKeyException.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 866989df..7d8d1bf5 100644 --- a/src/java/com/samskivert/jdbc/JDBCUtil.java +++ b/src/java/com/samskivert/jdbc/JDBCUtil.java @@ -1,9 +1,9 @@ // -// $Id: JDBCUtil.java,v 1.10 2004/05/28 01:54:47 eric Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/JORARepository.java b/src/java/com/samskivert/jdbc/JORARepository.java index bad14346..978bbac2 100644 --- a/src/java/com/samskivert/jdbc/JORARepository.java +++ b/src/java/com/samskivert/jdbc/JORARepository.java @@ -1,8 +1,8 @@ // -// $Id: JORARepository.java,v 1.2 2004/02/25 13:16:05 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 c16f7337..f9641980 100644 --- a/src/java/com/samskivert/jdbc/LiaisonRegistry.java +++ b/src/java/com/samskivert/jdbc/LiaisonRegistry.java @@ -1,8 +1,8 @@ // -// $Id: LiaisonRegistry.java,v 1.4 2001/09/20 20:41:10 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 47ce95fa..7be3286f 100644 --- a/src/java/com/samskivert/jdbc/MySQLLiaison.java +++ b/src/java/com/samskivert/jdbc/MySQLLiaison.java @@ -1,8 +1,8 @@ // -// $Id: MySQLLiaison.java,v 1.5 2002/08/19 21:18:58 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 fe2c6a01..08b5b724 100644 --- a/src/java/com/samskivert/jdbc/Repository.java +++ b/src/java/com/samskivert/jdbc/Repository.java @@ -1,8 +1,8 @@ // -// $Id: Repository.java,v 1.12 2001/11/01 02:08:17 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 ac31bfa1..7435c5e8 100644 --- a/src/java/com/samskivert/jdbc/RepositoryListenerUnit.java +++ b/src/java/com/samskivert/jdbc/RepositoryListenerUnit.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 ec828d0c..1f09af91 100644 --- a/src/java/com/samskivert/jdbc/RepositoryUnit.java +++ b/src/java/com/samskivert/jdbc/RepositoryUnit.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 c5576f1f..90b9ff16 100644 --- a/src/java/com/samskivert/jdbc/SimpleRepository.java +++ b/src/java/com/samskivert/jdbc/SimpleRepository.java @@ -1,9 +1,9 @@ // -// $Id: SimpleRepository.java,v 1.9 2004/05/11 05:43:15 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/StaticConnectionProvider.java b/src/java/com/samskivert/jdbc/StaticConnectionProvider.java index 2fe1727e..1ac9dcd9 100644 --- a/src/java/com/samskivert/jdbc/StaticConnectionProvider.java +++ b/src/java/com/samskivert/jdbc/StaticConnectionProvider.java @@ -1,8 +1,8 @@ // -// $Id: StaticConnectionProvider.java,v 1.4 2002/03/03 03:14:15 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 7ff77df5..55b99592 100644 --- a/src/java/com/samskivert/jdbc/TransitionRepository.java +++ b/src/java/com/samskivert/jdbc/TransitionRepository.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.jdbc; diff --git a/src/java/com/samskivert/jdbc/depot/ByteEnum.java b/src/java/com/samskivert/jdbc/depot/ByteEnum.java index 3e382686..477a2841 100644 --- a/src/java/com/samskivert/jdbc/depot/ByteEnum.java +++ b/src/java/com/samskivert/jdbc/depot/ByteEnum.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne +// Copyright (C) 2006-2007 Michael Bayne, 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/depot/CacheInvalidator.java b/src/java/com/samskivert/jdbc/depot/CacheInvalidator.java index e6cd312a..0fec7ce0 100644 --- a/src/java/com/samskivert/jdbc/depot/CacheInvalidator.java +++ b/src/java/com/samskivert/jdbc/depot/CacheInvalidator.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/CacheKey.java b/src/java/com/samskivert/jdbc/depot/CacheKey.java index 671b8386..8b828e2e 100644 --- a/src/java/com/samskivert/jdbc/depot/CacheKey.java +++ b/src/java/com/samskivert/jdbc/depot/CacheKey.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/ConstructedQuery.java b/src/java/com/samskivert/jdbc/depot/ConstructedQuery.java index e69de29b..bd3930af 100644 --- a/src/java/com/samskivert/jdbc/depot/ConstructedQuery.java +++ b/src/java/com/samskivert/jdbc/depot/ConstructedQuery.java @@ -0,0 +1,20 @@ +// +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2006-2007 Michael Bayne, 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 +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + diff --git a/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java b/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java index b305ae0b..3b62cbda 100644 --- a/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java +++ b/src/java/com/samskivert/jdbc/depot/DepotMarshaller.java @@ -3,7 +3,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/DepotRepository.java b/src/java/com/samskivert/jdbc/depot/DepotRepository.java index 1742914d..c81fcd74 100644 --- a/src/java/com/samskivert/jdbc/depot/DepotRepository.java +++ b/src/java/com/samskivert/jdbc/depot/DepotRepository.java @@ -3,7 +3,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/DepotTypes.java b/src/java/com/samskivert/jdbc/depot/DepotTypes.java index b41f7536..db1ce769 100644 --- a/src/java/com/samskivert/jdbc/depot/DepotTypes.java +++ b/src/java/com/samskivert/jdbc/depot/DepotTypes.java @@ -3,7 +3,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/EntityMigration.java b/src/java/com/samskivert/jdbc/depot/EntityMigration.java index ba317ca6..1a905f05 100644 --- a/src/java/com/samskivert/jdbc/depot/EntityMigration.java +++ b/src/java/com/samskivert/jdbc/depot/EntityMigration.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/FieldMarshaller.java b/src/java/com/samskivert/jdbc/depot/FieldMarshaller.java index e27ede0b..2484fca9 100644 --- a/src/java/com/samskivert/jdbc/depot/FieldMarshaller.java +++ b/src/java/com/samskivert/jdbc/depot/FieldMarshaller.java @@ -3,7 +3,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/FindAllQuery.java b/src/java/com/samskivert/jdbc/depot/FindAllQuery.java index 7d22590d..018bb23f 100644 --- a/src/java/com/samskivert/jdbc/depot/FindAllQuery.java +++ b/src/java/com/samskivert/jdbc/depot/FindAllQuery.java @@ -3,7 +3,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or @@ -17,6 +17,7 @@ // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + package com.samskivert.jdbc.depot; import java.sql.Connection; diff --git a/src/java/com/samskivert/jdbc/depot/FindOneQuery.java b/src/java/com/samskivert/jdbc/depot/FindOneQuery.java index 9cbe52dd..9b6d88fa 100644 --- a/src/java/com/samskivert/jdbc/depot/FindOneQuery.java +++ b/src/java/com/samskivert/jdbc/depot/FindOneQuery.java @@ -3,7 +3,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/IdentityKeyGenerator.java b/src/java/com/samskivert/jdbc/depot/IdentityKeyGenerator.java index 4eab5e56..b33de6ad 100644 --- a/src/java/com/samskivert/jdbc/depot/IdentityKeyGenerator.java +++ b/src/java/com/samskivert/jdbc/depot/IdentityKeyGenerator.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell +// Copyright (C) 2006-2007 Michael Bayne, 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/depot/Key.java b/src/java/com/samskivert/jdbc/depot/Key.java index 55f26176..68277c49 100644 --- a/src/java/com/samskivert/jdbc/depot/Key.java +++ b/src/java/com/samskivert/jdbc/depot/Key.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/KeyGenerator.java b/src/java/com/samskivert/jdbc/depot/KeyGenerator.java index 08599ce1..dbdfbc0a 100644 --- a/src/java/com/samskivert/jdbc/depot/KeyGenerator.java +++ b/src/java/com/samskivert/jdbc/depot/KeyGenerator.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell +// Copyright (C) 2006-2007 Michael Bayne, 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/depot/Log.java b/src/java/com/samskivert/jdbc/depot/Log.java index 21861672..8642215e 100644 --- a/src/java/com/samskivert/jdbc/depot/Log.java +++ b/src/java/com/samskivert/jdbc/depot/Log.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell +// Copyright (C) 2006-2007 Michael Bayne, 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/depot/Modifier.java b/src/java/com/samskivert/jdbc/depot/Modifier.java index 530a0916..3b30a43f 100644 --- a/src/java/com/samskivert/jdbc/depot/Modifier.java +++ b/src/java/com/samskivert/jdbc/depot/Modifier.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/MultiKey.java b/src/java/com/samskivert/jdbc/depot/MultiKey.java index fba9ec19..4783f3f5 100644 --- a/src/java/com/samskivert/jdbc/depot/MultiKey.java +++ b/src/java/com/samskivert/jdbc/depot/MultiKey.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/PersistenceContext.java b/src/java/com/samskivert/jdbc/depot/PersistenceContext.java index 4dedf88c..162f75be 100644 --- a/src/java/com/samskivert/jdbc/depot/PersistenceContext.java +++ b/src/java/com/samskivert/jdbc/depot/PersistenceContext.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/PersistentRecord.java b/src/java/com/samskivert/jdbc/depot/PersistentRecord.java index 4c844c12..5fa2f0c8 100644 --- a/src/java/com/samskivert/jdbc/depot/PersistentRecord.java +++ b/src/java/com/samskivert/jdbc/depot/PersistentRecord.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2007 Michael Bayne, Pär Winzell +// Copyright (C) 2006-2007 Michael Bayne, 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/depot/Query.java b/src/java/com/samskivert/jdbc/depot/Query.java index 9ea85f89..73827316 100644 --- a/src/java/com/samskivert/jdbc/depot/Query.java +++ b/src/java/com/samskivert/jdbc/depot/Query.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/QueryBuilderContext.java b/src/java/com/samskivert/jdbc/depot/QueryBuilderContext.java index 966d7d07..fa1ed0e7 100644 --- a/src/java/com/samskivert/jdbc/depot/QueryBuilderContext.java +++ b/src/java/com/samskivert/jdbc/depot/QueryBuilderContext.java @@ -3,7 +3,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/SQLQueryBuilder.java b/src/java/com/samskivert/jdbc/depot/SQLQueryBuilder.java index 2134747e..d876e186 100644 --- a/src/java/com/samskivert/jdbc/depot/SQLQueryBuilder.java +++ b/src/java/com/samskivert/jdbc/depot/SQLQueryBuilder.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/SimpleCacheKey.java b/src/java/com/samskivert/jdbc/depot/SimpleCacheKey.java index 17545ee8..636912a2 100644 --- a/src/java/com/samskivert/jdbc/depot/SimpleCacheKey.java +++ b/src/java/com/samskivert/jdbc/depot/SimpleCacheKey.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/TableKeyGenerator.java b/src/java/com/samskivert/jdbc/depot/TableKeyGenerator.java index 92363a1c..8a700c32 100644 --- a/src/java/com/samskivert/jdbc/depot/TableKeyGenerator.java +++ b/src/java/com/samskivert/jdbc/depot/TableKeyGenerator.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell +// Copyright (C) 2006-2007 Michael Bayne, 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/depot/annotation/Column.java b/src/java/com/samskivert/jdbc/depot/annotation/Column.java index bc3998dd..12c4de06 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/Column.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/Column.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/annotation/Computed.java b/src/java/com/samskivert/jdbc/depot/annotation/Computed.java index 83e676e0..e9d7ef8a 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/Computed.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/Computed.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/annotation/Entity.java b/src/java/com/samskivert/jdbc/depot/annotation/Entity.java index db644520..1d44a59e 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/Entity.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/Entity.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/annotation/GeneratedValue.java b/src/java/com/samskivert/jdbc/depot/annotation/GeneratedValue.java index bae7c06a..958acc89 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/GeneratedValue.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/GeneratedValue.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/annotation/GenerationType.java b/src/java/com/samskivert/jdbc/depot/annotation/GenerationType.java index 2e98aade..d1cf47ec 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/GenerationType.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/GenerationType.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/annotation/Id.java b/src/java/com/samskivert/jdbc/depot/annotation/Id.java index 0e9bab38..82ab079c 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/Id.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/Id.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/annotation/Index.java b/src/java/com/samskivert/jdbc/depot/annotation/Index.java index 208a62fd..304a3a99 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/Index.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/Index.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne +// Copyright (C) 2006-2007 Michael Bayne, 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/depot/annotation/Table.java b/src/java/com/samskivert/jdbc/depot/annotation/Table.java index 47702293..242da933 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/Table.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/Table.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/annotation/TableGenerator.java b/src/java/com/samskivert/jdbc/depot/annotation/TableGenerator.java index f17f2644..c0a1e3b6 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/TableGenerator.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/TableGenerator.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/annotation/Transient.java b/src/java/com/samskivert/jdbc/depot/annotation/Transient.java index e90d53de..0559f86f 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/Transient.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/Transient.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/annotation/UniqueConstraint.java b/src/java/com/samskivert/jdbc/depot/annotation/UniqueConstraint.java index f114ffd5..dde86fbc 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/UniqueConstraint.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/UniqueConstraint.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/clause/FieldOverride.java b/src/java/com/samskivert/jdbc/depot/clause/FieldOverride.java index 9259964b..53c76edc 100644 --- a/src/java/com/samskivert/jdbc/depot/clause/FieldOverride.java +++ b/src/java/com/samskivert/jdbc/depot/clause/FieldOverride.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/clause/ForUpdate.java b/src/java/com/samskivert/jdbc/depot/clause/ForUpdate.java index e57d8c3e..56985e3a 100644 --- a/src/java/com/samskivert/jdbc/depot/clause/ForUpdate.java +++ b/src/java/com/samskivert/jdbc/depot/clause/ForUpdate.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/clause/FromOverride.java b/src/java/com/samskivert/jdbc/depot/clause/FromOverride.java index d3f2ea43..c3fc5e6f 100644 --- a/src/java/com/samskivert/jdbc/depot/clause/FromOverride.java +++ b/src/java/com/samskivert/jdbc/depot/clause/FromOverride.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/clause/GroupBy.java b/src/java/com/samskivert/jdbc/depot/clause/GroupBy.java index 915e030e..fa8f07a3 100644 --- a/src/java/com/samskivert/jdbc/depot/clause/GroupBy.java +++ b/src/java/com/samskivert/jdbc/depot/clause/GroupBy.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/clause/Join.java b/src/java/com/samskivert/jdbc/depot/clause/Join.java index 9d5996c3..57c369b7 100644 --- a/src/java/com/samskivert/jdbc/depot/clause/Join.java +++ b/src/java/com/samskivert/jdbc/depot/clause/Join.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/clause/Limit.java b/src/java/com/samskivert/jdbc/depot/clause/Limit.java index 78c6a430..f68689cd 100644 --- a/src/java/com/samskivert/jdbc/depot/clause/Limit.java +++ b/src/java/com/samskivert/jdbc/depot/clause/Limit.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/clause/OrderBy.java b/src/java/com/samskivert/jdbc/depot/clause/OrderBy.java index 1c1652f0..e957a019 100644 --- a/src/java/com/samskivert/jdbc/depot/clause/OrderBy.java +++ b/src/java/com/samskivert/jdbc/depot/clause/OrderBy.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/clause/QueryClause.java b/src/java/com/samskivert/jdbc/depot/clause/QueryClause.java index e6baa3b2..12919927 100644 --- a/src/java/com/samskivert/jdbc/depot/clause/QueryClause.java +++ b/src/java/com/samskivert/jdbc/depot/clause/QueryClause.java @@ -3,7 +3,7 @@ // // samskivert library - useful routines for java programs // Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/clause/Where.java b/src/java/com/samskivert/jdbc/depot/clause/Where.java index 7c0fdfe9..b0c29b1b 100644 --- a/src/java/com/samskivert/jdbc/depot/clause/Where.java +++ b/src/java/com/samskivert/jdbc/depot/clause/Where.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/expression/ColumnExp.java b/src/java/com/samskivert/jdbc/depot/expression/ColumnExp.java index 652f4c16..9cd53b46 100644 --- a/src/java/com/samskivert/jdbc/depot/expression/ColumnExp.java +++ b/src/java/com/samskivert/jdbc/depot/expression/ColumnExp.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/expression/FunctionExp.java b/src/java/com/samskivert/jdbc/depot/expression/FunctionExp.java index dc30aab6..12dba6dc 100644 --- a/src/java/com/samskivert/jdbc/depot/expression/FunctionExp.java +++ b/src/java/com/samskivert/jdbc/depot/expression/FunctionExp.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/expression/LiteralExp.java b/src/java/com/samskivert/jdbc/depot/expression/LiteralExp.java index 356f8b83..8c9c7599 100644 --- a/src/java/com/samskivert/jdbc/depot/expression/LiteralExp.java +++ b/src/java/com/samskivert/jdbc/depot/expression/LiteralExp.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/expression/SQLExpression.java b/src/java/com/samskivert/jdbc/depot/expression/SQLExpression.java index 8d5c680c..f8c5727a 100644 --- a/src/java/com/samskivert/jdbc/depot/expression/SQLExpression.java +++ b/src/java/com/samskivert/jdbc/depot/expression/SQLExpression.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/expression/ValueExp.java b/src/java/com/samskivert/jdbc/depot/expression/ValueExp.java index d170def4..cdbe0568 100644 --- a/src/java/com/samskivert/jdbc/depot/expression/ValueExp.java +++ b/src/java/com/samskivert/jdbc/depot/expression/ValueExp.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/operator/Arithmetic.java b/src/java/com/samskivert/jdbc/depot/operator/Arithmetic.java index f89cf167..319ca5fc 100644 --- a/src/java/com/samskivert/jdbc/depot/operator/Arithmetic.java +++ b/src/java/com/samskivert/jdbc/depot/operator/Arithmetic.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/operator/Conditionals.java b/src/java/com/samskivert/jdbc/depot/operator/Conditionals.java index 2272abff..67290dbf 100644 --- a/src/java/com/samskivert/jdbc/depot/operator/Conditionals.java +++ b/src/java/com/samskivert/jdbc/depot/operator/Conditionals.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/operator/Logic.java b/src/java/com/samskivert/jdbc/depot/operator/Logic.java index fe558e91..2bf6c538 100644 --- a/src/java/com/samskivert/jdbc/depot/operator/Logic.java +++ b/src/java/com/samskivert/jdbc/depot/operator/Logic.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/operator/SQLOperator.java b/src/java/com/samskivert/jdbc/depot/operator/SQLOperator.java index 92269fd9..ce9bf187 100644 --- a/src/java/com/samskivert/jdbc/depot/operator/SQLOperator.java +++ b/src/java/com/samskivert/jdbc/depot/operator/SQLOperator.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2006 Michael Bayne, Pär Winzell -// +// Copyright (C) 2006-2007 Michael Bayne, 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 // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java b/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java index 20f5bbbc..af7cbd90 100644 --- a/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java +++ b/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2006-2007 Michael Bayne, 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 +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.jdbc.depot.tests; diff --git a/src/java/com/samskivert/jdbc/depot/tests/TestRepository.java b/src/java/com/samskivert/jdbc/depot/tests/TestRepository.java index 73223107..84304c0d 100644 --- a/src/java/com/samskivert/jdbc/depot/tests/TestRepository.java +++ b/src/java/com/samskivert/jdbc/depot/tests/TestRepository.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2006-2007 Michael Bayne, 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 +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.jdbc.depot.tests; diff --git a/src/java/com/samskivert/jdbc/depot/tools/GenRecordTask.java b/src/java/com/samskivert/jdbc/depot/tools/GenRecordTask.java index 8030591f..c9cf38b9 100644 --- a/src/java/com/samskivert/jdbc/depot/tools/GenRecordTask.java +++ b/src/java/com/samskivert/jdbc/depot/tools/GenRecordTask.java @@ -2,7 +2,7 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2007 Michael Bayne +// Copyright (C) 2006-2007 Michael Bayne, 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/jora/Cursor.java b/src/java/com/samskivert/jdbc/jora/Cursor.java index f7b30773..d03fc973 100644 --- a/src/java/com/samskivert/jdbc/jora/Cursor.java +++ b/src/java/com/samskivert/jdbc/jora/Cursor.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-6 Konstantin Knizhnik, Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/jora/DataTransferError.java b/src/java/com/samskivert/jdbc/jora/DataTransferError.java index 1dc277ad..723620d4 100644 --- a/src/java/com/samskivert/jdbc/jora/DataTransferError.java +++ b/src/java/com/samskivert/jdbc/jora/DataTransferError.java @@ -1,14 +1,23 @@ -//-< DataTransferError.java >----------------------------------------*--------* -// JORA Version 2.0 (c) 1998 GARRET * ? * -// (Java Object Relational Adapter) * /\| * -// * / \ * -// Created: 10-Jun-98 K.A. Knizhnik * / [] \ * -// Last update: 19-Jun-98 K.A. Knizhnik * GARRET * -//-------------------------------------------------------------------*--------* -// Exception raised when error is happed during data transfer between -// program and database server -//-------------------------------------------------------------------*--------* - +// +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + package com.samskivert.jdbc.jora; /** This error is raised when error is happened during data transfer diff --git a/src/java/com/samskivert/jdbc/jora/FieldDescriptor.java b/src/java/com/samskivert/jdbc/jora/FieldDescriptor.java index d55b5259..04033d63 100644 --- a/src/java/com/samskivert/jdbc/jora/FieldDescriptor.java +++ b/src/java/com/samskivert/jdbc/jora/FieldDescriptor.java @@ -2,8 +2,8 @@ // $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001-6 Konstantin Knizhnik, Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/jora/FieldMask.java b/src/java/com/samskivert/jdbc/jora/FieldMask.java index 61c11d73..ff899732 100644 --- a/src/java/com/samskivert/jdbc/jora/FieldMask.java +++ b/src/java/com/samskivert/jdbc/jora/FieldMask.java @@ -1,9 +1,9 @@ // -// $Id: FieldMask.java,v 1.6 2003/09/20 00:04:34 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/jdbc/jora/Table.java b/src/java/com/samskivert/jdbc/jora/Table.java index 2b32128d..b5261f31 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-6 Konstantin Knizhnik, Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 377f6b6e..4fba9962 100644 --- a/src/java/com/samskivert/net/AttachableURLFactory.java +++ b/src/java/com/samskivert/net/AttachableURLFactory.java @@ -1,5 +1,22 @@ // -// $Id: AttachableURLFactory.java,v 1.1 2003/07/09 18:44:11 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.net; diff --git a/src/java/com/samskivert/net/HttpPostUtil.java b/src/java/com/samskivert/net/HttpPostUtil.java index faf90548..2dc7620c 100644 --- a/src/java/com/samskivert/net/HttpPostUtil.java +++ b/src/java/com/samskivert/net/HttpPostUtil.java @@ -1,5 +1,22 @@ // -// $Id: HttpPostUtil.java,v 1.2 2003/10/08 23:52:49 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.net; diff --git a/src/java/com/samskivert/net/MACUtil.java b/src/java/com/samskivert/net/MACUtil.java index 1f7c58ef..35eed50d 100644 --- a/src/java/com/samskivert/net/MACUtil.java +++ b/src/java/com/samskivert/net/MACUtil.java @@ -1,5 +1,22 @@ // -// $Id: MACUtil.java,v 1.12 2004/07/02 19:53:26 eric Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.net; diff --git a/src/java/com/samskivert/net/MailUtil.java b/src/java/com/samskivert/net/MailUtil.java index 5dce35a6..c0df6660 100644 --- a/src/java/com/samskivert/net/MailUtil.java +++ b/src/java/com/samskivert/net/MailUtil.java @@ -1,9 +1,9 @@ // -// $Id: MailUtil.java,v 1.9 2004/01/15 21:41:00 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/net/PathUtil.java b/src/java/com/samskivert/net/PathUtil.java index d9ead4a2..9fa754e9 100644 --- a/src/java/com/samskivert/net/PathUtil.java +++ b/src/java/com/samskivert/net/PathUtil.java @@ -1,8 +1,8 @@ // -// $Id: PathUtil.java,v 1.3 2001/08/13 23:24:24 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 7a079f3d..a77040ec 100644 --- a/src/java/com/samskivert/net/cddb/CDDB.java +++ b/src/java/com/samskivert/net/cddb/CDDB.java @@ -1,8 +1,8 @@ // -// $Id: CDDB.java,v 1.8 2001/08/12 01:34:31 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 d342c844..728ac6a7 100644 --- a/src/java/com/samskivert/net/cddb/CDDBException.java +++ b/src/java/com/samskivert/net/cddb/CDDBException.java @@ -1,8 +1,8 @@ // -// $Id: CDDBException.java,v 1.2 2001/08/11 22:43:28 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 8dc6deb4..10dba8cf 100644 --- a/src/java/com/samskivert/net/cddb/CDDBProtocol.java +++ b/src/java/com/samskivert/net/cddb/CDDBProtocol.java @@ -1,8 +1,8 @@ // -// $Id: CDDBProtocol.java,v 1.2 2001/08/11 22:43:28 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 efe479ce..de651f5d 100644 --- a/src/java/com/samskivert/net/cddb/CDDBTest.java +++ b/src/java/com/samskivert/net/cddb/CDDBTest.java @@ -1,8 +1,8 @@ // -// $Id: CDDBTest.java,v 1.3 2001/08/11 22:43:28 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 1cf11425..dc40ea26 100644 --- a/src/java/com/samskivert/servlet/HttpErrorException.java +++ b/src/java/com/samskivert/servlet/HttpErrorException.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2004 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 c7647be2..6436d853 100644 --- a/src/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java +++ b/src/java/com/samskivert/servlet/IndiscriminateSiteIdentifier.java @@ -1,8 +1,8 @@ // -// $Id: IndiscriminateSiteIdentifier.java,v 1.3 2003/11/13 00:53:00 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 b68f8580..4132acc1 100644 --- a/src/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java +++ b/src/java/com/samskivert/servlet/JDBCTableSiteIdentifier.java @@ -1,8 +1,8 @@ // -// $Id: JDBCTableSiteIdentifier.java,v 1.12 2004/02/25 13:17:13 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 6487e0ca..3e64c8a1 100644 --- a/src/java/com/samskivert/servlet/MessageManager.java +++ b/src/java/com/samskivert/servlet/MessageManager.java @@ -1,9 +1,9 @@ // -// $Id: MessageManager.java,v 1.11 2004/05/11 03:14:03 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/servlet/RedirectException.java b/src/java/com/samskivert/servlet/RedirectException.java index b1779d7d..f53c7092 100644 --- a/src/java/com/samskivert/servlet/RedirectException.java +++ b/src/java/com/samskivert/servlet/RedirectException.java @@ -1,8 +1,8 @@ // -// $Id: RedirectException.java,v 1.2 2001/08/11 22:43:28 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 9a680e01..a9dfe586 100644 --- a/src/java/com/samskivert/servlet/Site.java +++ b/src/java/com/samskivert/servlet/Site.java @@ -1,5 +1,22 @@ // -// $Id: Site.java,v 1.2 2003/11/13 00:53:00 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.servlet; diff --git a/src/java/com/samskivert/servlet/SiteIdentifier.java b/src/java/com/samskivert/servlet/SiteIdentifier.java index ff6022d8..ca0dc1c4 100644 --- a/src/java/com/samskivert/servlet/SiteIdentifier.java +++ b/src/java/com/samskivert/servlet/SiteIdentifier.java @@ -1,8 +1,8 @@ // -// $Id: SiteIdentifier.java,v 1.3 2003/11/13 00:53:00 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 afa4961d..ae84a3f7 100644 --- a/src/java/com/samskivert/servlet/SiteResourceLoader.java +++ b/src/java/com/samskivert/servlet/SiteResourceLoader.java @@ -1,8 +1,8 @@ // -// $Id: SiteResourceLoader.java,v 1.7 2004/05/11 03:14:03 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 6bcbec6a..f04eb8ac 100644 --- a/src/java/com/samskivert/servlet/tests/SiteResourceLoaderTest.java +++ b/src/java/com/samskivert/servlet/tests/SiteResourceLoaderTest.java @@ -1,8 +1,8 @@ // -// $Id: SiteResourceLoaderTest.java,v 1.7 2004/02/25 13:21:41 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 f898c05e..7f0013e9 100644 --- a/src/java/com/samskivert/servlet/user/AuthenticationFailedException.java +++ b/src/java/com/samskivert/servlet/user/AuthenticationFailedException.java @@ -1,8 +1,8 @@ // -// $Id: AuthenticationFailedException.java,v 1.1 2002/05/02 19:10:34 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2002 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 b3fd725e..a80a227d 100644 --- a/src/java/com/samskivert/servlet/user/Authenticator.java +++ b/src/java/com/samskivert/servlet/user/Authenticator.java @@ -1,8 +1,8 @@ // -// $Id: Authenticator.java,v 1.1 2002/05/02 19:10:34 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2002 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 f8d39ab7..0521f80b 100644 --- a/src/java/com/samskivert/servlet/user/InvalidPasswordException.java +++ b/src/java/com/samskivert/servlet/user/InvalidPasswordException.java @@ -1,8 +1,8 @@ // -// $Id: InvalidPasswordException.java,v 1.4 2002/05/02 19:10:34 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 c4663015..de58ddf3 100644 --- a/src/java/com/samskivert/servlet/user/InvalidUsernameException.java +++ b/src/java/com/samskivert/servlet/user/InvalidUsernameException.java @@ -1,8 +1,8 @@ // -// $Id: InvalidUsernameException.java,v 1.3 2001/08/12 01:34:31 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 69ab1fab..1eeae506 100644 --- a/src/java/com/samskivert/servlet/user/NoSuchUserException.java +++ b/src/java/com/samskivert/servlet/user/NoSuchUserException.java @@ -1,8 +1,8 @@ // -// $Id: NoSuchUserException.java,v 1.4 2002/05/02 19:10:34 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 b894d0a3..1016e2f2 100644 --- a/src/java/com/samskivert/servlet/user/Password.java +++ b/src/java/com/samskivert/servlet/user/Password.java @@ -1,8 +1,8 @@ // -// $Id: Password.java,v 1.1 2004/01/31 06:24:01 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 478859a9..0f14f2e3 100644 --- a/src/java/com/samskivert/servlet/user/User.java +++ b/src/java/com/samskivert/servlet/user/User.java @@ -1,8 +1,8 @@ // -// $Id: User.java,v 1.10 2004/01/13 23:02:04 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 57715a6e..1eb57763 100644 --- a/src/java/com/samskivert/servlet/user/UserExistsException.java +++ b/src/java/com/samskivert/servlet/user/UserExistsException.java @@ -1,8 +1,8 @@ // -// $Id: UserExistsException.java,v 1.5 2001/09/21 03:01:46 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 f0088c59..acc4da4f 100644 --- a/src/java/com/samskivert/servlet/user/UserManager.java +++ b/src/java/com/samskivert/servlet/user/UserManager.java @@ -1,9 +1,9 @@ // -// $Id: UserManager.java,v 1.28 2003/12/05 18:20:30 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/servlet/user/UserRepository.java b/src/java/com/samskivert/servlet/user/UserRepository.java index 8bd83864..9bd60bf2 100644 --- a/src/java/com/samskivert/servlet/user/UserRepository.java +++ b/src/java/com/samskivert/servlet/user/UserRepository.java @@ -1,9 +1,9 @@ // -// $Id: UserRepository.java,v 1.40 2004/02/25 13:17:13 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/servlet/user/UserUtil.java b/src/java/com/samskivert/servlet/user/UserUtil.java index 1464071b..fadee7ce 100644 --- a/src/java/com/samskivert/servlet/user/UserUtil.java +++ b/src/java/com/samskivert/servlet/user/UserUtil.java @@ -1,8 +1,8 @@ // -// $Id: UserUtil.java,v 1.10 2004/01/15 01:33:30 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 d9ec558a..2d56e481 100644 --- a/src/java/com/samskivert/servlet/user/Username.java +++ b/src/java/com/samskivert/servlet/user/Username.java @@ -1,5 +1,22 @@ // -// $Id: Username.java,v 1.3 2004/01/31 13:03:39 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.servlet.user; diff --git a/src/java/com/samskivert/servlet/util/CookieUtil.java b/src/java/com/samskivert/servlet/util/CookieUtil.java index 17a81806..0be501c3 100644 --- a/src/java/com/samskivert/servlet/util/CookieUtil.java +++ b/src/java/com/samskivert/servlet/util/CookieUtil.java @@ -1,5 +1,22 @@ // -// $Id: CookieUtil.java,v 1.3 2003/10/14 02:00:45 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.servlet.util; diff --git a/src/java/com/samskivert/servlet/util/DataValidationException.java b/src/java/com/samskivert/servlet/util/DataValidationException.java index bc39835f..6e365995 100644 --- a/src/java/com/samskivert/servlet/util/DataValidationException.java +++ b/src/java/com/samskivert/servlet/util/DataValidationException.java @@ -1,8 +1,8 @@ // -// $Id: DataValidationException.java,v 1.1 2001/10/31 09:44:22 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 c2e55831..514228ae 100644 --- a/src/java/com/samskivert/servlet/util/ExceptionMap.java +++ b/src/java/com/samskivert/servlet/util/ExceptionMap.java @@ -1,8 +1,8 @@ // -// $Id: ExceptionMap.java,v 1.2 2004/02/25 13:17:13 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 a3505728..11d7a572 100644 --- a/src/java/com/samskivert/servlet/util/FriendlyException.java +++ b/src/java/com/samskivert/servlet/util/FriendlyException.java @@ -1,8 +1,8 @@ // -// $Id: FriendlyException.java,v 1.1 2001/10/31 09:44:22 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 c10d489b..c550fe33 100644 --- a/src/java/com/samskivert/servlet/util/HTMLUtil.java +++ b/src/java/com/samskivert/servlet/util/HTMLUtil.java @@ -1,9 +1,9 @@ // -// $Id: HTMLUtil.java,v 1.2 2002/12/30 04:52:36 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/servlet/util/ParameterUtil.java b/src/java/com/samskivert/servlet/util/ParameterUtil.java index e1ad6cb5..b85a27c6 100644 --- a/src/java/com/samskivert/servlet/util/ParameterUtil.java +++ b/src/java/com/samskivert/servlet/util/ParameterUtil.java @@ -1,9 +1,9 @@ // -// $Id: ParameterUtil.java,v 1.14 2004/02/25 13:17:13 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/servlet/util/RequestUtils.java b/src/java/com/samskivert/servlet/util/RequestUtils.java index 9fa5021b..9205b79d 100644 --- a/src/java/com/samskivert/servlet/util/RequestUtils.java +++ b/src/java/com/samskivert/servlet/util/RequestUtils.java @@ -1,8 +1,8 @@ // -// $Id: RequestUtils.java,v 1.10 2004/02/25 13:17:13 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 9d436b35..d83649ee 100644 --- a/src/java/com/samskivert/servlet/util/ServiceWaiter.java +++ b/src/java/com/samskivert/servlet/util/ServiceWaiter.java @@ -1,5 +1,22 @@ // -// $Id: ServiceWaiter.java,v 1.4 2003/08/15 03:07:52 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.servlet.util; diff --git a/src/java/com/samskivert/swing/AWTResultListener.java b/src/java/com/samskivert/swing/AWTResultListener.java index 5ee01a93..2665affe 100644 --- a/src/java/com/samskivert/swing/AWTResultListener.java +++ b/src/java/com/samskivert/swing/AWTResultListener.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/AbsoluteLayout.java b/src/java/com/samskivert/swing/AbsoluteLayout.java index 7604d297..167de167 100644 --- a/src/java/com/samskivert/swing/AbsoluteLayout.java +++ b/src/java/com/samskivert/swing/AbsoluteLayout.java @@ -1,5 +1,22 @@ // -// $Id: AbsoluteLayout.java,v 1.1 2002/09/25 23:49:10 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/CollapsibleList.java b/src/java/com/samskivert/swing/CollapsibleList.java index 68132bf5..8dadd8c8 100644 --- a/src/java/com/samskivert/swing/CollapsibleList.java +++ b/src/java/com/samskivert/swing/CollapsibleList.java @@ -1,8 +1,8 @@ // -// $Id: CollapsibleList.java,v 1.4 2002/05/20 18:06:07 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2002 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 d374996a..9858c4b6 100644 --- a/src/java/com/samskivert/swing/CollapsiblePanel.java +++ b/src/java/com/samskivert/swing/CollapsiblePanel.java @@ -1,5 +1,22 @@ // -// $Id: CollapsiblePanel.java,v 1.8 2003/06/26 05:55:47 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/ComboButtonBox.java b/src/java/com/samskivert/swing/ComboButtonBox.java index 41f7827e..35cfdd7e 100644 --- a/src/java/com/samskivert/swing/ComboButtonBox.java +++ b/src/java/com/samskivert/swing/ComboButtonBox.java @@ -1,5 +1,22 @@ // -// $Id: ComboButtonBox.java,v 1.5 2004/02/25 13:17:41 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/CommandButton.java b/src/java/com/samskivert/swing/CommandButton.java index b5bbe372..ca7c6b05 100644 --- a/src/java/com/samskivert/swing/CommandButton.java +++ b/src/java/com/samskivert/swing/CommandButton.java @@ -1,5 +1,22 @@ // -// $Id: CommandButton.java,v 1.2 2003/05/03 00:10:27 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/ControlledPanel.java b/src/java/com/samskivert/swing/ControlledPanel.java index 58f6288c..d7535892 100644 --- a/src/java/com/samskivert/swing/ControlledPanel.java +++ b/src/java/com/samskivert/swing/ControlledPanel.java @@ -1,5 +1,22 @@ // -// $Id: ControlledPanel.java,v 1.2 2002/12/18 04:19:16 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/Controller.java b/src/java/com/samskivert/swing/Controller.java index 28967ec4..d360e40b 100644 --- a/src/java/com/samskivert/swing/Controller.java +++ b/src/java/com/samskivert/swing/Controller.java @@ -1,8 +1,8 @@ // -// $Id: Controller.java,v 1.18 2004/05/21 20:53:08 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 25d5fabd..e68a652e 100644 --- a/src/java/com/samskivert/swing/ControllerProvider.java +++ b/src/java/com/samskivert/swing/ControllerProvider.java @@ -1,8 +1,8 @@ // -// $Id: ControllerProvider.java,v 1.3 2001/08/14 00:59:19 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 db93dccb..ef2e1690 100644 --- a/src/java/com/samskivert/swing/DimenInfo.java +++ b/src/java/com/samskivert/swing/DimenInfo.java @@ -1,8 +1,8 @@ // -// $Id: DimenInfo.java,v 1.2 2001/08/11 22:43:28 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 0defcc1c..5d551bc9 100644 --- a/src/java/com/samskivert/swing/DimmedIcon.java +++ b/src/java/com/samskivert/swing/DimmedIcon.java @@ -1,5 +1,22 @@ // -// $Id: DimmedIcon.java,v 1.1 2004/04/23 16:46:37 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/EnablingAdapter.java b/src/java/com/samskivert/swing/EnablingAdapter.java index 8d6959ca..7ab85c46 100644 --- a/src/java/com/samskivert/swing/EnablingAdapter.java +++ b/src/java/com/samskivert/swing/EnablingAdapter.java @@ -1,5 +1,22 @@ // -// $Id: EnablingAdapter.java,v 1.1 2002/10/23 02:06:14 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/GroupLayout.java b/src/java/com/samskivert/swing/GroupLayout.java index e28df8ea..3de46523 100644 --- a/src/java/com/samskivert/swing/GroupLayout.java +++ b/src/java/com/samskivert/swing/GroupLayout.java @@ -1,8 +1,8 @@ // -// $Id: GroupLayout.java,v 1.8 2004/02/25 13:17:41 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 aa137e0a..0a0e1ef0 100644 --- a/src/java/com/samskivert/swing/GroupLayoutTest.java +++ b/src/java/com/samskivert/swing/GroupLayoutTest.java @@ -1,8 +1,8 @@ // -// $Id: GroupLayoutTest.java,v 1.3 2001/10/09 19:46:31 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 1230295b..024a985c 100644 --- a/src/java/com/samskivert/swing/HGroupLayout.java +++ b/src/java/com/samskivert/swing/HGroupLayout.java @@ -1,8 +1,8 @@ // -// $Id: HGroupLayout.java,v 1.10 2003/04/10 21:43:13 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 152b484f..db6fcac1 100644 --- a/src/java/com/samskivert/swing/IntField.java +++ b/src/java/com/samskivert/swing/IntField.java @@ -1,5 +1,22 @@ // -// $Id: IntField.java,v 1.8 2004/06/08 21:15:18 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/IntegerTableCellRenderer.java b/src/java/com/samskivert/swing/IntegerTableCellRenderer.java index 17e9fc23..62f70d59 100644 --- a/src/java/com/samskivert/swing/IntegerTableCellRenderer.java +++ b/src/java/com/samskivert/swing/IntegerTableCellRenderer.java @@ -1,5 +1,22 @@ // -// $Id: IntegerTableCellRenderer.java,v 1.2 2004/05/18 19:08:45 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/JInternalDialog.java b/src/java/com/samskivert/swing/JInternalDialog.java index 88f1aa6d..0bf9ca0b 100644 --- a/src/java/com/samskivert/swing/JInternalDialog.java +++ b/src/java/com/samskivert/swing/JInternalDialog.java @@ -1,5 +1,22 @@ // -// $Id: JInternalDialog.java,v 1.1 2002/07/09 17:48:23 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/Label.java b/src/java/com/samskivert/swing/Label.java index 62d32510..d8154bd7 100644 --- a/src/java/com/samskivert/swing/Label.java +++ b/src/java/com/samskivert/swing/Label.java @@ -1,8 +1,8 @@ // -// $Id: Label.java,v 1.37 2004/02/25 13:17:41 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2002 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 fe26bc98..d1f4b651 100644 --- a/src/java/com/samskivert/swing/LabelSausage.java +++ b/src/java/com/samskivert/swing/LabelSausage.java @@ -1,5 +1,22 @@ // -// $Id: LabelSausage.java,v 1.3 2003/05/14 01:52:52 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/LabelStyleConstants.java b/src/java/com/samskivert/swing/LabelStyleConstants.java index eb8a7296..b2c0ebb4 100644 --- a/src/java/com/samskivert/swing/LabelStyleConstants.java +++ b/src/java/com/samskivert/swing/LabelStyleConstants.java @@ -1,8 +1,8 @@ // -// $Id: LabelStyleConstants.java,v 1.4 2003/11/15 03:17:28 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2002 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 368ad461..47aa41cd 100644 --- a/src/java/com/samskivert/swing/LazyComponent.java +++ b/src/java/com/samskivert/swing/LazyComponent.java @@ -1,5 +1,22 @@ // -// $Id: LazyComponent.java,v 1.1 2004/05/21 20:57:12 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/MultiLineLabel.java b/src/java/com/samskivert/swing/MultiLineLabel.java index 829ab789..f7959c76 100644 --- a/src/java/com/samskivert/swing/MultiLineLabel.java +++ b/src/java/com/samskivert/swing/MultiLineLabel.java @@ -1,8 +1,8 @@ // -// $Id: MultiLineLabel.java,v 1.14 2004/02/25 13:17:41 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2002 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 ca173b60..2b6d8acb 100644 --- a/src/java/com/samskivert/swing/ObjectEditorTable.java +++ b/src/java/com/samskivert/swing/ObjectEditorTable.java @@ -1,5 +1,22 @@ // -// $Id: ObjectEditorTable.java,v 1.4 2004/06/15 17:57:17 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/RadialLabelSausage.java b/src/java/com/samskivert/swing/RadialLabelSausage.java index 43b00fc4..879b9c11 100644 --- a/src/java/com/samskivert/swing/RadialLabelSausage.java +++ b/src/java/com/samskivert/swing/RadialLabelSausage.java @@ -1,5 +1,22 @@ // -// $Id: RadialLabelSausage.java,v 1.1 2003/04/15 20:28:36 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/RadialMenu.java b/src/java/com/samskivert/swing/RadialMenu.java index d5faa757..86ac49ee 100644 --- a/src/java/com/samskivert/swing/RadialMenu.java +++ b/src/java/com/samskivert/swing/RadialMenu.java @@ -1,5 +1,22 @@ // -// $Id: RadialMenu.java,v 1.6 2004/02/25 13:17:41 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/RadialMenuItem.java b/src/java/com/samskivert/swing/RadialMenuItem.java index 715d19a5..0173aecb 100644 --- a/src/java/com/samskivert/swing/RadialMenuItem.java +++ b/src/java/com/samskivert/swing/RadialMenuItem.java @@ -1,5 +1,22 @@ // -// $Id: RadialMenuItem.java,v 1.2 2004/02/25 13:17:41 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/RuntimeAdjust.java b/src/java/com/samskivert/swing/RuntimeAdjust.java index 91f0bc89..0073373d 100644 --- a/src/java/com/samskivert/swing/RuntimeAdjust.java +++ b/src/java/com/samskivert/swing/RuntimeAdjust.java @@ -1,5 +1,22 @@ // -// $Id: RuntimeAdjust.java,v 1.11 2004/02/25 13:20:44 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/SafeLayeredPane.java b/src/java/com/samskivert/swing/SafeLayeredPane.java index 6c640939..93dd64e8 100644 --- a/src/java/com/samskivert/swing/SafeLayeredPane.java +++ b/src/java/com/samskivert/swing/SafeLayeredPane.java @@ -1,5 +1,22 @@ // -// $Id: SafeLayeredPane.java,v 1.1 2003/08/14 22:05:07 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/ScaledIcon.java b/src/java/com/samskivert/swing/ScaledIcon.java index 1fc1b219..b6201c18 100644 --- a/src/java/com/samskivert/swing/ScaledIcon.java +++ b/src/java/com/samskivert/swing/ScaledIcon.java @@ -1,5 +1,22 @@ // -// $Id: ScaledIcon.java,v 1.1 2004/04/23 16:46:37 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/ScrollBox.java b/src/java/com/samskivert/swing/ScrollBox.java index fbf0f564..209e5571 100644 --- a/src/java/com/samskivert/swing/ScrollBox.java +++ b/src/java/com/samskivert/swing/ScrollBox.java @@ -1,5 +1,22 @@ // -// $Id: ScrollBox.java,v 1.4 2004/02/25 13:17:41 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/ScrollablePanel.java b/src/java/com/samskivert/swing/ScrollablePanel.java index 5e802651..be97fbb3 100644 --- a/src/java/com/samskivert/swing/ScrollablePanel.java +++ b/src/java/com/samskivert/swing/ScrollablePanel.java @@ -1,5 +1,22 @@ // -// $Id: ScrollablePanel.java,v 1.4 2003/11/05 03:22:28 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/ShapeIcon.java b/src/java/com/samskivert/swing/ShapeIcon.java index 0ca40ed6..3c5851ec 100644 --- a/src/java/com/samskivert/swing/ShapeIcon.java +++ b/src/java/com/samskivert/swing/ShapeIcon.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/SimpleSlider.java b/src/java/com/samskivert/swing/SimpleSlider.java index 4137586a..7358cb44 100644 --- a/src/java/com/samskivert/swing/SimpleSlider.java +++ b/src/java/com/samskivert/swing/SimpleSlider.java @@ -1,5 +1,22 @@ // -// $Id: SimpleSlider.java,v 1.3 2002/10/16 14:55:58 shaper Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/SmartPolygon.java b/src/java/com/samskivert/swing/SmartPolygon.java index b49951dc..d33c5254 100644 --- a/src/java/com/samskivert/swing/SmartPolygon.java +++ b/src/java/com/samskivert/swing/SmartPolygon.java @@ -1,8 +1,8 @@ // -// $Id: SmartPolygon.java,v 1.6 2003/10/10 19:14:43 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 224340e0..d4e9a8a7 100644 --- a/src/java/com/samskivert/swing/Spacer.java +++ b/src/java/com/samskivert/swing/Spacer.java @@ -1,5 +1,22 @@ // -// $Id: Spacer.java,v 1.2 2003/04/01 11:04:18 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/TGraphics2D.java b/src/java/com/samskivert/swing/TGraphics2D.java index 7149703e..d8977a67 100644 --- a/src/java/com/samskivert/swing/TGraphics2D.java +++ b/src/java/com/samskivert/swing/TGraphics2D.java @@ -1,5 +1,22 @@ // -// $Id: TGraphics2D.java,v 1.3 2004/02/25 13:17:41 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/TableMap.java b/src/java/com/samskivert/swing/TableMap.java index eb03c59c..c03703a4 100644 --- a/src/java/com/samskivert/swing/TableMap.java +++ b/src/java/com/samskivert/swing/TableMap.java @@ -1,5 +1,22 @@ // -// $Id: TableMap.java,v 1.1 2003/10/08 23:24:58 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/TableSorter.java b/src/java/com/samskivert/swing/TableSorter.java index fd2c9aaa..66e8a790 100644 --- a/src/java/com/samskivert/swing/TableSorter.java +++ b/src/java/com/samskivert/swing/TableSorter.java @@ -1,5 +1,22 @@ // -// $Id +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/Timer.java b/src/java/com/samskivert/swing/Timer.java index da89d01d..17c92e55 100644 --- a/src/java/com/samskivert/swing/Timer.java +++ b/src/java/com/samskivert/swing/Timer.java @@ -1,5 +1,22 @@ // -// $Id: Timer.java,v 1.2 2003/07/27 17:31:36 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing; diff --git a/src/java/com/samskivert/swing/VGroupLayout.java b/src/java/com/samskivert/swing/VGroupLayout.java index 14d4c229..164c3bec 100644 --- a/src/java/com/samskivert/swing/VGroupLayout.java +++ b/src/java/com/samskivert/swing/VGroupLayout.java @@ -1,8 +1,8 @@ // -// $Id: VGroupLayout.java,v 1.11 2003/04/10 21:43:13 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 1e2efde3..52e7fddd 100644 --- a/src/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java +++ b/src/java/com/samskivert/swing/dnd/AutoscrollingDropTarget.java @@ -1,5 +1,22 @@ // -// $Id: AutoscrollingDropTarget.java,v 1.1 2002/09/06 21:56:57 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing.dnd; diff --git a/src/java/com/samskivert/swing/dnd/DnDManager.java b/src/java/com/samskivert/swing/dnd/DnDManager.java index 55b095d7..51ad4c0d 100644 --- a/src/java/com/samskivert/swing/dnd/DnDManager.java +++ b/src/java/com/samskivert/swing/dnd/DnDManager.java @@ -1,5 +1,22 @@ // -// $Id: DnDManager.java,v 1.21 2004/02/25 13:17:41 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing.dnd; diff --git a/src/java/com/samskivert/swing/dnd/DragSource.java b/src/java/com/samskivert/swing/dnd/DragSource.java index 1f22d091..98abc988 100644 --- a/src/java/com/samskivert/swing/dnd/DragSource.java +++ b/src/java/com/samskivert/swing/dnd/DragSource.java @@ -1,5 +1,22 @@ // -// $Id: DragSource.java,v 1.3 2003/05/20 17:43:02 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing.dnd; diff --git a/src/java/com/samskivert/swing/dnd/DropTarget.java b/src/java/com/samskivert/swing/dnd/DropTarget.java index 17b93559..c787a46a 100644 --- a/src/java/com/samskivert/swing/dnd/DropTarget.java +++ b/src/java/com/samskivert/swing/dnd/DropTarget.java @@ -1,5 +1,22 @@ // -// $Id: DropTarget.java,v 1.5 2003/05/20 17:43:02 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing.dnd; diff --git a/src/java/com/samskivert/swing/event/AncestorAdapter.java b/src/java/com/samskivert/swing/event/AncestorAdapter.java index 8722b73b..ba76e265 100644 --- a/src/java/com/samskivert/swing/event/AncestorAdapter.java +++ b/src/java/com/samskivert/swing/event/AncestorAdapter.java @@ -1,8 +1,8 @@ // -// $Id: AncestorAdapter.java,v 1.2 2001/12/14 18:58:29 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 9d4648f9..fec4ba69 100644 --- a/src/java/com/samskivert/swing/event/CommandEvent.java +++ b/src/java/com/samskivert/swing/event/CommandEvent.java @@ -1,5 +1,22 @@ // -// $Id: CommandEvent.java,v 1.4 2003/01/29 22:20:14 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing.event; diff --git a/src/java/com/samskivert/swing/event/DocumentAdapter.java b/src/java/com/samskivert/swing/event/DocumentAdapter.java index ebf737d6..cbd9567e 100644 --- a/src/java/com/samskivert/swing/event/DocumentAdapter.java +++ b/src/java/com/samskivert/swing/event/DocumentAdapter.java @@ -1,5 +1,22 @@ // -// $Id: DocumentAdapter.java,v 1.1 2004/05/01 01:40:34 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing.event; diff --git a/src/java/com/samskivert/swing/event/MouseArmingAdapter.java b/src/java/com/samskivert/swing/event/MouseArmingAdapter.java index ae90058c..a38ec8af 100644 --- a/src/java/com/samskivert/swing/event/MouseArmingAdapter.java +++ b/src/java/com/samskivert/swing/event/MouseArmingAdapter.java @@ -1,8 +1,8 @@ // -// $Id: MouseArmingAdapter.java,v 1.1 2002/12/13 04:30:38 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2002 Ray Greenwell +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 5996d98d..e072cf5f 100644 --- a/src/java/com/samskivert/swing/event/PopupMenuAdapter.java +++ b/src/java/com/samskivert/swing/event/PopupMenuAdapter.java @@ -1,8 +1,8 @@ // -// $Id: PopupMenuAdapter.java,v 1.1 2002/10/27 08:31:29 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2002 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 ae27fe78..66756712 100644 --- a/src/java/com/samskivert/swing/tests/AdjustTestApp.java +++ b/src/java/com/samskivert/swing/tests/AdjustTestApp.java @@ -1,5 +1,22 @@ // -// $Id: AdjustTestApp.java,v 1.2 2003/01/15 03:24:53 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing.tests; diff --git a/src/java/com/samskivert/swing/tests/LabelDemo.java b/src/java/com/samskivert/swing/tests/LabelDemo.java index c80d0545..802e002a 100644 --- a/src/java/com/samskivert/swing/tests/LabelDemo.java +++ b/src/java/com/samskivert/swing/tests/LabelDemo.java @@ -1,5 +1,22 @@ // -// $Id: LabelDemo.java,v 1.10 2004/02/25 13:22:25 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing.tests; diff --git a/src/java/com/samskivert/swing/tests/ProximityTrackerTest.java b/src/java/com/samskivert/swing/tests/ProximityTrackerTest.java index 8e3fc2f7..c3c948ba 100644 --- a/src/java/com/samskivert/swing/tests/ProximityTrackerTest.java +++ b/src/java/com/samskivert/swing/tests/ProximityTrackerTest.java @@ -1,8 +1,8 @@ // -// $Id: ProximityTrackerTest.java,v 1.3 2004/02/25 13:21:41 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 6863396b..65d79bc4 100644 --- a/src/java/com/samskivert/swing/tests/TestComboButtonBox.java +++ b/src/java/com/samskivert/swing/tests/TestComboButtonBox.java @@ -1,5 +1,22 @@ // -// $Id: TestComboButtonBox.java,v 1.1 2002/03/10 05:10:37 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing.tests; diff --git a/src/java/com/samskivert/swing/util/ButtonUtil.java b/src/java/com/samskivert/swing/util/ButtonUtil.java index 6ce18f4c..7ac9da7c 100644 --- a/src/java/com/samskivert/swing/util/ButtonUtil.java +++ b/src/java/com/samskivert/swing/util/ButtonUtil.java @@ -1,5 +1,22 @@ // -// $Id: ButtonUtil.java,v 1.3 2003/11/18 01:57:02 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing.util; diff --git a/src/java/com/samskivert/swing/util/DialogUtil.java b/src/java/com/samskivert/swing/util/DialogUtil.java index c8bfac50..e21c9c9b 100644 --- a/src/java/com/samskivert/swing/util/DialogUtil.java +++ b/src/java/com/samskivert/swing/util/DialogUtil.java @@ -1,8 +1,8 @@ // -// $Id: DialogUtil.java,v 1.6 2002/10/04 01:24:58 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2002 Ray Greenwell +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 6c0a79ea..3cff77c0 100644 --- a/src/java/com/samskivert/swing/util/MenuUtil.java +++ b/src/java/com/samskivert/swing/util/MenuUtil.java @@ -1,8 +1,8 @@ // -// $Id: MenuUtil.java,v 1.6 2002/02/05 21:48:47 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 0ac63a73..6639cef6 100644 --- a/src/java/com/samskivert/swing/util/MouseHijacker.java +++ b/src/java/com/samskivert/swing/util/MouseHijacker.java @@ -1,5 +1,22 @@ // -// $Id: MouseHijacker.java,v 1.1 2002/06/27 00:14:52 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.swing.util; diff --git a/src/java/com/samskivert/swing/util/ProximityTracker.java b/src/java/com/samskivert/swing/util/ProximityTracker.java index b6b50eb6..80b13a51 100644 --- a/src/java/com/samskivert/swing/util/ProximityTracker.java +++ b/src/java/com/samskivert/swing/util/ProximityTracker.java @@ -1,8 +1,8 @@ // -// $Id: ProximityTracker.java,v 1.1 2001/12/15 03:19:03 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 9e93106e..eaf76aef 100644 --- a/src/java/com/samskivert/swing/util/RetryableTask.java +++ b/src/java/com/samskivert/swing/util/RetryableTask.java @@ -1,8 +1,8 @@ // -// $Id: RetryableTask.java,v 1.4 2004/02/25 13:17:41 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 23a333ce..152a23fc 100644 --- a/src/java/com/samskivert/swing/util/SwingUtil.java +++ b/src/java/com/samskivert/swing/util/SwingUtil.java @@ -1,8 +1,8 @@ // -// $Id: SwingUtil.java,v 1.32 2004/06/08 01:25:14 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 69448e5d..b29ff8cd 100644 --- a/src/java/com/samskivert/swing/util/Task.java +++ b/src/java/com/samskivert/swing/util/Task.java @@ -1,8 +1,8 @@ // -// $Id: Task.java,v 1.3 2001/08/11 22:43:29 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 7983f05a..b26f7860 100644 --- a/src/java/com/samskivert/swing/util/TaskAdapter.java +++ b/src/java/com/samskivert/swing/util/TaskAdapter.java @@ -1,8 +1,8 @@ // -// $Id: TaskAdapter.java,v 1.1 2002/03/04 00:12:23 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 e27bd300..491cc3d0 100644 --- a/src/java/com/samskivert/swing/util/TaskMaster.java +++ b/src/java/com/samskivert/swing/util/TaskMaster.java @@ -1,8 +1,8 @@ // -// $Id: TaskMaster.java,v 1.6 2003/05/04 23:35:03 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 55c2fc53..40ff32b0 100644 --- a/src/java/com/samskivert/swing/util/TaskObserver.java +++ b/src/java/com/samskivert/swing/util/TaskObserver.java @@ -1,8 +1,8 @@ // -// $Id: TaskObserver.java,v 1.2 2001/08/11 22:43:29 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 73ef6aed..06a4fdb2 100644 --- a/src/java/com/samskivert/test/TestUtil.java +++ b/src/java/com/samskivert/test/TestUtil.java @@ -1,8 +1,8 @@ // -// $Id: TestUtil.java,v 1.2 2001/12/13 01:31:22 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 74de0c2b..95d2e0a7 100644 --- a/src/java/com/samskivert/text/MessageUtil.java +++ b/src/java/com/samskivert/text/MessageUtil.java @@ -1,5 +1,22 @@ // -// $Id: MessageUtil.java,v 1.3 2004/03/03 11:44:09 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.text; diff --git a/src/java/com/samskivert/util/ArrayIntSet.java b/src/java/com/samskivert/util/ArrayIntSet.java index 8be97091..43ee1cc3 100644 --- a/src/java/com/samskivert/util/ArrayIntSet.java +++ b/src/java/com/samskivert/util/ArrayIntSet.java @@ -1,8 +1,8 @@ // -// $Id: ArrayIntSet.java,v 1.15 2003/11/27 02:10:34 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 171453b9..c4da7245 100644 --- a/src/java/com/samskivert/util/ArrayUtil.java +++ b/src/java/com/samskivert/util/ArrayUtil.java @@ -1,8 +1,8 @@ // -// $Id: ArrayUtil.java,v 1.27 2004/02/25 13:20:44 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 2bc7e5cc..3c26a9bf 100644 --- a/src/java/com/samskivert/util/AuditLogger.java +++ b/src/java/com/samskivert/util/AuditLogger.java @@ -1,5 +1,22 @@ // -// $Id: AuditLogger.java,v 1.3 2003/09/12 02:31:14 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/BaseArrayList.java b/src/java/com/samskivert/util/BaseArrayList.java index 7ed833a3..d6548b1f 100644 --- a/src/java/com/samskivert/util/BaseArrayList.java +++ b/src/java/com/samskivert/util/BaseArrayList.java @@ -1,8 +1,8 @@ // -// $Id: BaseArrayList.java,v 1.21 2004/02/25 13:20:44 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 c87f8aea..9a7958c5 100644 --- a/src/java/com/samskivert/util/BasicRunQueue.java +++ b/src/java/com/samskivert/util/BasicRunQueue.java @@ -1,5 +1,22 @@ // -// $Id: RunQueue.java,v 1.1 2003/08/13 01:55:30 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/CalendarUtil.java b/src/java/com/samskivert/util/CalendarUtil.java index d3fbfb6f..c864860d 100644 --- a/src/java/com/samskivert/util/CalendarUtil.java +++ b/src/java/com/samskivert/util/CalendarUtil.java @@ -1,5 +1,22 @@ // -// $Id: CalendarUtil.java,v 1.2 2004/06/09 09:40:04 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/ChainedResultListener.java b/src/java/com/samskivert/util/ChainedResultListener.java index 4e4264e0..f2e80c9a 100644 --- a/src/java/com/samskivert/util/ChainedResultListener.java +++ b/src/java/com/samskivert/util/ChainedResultListener.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2004 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 4457a066..961314cc 100644 --- a/src/java/com/samskivert/util/CheapIntMap.java +++ b/src/java/com/samskivert/util/CheapIntMap.java @@ -1,5 +1,22 @@ // -// $Id: CheapIntMap.java,v 1.3 2003/02/06 20:02:14 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/ClassUtil.java b/src/java/com/samskivert/util/ClassUtil.java index 152e1fd4..f7c79b82 100644 --- a/src/java/com/samskivert/util/ClassUtil.java +++ b/src/java/com/samskivert/util/ClassUtil.java @@ -1,8 +1,8 @@ // -// $Id: ClassUtil.java,v 1.4 2004/06/03 15:55:52 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 f560c7de..156c603b 100644 --- a/src/java/com/samskivert/util/CollectionUtil.java +++ b/src/java/com/samskivert/util/CollectionUtil.java @@ -1,8 +1,8 @@ // -// $Id: CollectionUtil.java,v 1.7 2004/06/12 23:17:02 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 eb93172d..1646a36b 100644 --- a/src/java/com/samskivert/util/Collections.java +++ b/src/java/com/samskivert/util/Collections.java @@ -1,5 +1,22 @@ // -// $Id: Collections.java,v 1.4 2002/11/07 18:40:40 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/CompactIntListUtil.java b/src/java/com/samskivert/util/CompactIntListUtil.java index 249b1f50..c3196d7d 100644 --- a/src/java/com/samskivert/util/CompactIntListUtil.java +++ b/src/java/com/samskivert/util/CompactIntListUtil.java @@ -1,5 +1,22 @@ // -// $Id: CompactIntListUtil.java,v 1.1 2002/02/03 05:25:20 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/ComparableArrayList.java b/src/java/com/samskivert/util/ComparableArrayList.java index 40fe0682..b173931b 100644 --- a/src/java/com/samskivert/util/ComparableArrayList.java +++ b/src/java/com/samskivert/util/ComparableArrayList.java @@ -1,8 +1,8 @@ // -// $Id: ComparableArrayList.java,v 1.21 2004/02/25 13:20:44 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 f736e611..036e8cfe 100644 --- a/src/java/com/samskivert/util/Comparators.java +++ b/src/java/com/samskivert/util/Comparators.java @@ -1,8 +1,8 @@ // -// $Id: Comparators.java,v 1.3 2002/02/19 03:38:06 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 2c8fb394..adc708a9 100644 --- a/src/java/com/samskivert/util/ComplainingListener.java +++ b/src/java/com/samskivert/util/ComplainingListener.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/Config.java b/src/java/com/samskivert/util/Config.java index 08c9e505..1f2a3347 100644 --- a/src/java/com/samskivert/util/Config.java +++ b/src/java/com/samskivert/util/Config.java @@ -1,9 +1,9 @@ // -// $Id: Config.java,v 1.25 2004/02/25 13:20:44 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/util/ConfigUtil.java b/src/java/com/samskivert/util/ConfigUtil.java index ef106723..2165b422 100644 --- a/src/java/com/samskivert/util/ConfigUtil.java +++ b/src/java/com/samskivert/util/ConfigUtil.java @@ -1,8 +1,8 @@ // -// $Id: ConfigUtil.java,v 1.13 2004/06/12 23:17:02 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 63118b3f..8ae5f654 100644 --- a/src/java/com/samskivert/util/CountHashMap.java +++ b/src/java/com/samskivert/util/CountHashMap.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2004 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 ebdc4e71..25bdd89e 100644 --- a/src/java/com/samskivert/util/Crypt.java +++ b/src/java/com/samskivert/util/Crypt.java @@ -1,8 +1,8 @@ // -// $Id: Crypt.java,v 1.2 2001/08/11 22:43:29 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 a5e8bcc2..73a160fc 100644 --- a/src/java/com/samskivert/util/CurrencyUtil.java +++ b/src/java/com/samskivert/util/CurrencyUtil.java @@ -1,9 +1,9 @@ // -// $Id: CurrencyUtil.java,v 1.1 2003/11/05 00:07:53 eric Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/util/DebugChords.java b/src/java/com/samskivert/util/DebugChords.java index 634e04e2..d7eff3ce 100644 --- a/src/java/com/samskivert/util/DebugChords.java +++ b/src/java/com/samskivert/util/DebugChords.java @@ -1,5 +1,22 @@ // -// $Id: DebugChords.java,v 1.1 2002/07/17 01:51:53 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/DefaultLogProvider.java b/src/java/com/samskivert/util/DefaultLogProvider.java index 938cf47a..ad75b2d5 100644 --- a/src/java/com/samskivert/util/DefaultLogProvider.java +++ b/src/java/com/samskivert/util/DefaultLogProvider.java @@ -1,8 +1,8 @@ // -// $Id: DefaultLogProvider.java,v 1.23 2004/06/15 16:25:02 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 7ae4c6e7..98060d84 100644 --- a/src/java/com/samskivert/util/ExpiringReference.java +++ b/src/java/com/samskivert/util/ExpiringReference.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 4baaba19..fd58acbf 100644 --- a/src/java/com/samskivert/util/FailureListener.java +++ b/src/java/com/samskivert/util/FailureListener.java @@ -1,3 +1,23 @@ +// +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + package com.samskivert.util; /** diff --git a/src/java/com/samskivert/util/FileUtil.java b/src/java/com/samskivert/util/FileUtil.java index 90c955d7..ba0a7413 100644 --- a/src/java/com/samskivert/util/FileUtil.java +++ b/src/java/com/samskivert/util/FileUtil.java @@ -1,5 +1,22 @@ // -// $Id: FileUtil.java,v 1.4 2003/08/09 05:26:32 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/GenUtil.java b/src/java/com/samskivert/util/GenUtil.java index fdcb788e..00455358 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) 2007 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 8522d11b..150c90fb 100644 --- a/src/java/com/samskivert/util/HashIntMap.java +++ b/src/java/com/samskivert/util/HashIntMap.java @@ -1,9 +1,9 @@ // -// $Id: HashIntMap.java,v 1.15 2004/03/15 18:13:15 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/util/Histogram.java b/src/java/com/samskivert/util/Histogram.java index d11fe2ad..2651f29a 100644 --- a/src/java/com/samskivert/util/Histogram.java +++ b/src/java/com/samskivert/util/Histogram.java @@ -1,8 +1,8 @@ // -// $Id: Histogram.java,v 1.4 2003/04/10 20:50:47 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 c4d8d762..7f10b56d 100644 --- a/src/java/com/samskivert/util/IntIntMap.java +++ b/src/java/com/samskivert/util/IntIntMap.java @@ -1,9 +1,9 @@ // -// $Id: IntIntMap.java,v 1.7 2003/06/25 22:03:55 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/util/IntListUtil.java b/src/java/com/samskivert/util/IntListUtil.java index dc855d0c..48f14377 100644 --- a/src/java/com/samskivert/util/IntListUtil.java +++ b/src/java/com/samskivert/util/IntListUtil.java @@ -1,5 +1,22 @@ // -// $Id: IntListUtil.java,v 1.6 2004/05/06 22:01:25 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/IntMap.java b/src/java/com/samskivert/util/IntMap.java index 70d93d6d..4c3676db 100644 --- a/src/java/com/samskivert/util/IntMap.java +++ b/src/java/com/samskivert/util/IntMap.java @@ -1,8 +1,8 @@ // -// $Id: IntMap.java,v 1.1 2001/09/15 17:22:11 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 be08c740..46d70c56 100644 --- a/src/java/com/samskivert/util/IntResultListener.java +++ b/src/java/com/samskivert/util/IntResultListener.java @@ -1,5 +1,22 @@ // -// $Id: IntResultListener.java,v 1.1 2002/03/20 07:07:48 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/IntSet.java b/src/java/com/samskivert/util/IntSet.java index 1aecdaf8..a7b75e70 100644 --- a/src/java/com/samskivert/util/IntSet.java +++ b/src/java/com/samskivert/util/IntSet.java @@ -1,8 +1,8 @@ // -// $Id: IntSet.java,v 1.1 2002/02/03 07:10:16 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 2f00eb05..a1d8b401 100644 --- a/src/java/com/samskivert/util/IntTuple.java +++ b/src/java/com/samskivert/util/IntTuple.java @@ -1,8 +1,8 @@ // -// $Id: IntTuple.java,v 1.4 2003/02/18 18:30:57 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 5fe55e52..7b54f11d 100644 --- a/src/java/com/samskivert/util/Interable.java +++ b/src/java/com/samskivert/util/Interable.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 188bef0b..406b8bb1 100644 --- a/src/java/com/samskivert/util/Interator.java +++ b/src/java/com/samskivert/util/Interator.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2004 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 c24e4a59..26fe44b8 100644 --- a/src/java/com/samskivert/util/Interval.java +++ b/src/java/com/samskivert/util/Interval.java @@ -1,8 +1,8 @@ // -// $Id: Interval.java,v 1.5 2004/02/25 13:20:44 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 99ffb5d7..ed57bc14 100644 --- a/src/java/com/samskivert/util/Invoker.java +++ b/src/java/com/samskivert/util/Invoker.java @@ -1,5 +1,22 @@ // -// $Id: Invoker.java,v 1.1 2004/06/29 03:14:22 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/KeyUtil.java b/src/java/com/samskivert/util/KeyUtil.java index ec14927c..279cac6b 100644 --- a/src/java/com/samskivert/util/KeyUtil.java +++ b/src/java/com/samskivert/util/KeyUtil.java @@ -1,7 +1,9 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2004 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/util/KeyValue.java b/src/java/com/samskivert/util/KeyValue.java index 4c5f1206..d19391f6 100644 --- a/src/java/com/samskivert/util/KeyValue.java +++ b/src/java/com/samskivert/util/KeyValue.java @@ -1,5 +1,22 @@ // -// $Id: KeyValue.java,v 1.2 2003/05/25 01:49:20 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/LRUHashMap.java b/src/java/com/samskivert/util/LRUHashMap.java index 033f6c5e..be14da3d 100644 --- a/src/java/com/samskivert/util/LRUHashMap.java +++ b/src/java/com/samskivert/util/LRUHashMap.java @@ -1,5 +1,22 @@ // -// $Id: LRUHashMap.java,v 1.7 2003/06/05 18:18:12 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/ListUtil.java b/src/java/com/samskivert/util/ListUtil.java index bd1b48a9..c321b336 100644 --- a/src/java/com/samskivert/util/ListUtil.java +++ b/src/java/com/samskivert/util/ListUtil.java @@ -1,5 +1,22 @@ // -// $Id: ListUtil.java,v 1.13 2003/10/07 02:14:18 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/Log.java b/src/java/com/samskivert/util/Log.java index 0e387261..f2d25bab 100644 --- a/src/java/com/samskivert/util/Log.java +++ b/src/java/com/samskivert/util/Log.java @@ -1,8 +1,8 @@ // -// $Id: Log.java,v 1.10 2003/01/15 01:23:21 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 525213ff..28886967 100644 --- a/src/java/com/samskivert/util/LogProvider.java +++ b/src/java/com/samskivert/util/LogProvider.java @@ -1,8 +1,8 @@ // -// $Id: LogProvider.java,v 1.4 2002/11/21 22:41:53 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 eebaea3b..c1ef78b4 100644 --- a/src/java/com/samskivert/util/LoggingLogProvider.java +++ b/src/java/com/samskivert/util/LoggingLogProvider.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2004 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 4f150463..c4af2001 100644 --- a/src/java/com/samskivert/util/LoopingThread.java +++ b/src/java/com/samskivert/util/LoopingThread.java @@ -1,8 +1,8 @@ // -// $Id: LoopingThread.java,v 1.8 2003/03/31 04:09:50 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 836bab14..2b1458a4 100644 --- a/src/java/com/samskivert/util/MapEntry.java +++ b/src/java/com/samskivert/util/MapEntry.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 2bb373c3..5fae7fbd 100644 --- a/src/java/com/samskivert/util/MethodFinder.java +++ b/src/java/com/samskivert/util/MethodFinder.java @@ -1,8 +1,8 @@ // -// $Id: MethodFinder.java,v 1.5 2002/02/10 02:13:03 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 a81c183a..1380df87 100644 --- a/src/java/com/samskivert/util/Multex.java +++ b/src/java/com/samskivert/util/Multex.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2004 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 dc9c8922..6df4ea43 100644 --- a/src/java/com/samskivert/util/ObjectUtil.java +++ b/src/java/com/samskivert/util/ObjectUtil.java @@ -1,8 +1,8 @@ // -// $Id: ObjectUtil.java,v 1.2 2004/02/25 13:19:49 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 e5df8582..5f4bea28 100644 --- a/src/java/com/samskivert/util/ObserverList.java +++ b/src/java/com/samskivert/util/ObserverList.java @@ -1,5 +1,22 @@ // -// $Id: ObserverList.java,v 1.5 2002/12/13 00:48:19 shaper Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/OneLineLogFormatter.java b/src/java/com/samskivert/util/OneLineLogFormatter.java index bf5f5a53..b28f244b 100644 --- a/src/java/com/samskivert/util/OneLineLogFormatter.java +++ b/src/java/com/samskivert/util/OneLineLogFormatter.java @@ -1,7 +1,9 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2004 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/util/Predicate.java b/src/java/com/samskivert/util/Predicate.java index 4409aa5c..f00c9419 100644 --- a/src/java/com/samskivert/util/Predicate.java +++ b/src/java/com/samskivert/util/Predicate.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2004 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 58342fbc..325ce439 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) 2007 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 0a3abfad..62e401be 100644 --- a/src/java/com/samskivert/util/PropertiesUtil.java +++ b/src/java/com/samskivert/util/PropertiesUtil.java @@ -1,8 +1,8 @@ // -// $Id: PropertiesUtil.java,v 1.9 2003/11/13 00:11:28 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 7d3a8b55..f0d27947 100644 --- a/src/java/com/samskivert/util/Queue.java +++ b/src/java/com/samskivert/util/Queue.java @@ -1,8 +1,8 @@ // -// $Id: Queue.java,v 1.3 2001/08/11 22:43:29 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 6202a598..655f02fd 100644 --- a/src/java/com/samskivert/util/QuickSort.java +++ b/src/java/com/samskivert/util/QuickSort.java @@ -1,8 +1,8 @@ // -// $Id: QuickSort.java,v 1.1 2002/02/19 03:37:31 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 9765b809..c5bbeb59 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-2006 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 90dfbdb5..f6b97f4b 100644 --- a/src/java/com/samskivert/util/RecentList.java +++ b/src/java/com/samskivert/util/RecentList.java @@ -1,5 +1,22 @@ // -// $Id: RecentList.java,v 1.1 2003/01/21 21:46:31 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/RepeatCallTracker.java b/src/java/com/samskivert/util/RepeatCallTracker.java index 0b5f83aa..14cec71a 100644 --- a/src/java/com/samskivert/util/RepeatCallTracker.java +++ b/src/java/com/samskivert/util/RepeatCallTracker.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/RepeatRecordFilter.java b/src/java/com/samskivert/util/RepeatRecordFilter.java index 2d38e3b8..d8f9333c 100644 --- a/src/java/com/samskivert/util/RepeatRecordFilter.java +++ b/src/java/com/samskivert/util/RepeatRecordFilter.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 6f46b0d7..f12ba0f9 100644 --- a/src/java/com/samskivert/util/ResultHandler.java +++ b/src/java/com/samskivert/util/ResultHandler.java @@ -1,5 +1,22 @@ // -// $Id: ResultListener.java,v 1.1 2002/03/20 07:07:48 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/ResultListener.java b/src/java/com/samskivert/util/ResultListener.java index f90f5b49..c6b8d2db 100644 --- a/src/java/com/samskivert/util/ResultListener.java +++ b/src/java/com/samskivert/util/ResultListener.java @@ -1,5 +1,22 @@ // -// $Id: ResultListener.java,v 1.1 2002/03/20 07:07:48 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/ResultListenerList.java b/src/java/com/samskivert/util/ResultListenerList.java index 6a13bb4f..09f2044e 100644 --- a/src/java/com/samskivert/util/ResultListenerList.java +++ b/src/java/com/samskivert/util/ResultListenerList.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/RunAnywhere.java b/src/java/com/samskivert/util/RunAnywhere.java index 53323a8f..42689050 100644 --- a/src/java/com/samskivert/util/RunAnywhere.java +++ b/src/java/com/samskivert/util/RunAnywhere.java @@ -1,5 +1,22 @@ // -// $Id: RunAnywhere.java,v 1.5 2003/07/29 00:43:54 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/RunQueue.java b/src/java/com/samskivert/util/RunQueue.java index 065393b0..cf8d243a 100644 --- a/src/java/com/samskivert/util/RunQueue.java +++ b/src/java/com/samskivert/util/RunQueue.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/SerialExecutor.java b/src/java/com/samskivert/util/SerialExecutor.java index b0c71b4d..7f7dea14 100644 --- a/src/java/com/samskivert/util/SerialExecutor.java +++ b/src/java/com/samskivert/util/SerialExecutor.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/ServiceUnavailableException.java b/src/java/com/samskivert/util/ServiceUnavailableException.java index 99a57936..2dff322b 100644 --- a/src/java/com/samskivert/util/ServiceUnavailableException.java +++ b/src/java/com/samskivert/util/ServiceUnavailableException.java @@ -1,8 +1,8 @@ // -// $Id: ServiceUnavailableException.java,v 1.3 2003/03/17 23:01:37 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 21aa8ef0..71675a9a 100644 --- a/src/java/com/samskivert/util/ServiceWaiter.java +++ b/src/java/com/samskivert/util/ServiceWaiter.java @@ -1,5 +1,22 @@ // -// $Id: ServiceWaiter.java,v 1.1 2003/08/15 02:23:47 ray Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/ShortestPath.java b/src/java/com/samskivert/util/ShortestPath.java index b2ed8190..e2d97401 100644 --- a/src/java/com/samskivert/util/ShortestPath.java +++ b/src/java/com/samskivert/util/ShortestPath.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2004 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 7b484003..11d2b2a8 100644 --- a/src/java/com/samskivert/util/SoftCache.java +++ b/src/java/com/samskivert/util/SoftCache.java @@ -1,7 +1,9 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2006 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/util/SortableArrayList.java b/src/java/com/samskivert/util/SortableArrayList.java index 9d8b80b0..c38e1c9d 100644 --- a/src/java/com/samskivert/util/SortableArrayList.java +++ b/src/java/com/samskivert/util/SortableArrayList.java @@ -1,8 +1,8 @@ // -// $Id: SortableArrayList.java,v 1.21 2004/02/25 13:20:44 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 8ebe62da..91a04e31 100644 --- a/src/java/com/samskivert/util/StringUtil.java +++ b/src/java/com/samskivert/util/StringUtil.java @@ -1,9 +1,9 @@ // -// $Id: StringUtil.java,v 1.73 2004/06/12 01:00:51 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/util/SystemInfo.java b/src/java/com/samskivert/util/SystemInfo.java index f34161cb..63fbe159 100644 --- a/src/java/com/samskivert/util/SystemInfo.java +++ b/src/java/com/samskivert/util/SystemInfo.java @@ -1,8 +1,8 @@ // -// $Id: SystemInfo.java,v 1.3 2003/01/15 01:27:44 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2003 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 bc85bd41..8547d06e 100644 --- a/src/java/com/samskivert/util/TermUtil.java +++ b/src/java/com/samskivert/util/TermUtil.java @@ -1,5 +1,22 @@ // -// $Id: TermUtil.java,v 1.3 2004/02/25 13:20:44 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/Throttle.java b/src/java/com/samskivert/util/Throttle.java index c5530d8a..ba4ea915 100644 --- a/src/java/com/samskivert/util/Throttle.java +++ b/src/java/com/samskivert/util/Throttle.java @@ -1,8 +1,8 @@ // -// $Id: Throttle.java,v 1.5 2004/01/05 22:09:19 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 a3fa293b..abdd2626 100644 --- a/src/java/com/samskivert/util/Tuple.java +++ b/src/java/com/samskivert/util/Tuple.java @@ -1,8 +1,8 @@ // -// $Id: Tuple.java,v 1.5 2002/12/19 22:41:13 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 b5550972..ebf5e67e 100644 --- a/src/java/com/samskivert/util/ValueMarshaller.java +++ b/src/java/com/samskivert/util/ValueMarshaller.java @@ -1,5 +1,22 @@ // -// $Id: ValueMarshaller.java,v 1.8 2003/02/06 22:47:41 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util; diff --git a/src/java/com/samskivert/util/tests/ArrayIntSetTest.java b/src/java/com/samskivert/util/tests/ArrayIntSetTest.java index 7d894c96..d0edbaf2 100644 --- a/src/java/com/samskivert/util/tests/ArrayIntSetTest.java +++ b/src/java/com/samskivert/util/tests/ArrayIntSetTest.java @@ -1,8 +1,8 @@ // -// $Id: ArrayIntSetTest.java,v 1.5 2004/02/25 13:21:08 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 293cff70..be3cc141 100644 --- a/src/java/com/samskivert/util/tests/ArrayUtilTest.java +++ b/src/java/com/samskivert/util/tests/ArrayUtilTest.java @@ -1,5 +1,22 @@ // -// $Id: ArrayUtilTest.java,v 1.2 2002/09/06 02:12:26 shaper Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util.tests; diff --git a/src/java/com/samskivert/util/tests/CheapIntMapTest.java b/src/java/com/samskivert/util/tests/CheapIntMapTest.java index 0e8478aa..f3c5adee 100644 --- a/src/java/com/samskivert/util/tests/CheapIntMapTest.java +++ b/src/java/com/samskivert/util/tests/CheapIntMapTest.java @@ -1,5 +1,22 @@ // -// $Id: CheapIntMapTest.java,v 1.1 2003/02/06 19:57:29 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util.tests; diff --git a/src/java/com/samskivert/util/tests/CollectionUtilTest.java b/src/java/com/samskivert/util/tests/CollectionUtilTest.java index 0268dcdf..bf26a453 100644 --- a/src/java/com/samskivert/util/tests/CollectionUtilTest.java +++ b/src/java/com/samskivert/util/tests/CollectionUtilTest.java @@ -1,5 +1,22 @@ // -// $Id: CollectionUtilTest.java,v 1.2 2002/09/23 01:45:47 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util.tests; diff --git a/src/java/com/samskivert/util/tests/ConfigTest.java b/src/java/com/samskivert/util/tests/ConfigTest.java index 00bdc293..ee4cffa0 100644 --- a/src/java/com/samskivert/util/tests/ConfigTest.java +++ b/src/java/com/samskivert/util/tests/ConfigTest.java @@ -1,5 +1,22 @@ // -// $Id: ConfigTest.java,v 1.3 2002/03/28 22:21:06 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util.tests; diff --git a/src/java/com/samskivert/util/tests/ConfigUtilTest.java b/src/java/com/samskivert/util/tests/ConfigUtilTest.java index adebf58c..ed745bd3 100644 --- a/src/java/com/samskivert/util/tests/ConfigUtilTest.java +++ b/src/java/com/samskivert/util/tests/ConfigUtilTest.java @@ -1,8 +1,8 @@ // -// $Id: ConfigUtilTest.java,v 1.5 2004/02/25 13:21:08 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 597dbd63..e20f23cf 100644 --- a/src/java/com/samskivert/util/tests/HashIntMapTest.java +++ b/src/java/com/samskivert/util/tests/HashIntMapTest.java @@ -1,8 +1,8 @@ // -// $Id: HashIntMapTest.java,v 1.5 2004/02/25 13:21:08 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 6dec30bd..e9093406 100644 --- a/src/java/com/samskivert/util/tests/IntListUtilTest.java +++ b/src/java/com/samskivert/util/tests/IntListUtilTest.java @@ -1,8 +1,8 @@ // -// $Id: IntListUtilTest.java,v 1.5 2004/02/25 13:21:08 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 002a29a0..5a98e6ac 100644 --- a/src/java/com/samskivert/util/tests/LRUHashMapTest.java +++ b/src/java/com/samskivert/util/tests/LRUHashMapTest.java @@ -1,5 +1,22 @@ // -// $Id: LRUHashMapTest.java,v 1.1 2003/01/17 00:40:45 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util.tests; diff --git a/src/java/com/samskivert/util/tests/ObserverListTest.java b/src/java/com/samskivert/util/tests/ObserverListTest.java index 11518f9d..655a55b0 100644 --- a/src/java/com/samskivert/util/tests/ObserverListTest.java +++ b/src/java/com/samskivert/util/tests/ObserverListTest.java @@ -1,5 +1,22 @@ // -// $Id: ObserverListTest.java,v 1.2 2004/02/25 13:21:08 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util.tests; diff --git a/src/java/com/samskivert/util/tests/QuickSortTest.java b/src/java/com/samskivert/util/tests/QuickSortTest.java index ead5e800..bb28ef7f 100644 --- a/src/java/com/samskivert/util/tests/QuickSortTest.java +++ b/src/java/com/samskivert/util/tests/QuickSortTest.java @@ -1,5 +1,22 @@ // -// $Id: QuickSortTest.java,v 1.2 2002/04/11 04:07:42 mdb Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util.tests; diff --git a/src/java/com/samskivert/util/tests/SerialExecutorTest.java b/src/java/com/samskivert/util/tests/SerialExecutorTest.java index 2103578e..b7c4328e 100644 --- a/src/java/com/samskivert/util/tests/SerialExecutorTest.java +++ b/src/java/com/samskivert/util/tests/SerialExecutorTest.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.util.tests; diff --git a/src/java/com/samskivert/util/tests/StringUtilTest.java b/src/java/com/samskivert/util/tests/StringUtilTest.java index 06768611..3e828ed7 100644 --- a/src/java/com/samskivert/util/tests/StringUtilTest.java +++ b/src/java/com/samskivert/util/tests/StringUtilTest.java @@ -1,8 +1,8 @@ // -// $Id: StringUtilTest.java,v 1.4 2004/02/25 13:21:08 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 c2902c19..589998dd 100644 --- a/src/java/com/samskivert/util/tests/SystemInfoDemo.java +++ b/src/java/com/samskivert/util/tests/SystemInfoDemo.java @@ -1,8 +1,8 @@ // -// $Id: SystemInfoDemo.java,v 1.1 2003/01/14 22:07:06 shaper Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2003 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 23fe2583..aa3a9238 100644 --- a/src/java/com/samskivert/velocity/Application.java +++ b/src/java/com/samskivert/velocity/Application.java @@ -1,8 +1,8 @@ // -// $Id: Application.java,v 1.9 2004/06/01 08:34:24 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 316899f6..9aa1074e 100644 --- a/src/java/com/samskivert/velocity/CurrencyTool.java +++ b/src/java/com/samskivert/velocity/CurrencyTool.java @@ -1,9 +1,9 @@ // -// $Id: CurrencyTool.java,v 1.1 2003/11/05 00:07:53 eric Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/velocity/DataTool.java b/src/java/com/samskivert/velocity/DataTool.java index 802226ed..19bc196d 100644 --- a/src/java/com/samskivert/velocity/DataTool.java +++ b/src/java/com/samskivert/velocity/DataTool.java @@ -1,5 +1,22 @@ // -// $Id: DataTool.java,v 1.3 2004/01/05 19:13:30 eric Exp $ +// $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.velocity; diff --git a/src/java/com/samskivert/velocity/DispatcherServlet.java b/src/java/com/samskivert/velocity/DispatcherServlet.java index 10af204b..28341a77 100644 --- a/src/java/com/samskivert/velocity/DispatcherServlet.java +++ b/src/java/com/samskivert/velocity/DispatcherServlet.java @@ -1,9 +1,9 @@ // -// $Id: DispatcherServlet.java,v 1.26 2004/06/29 04:37:41 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/velocity/DummyLogic.java b/src/java/com/samskivert/velocity/DummyLogic.java index 862b0dbf..70939001 100644 --- a/src/java/com/samskivert/velocity/DummyLogic.java +++ b/src/java/com/samskivert/velocity/DummyLogic.java @@ -1,8 +1,8 @@ // -// $Id: DummyLogic.java,v 1.1 2001/10/31 09:44:22 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 ca501381..74065470 100644 --- a/src/java/com/samskivert/velocity/FormTool.java +++ b/src/java/com/samskivert/velocity/FormTool.java @@ -1,9 +1,9 @@ // -// $Id: FormTool.java,v 1.14 2003/11/04 23:06:59 eric Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/velocity/I18nTool.java b/src/java/com/samskivert/velocity/I18nTool.java index c8597f9e..50562112 100644 --- a/src/java/com/samskivert/velocity/I18nTool.java +++ b/src/java/com/samskivert/velocity/I18nTool.java @@ -1,9 +1,9 @@ // -// $Id: I18nTool.java,v 1.2 2003/07/02 21:32:27 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/velocity/ImportDirective.java b/src/java/com/samskivert/velocity/ImportDirective.java index c711ecd2..059e8f7d 100644 --- a/src/java/com/samskivert/velocity/ImportDirective.java +++ b/src/java/com/samskivert/velocity/ImportDirective.java @@ -1,8 +1,8 @@ // -// $Id: ImportDirective.java,v 1.2 2004/01/14 09:10:05 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 9a6ea8f7..ad13e043 100644 --- a/src/java/com/samskivert/velocity/InvocationContext.java +++ b/src/java/com/samskivert/velocity/InvocationContext.java @@ -1,9 +1,9 @@ // -// $Id: InvocationContext.java,v 1.5 2003/10/13 17:52:27 ray Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/velocity/Logic.java b/src/java/com/samskivert/velocity/Logic.java index c4578c7a..b3faac2f 100644 --- a/src/java/com/samskivert/velocity/Logic.java +++ b/src/java/com/samskivert/velocity/Logic.java @@ -1,8 +1,8 @@ // -// $Id: Logic.java,v 1.2 2004/02/25 13:16:32 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 8979ae3e..946c7908 100644 --- a/src/java/com/samskivert/velocity/ServletContextLogger.java +++ b/src/java/com/samskivert/velocity/ServletContextLogger.java @@ -1,8 +1,8 @@ // -// $Id: ServletContextLogger.java,v 1.6 2003/08/05 07:09:31 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 ef740dfa..87466a0d 100644 --- a/src/java/com/samskivert/velocity/ServletContextResourceLoader.java +++ b/src/java/com/samskivert/velocity/ServletContextResourceLoader.java @@ -1,8 +1,8 @@ // -// $Id: ServletContextResourceLoader.java,v 1.5 2004/02/25 13:16:32 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 ba3734c0..e991d030 100644 --- a/src/java/com/samskivert/velocity/ServletContextResourceManager.java +++ b/src/java/com/samskivert/velocity/ServletContextResourceManager.java @@ -1,8 +1,8 @@ // -// $Id: ServletContextResourceManager.java,v 1.6 2004/02/25 13:16:32 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 fae65a25..6a26df0c 100644 --- a/src/java/com/samskivert/velocity/SiteJarResourceLoader.java +++ b/src/java/com/samskivert/velocity/SiteJarResourceLoader.java @@ -1,8 +1,8 @@ // -// $Id: SiteJarResourceLoader.java,v 1.3 2004/02/25 13:16:32 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 66ef567b..582e6ed8 100644 --- a/src/java/com/samskivert/velocity/SiteKey.java +++ b/src/java/com/samskivert/velocity/SiteKey.java @@ -1,6 +1,8 @@ // +// $Id$ +// // samskivert library - useful routines for java programs -// Copyright (C) 2001-2004 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 b4e41937..ab090669 100644 --- a/src/java/com/samskivert/velocity/SiteResourceManager.java +++ b/src/java/com/samskivert/velocity/SiteResourceManager.java @@ -1,8 +1,8 @@ // -// $Id: SiteResourceManager.java,v 1.6 2004/02/25 13:16:32 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 a970ff2d..4893f14c 100644 --- a/src/java/com/samskivert/velocity/StringTool.java +++ b/src/java/com/samskivert/velocity/StringTool.java @@ -1,9 +1,9 @@ // -// $Id: StringTool.java,v 1.15 2004/02/25 13:16:32 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne -// +// Copyright (C) 2001-2007 Michael Bayne +// // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; either version 2.1 of the License, or diff --git a/src/java/com/samskivert/velocity/VelocityTestCase.java b/src/java/com/samskivert/velocity/VelocityTestCase.java index 42a62c44..4fa3ac90 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) 2006 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 063935a4..4c7a0238 100644 --- a/src/java/com/samskivert/velocity/VelocityUtil.java +++ b/src/java/com/samskivert/velocity/VelocityUtil.java @@ -1,5 +1,22 @@ // // $Id$ +// +// samskivert library - useful routines for java programs +// Copyright (C) 2001-2007 Michael Bayne +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.samskivert.velocity; diff --git a/src/java/com/samskivert/xml/CallMethodSpecialRule.java b/src/java/com/samskivert/xml/CallMethodSpecialRule.java index 2113a889..0c0a04e9 100644 --- a/src/java/com/samskivert/xml/CallMethodSpecialRule.java +++ b/src/java/com/samskivert/xml/CallMethodSpecialRule.java @@ -1,8 +1,8 @@ // -// $Id: CallMethodSpecialRule.java,v 1.5 2004/02/25 13:16:32 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 aedd05d9..916f9b1a 100644 --- a/src/java/com/samskivert/xml/CheckVersionRule.java +++ b/src/java/com/samskivert/xml/CheckVersionRule.java @@ -1,8 +1,8 @@ // -// $Id: CheckVersionRule.java,v 1.1 2001/11/17 03:55:35 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 33152933..333cfb44 100644 --- a/src/java/com/samskivert/xml/SetFieldRule.java +++ b/src/java/com/samskivert/xml/SetFieldRule.java @@ -1,8 +1,8 @@ // -// $Id: SetFieldRule.java,v 1.5 2004/02/25 13:16:32 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 64a107a7..0c5a4877 100644 --- a/src/java/com/samskivert/xml/SetNextFieldRule.java +++ b/src/java/com/samskivert/xml/SetNextFieldRule.java @@ -1,8 +1,8 @@ // -// $Id: SetNextFieldRule.java,v 1.3 2004/02/25 13:16:32 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 29bd38b4..73b2b413 100644 --- a/src/java/com/samskivert/xml/SetPropertyFieldsRule.java +++ b/src/java/com/samskivert/xml/SetPropertyFieldsRule.java @@ -1,8 +1,8 @@ // -// $Id: SetPropertyFieldsRule.java,v 1.3 2002/12/16 02:11:42 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 9d92eaa1..1ae08994 100644 --- a/src/java/com/samskivert/xml/SimpleParser.java +++ b/src/java/com/samskivert/xml/SimpleParser.java @@ -1,8 +1,8 @@ // -// $Id: SimpleParser.java,v 1.4 2001/11/17 03:43:48 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 1483a5b1..4de8ebb9 100644 --- a/src/java/com/samskivert/xml/ValidatedSetNextRule.java +++ b/src/java/com/samskivert/xml/ValidatedSetNextRule.java @@ -1,8 +1,8 @@ // -// $Id: ValidatedSetNextRule.java,v 1.3 2004/02/25 13:16:32 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 5b953195..578af798 100644 --- a/src/java/com/samskivert/xml/XMLUtil.java +++ b/src/java/com/samskivert/xml/XMLUtil.java @@ -1,8 +1,8 @@ // -// $Id: XMLUtil.java,v 1.4 2004/02/25 13:16:32 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Walter Korman +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute 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 8d1538a4..d81af54e 100644 --- a/src/java/com/samskivert/xml/tests/SetFieldRuleTest.java +++ b/src/java/com/samskivert/xml/tests/SetFieldRuleTest.java @@ -1,8 +1,8 @@ // -// $Id: SetFieldRuleTest.java,v 1.4 2004/02/25 13:21:41 mdb Exp $ +// $Id$ // // samskivert library - useful routines for java programs -// Copyright (C) 2001 Michael Bayne +// Copyright (C) 2001-2007 Michael Bayne // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published