diff --git a/src/java/com/samskivert/jdbc/depot/ByteEnum.java b/src/java/com/samskivert/jdbc/depot/ByteEnum.java index 3e38268..477a284 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 e6cd312..0fec7ce 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 671b838..8b828e2 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 e69de29..bd3930a 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 b305ae0..3b62cbd 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 1742914..c81fcd7 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 b41f753..db1ce76 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 ba317ca..1a905f0 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 e27ede0..2484fca 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 7d22590..018bb23 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 9cbe52d..9b6d88f 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 4eab5e5..b33de6a 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 55f2617..68277c4 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 08599ce..dbdfbc0 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 2186167..8642215 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 530a091..3b30a43 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 fba9ec1..4783f3f 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 4dedf88..162f75b 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 4c844c1..5fa2f0c 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 9ea85f8..7382731 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 966d7d0..fa1ed0e 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 2134747..d876e18 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 17545ee..636912a 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 92363a1..8a700c3 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 bc3998d..12c4de0 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 83e676e..e9d7ef8 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 db64452..1d44a59 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 bae7c06..958acc8 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 2e98aad..d1cf47e 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 0e9bab3..82ab079 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 208a62f..304a3a9 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 4770229..242da93 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 f17f264..c0a1e3b 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 e90d53d..0559f86 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 f114ffd..dde86fb 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 9259964..53c76ed 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 e57d8c3..56985e3 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 d3f2ea4..c3fc5e6 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 915e030..fa8f07a 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 9d5996c..57c369b 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 78c6a43..f68689c 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 1c1652f..e957a01 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 e6baa3b..1291992 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 7c0fdfe..b0c29b1 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 652f4c1..9cd53b4 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 dc30aab..12dba6d 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 356f8b8..8c9c759 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 8d5c680..f8c5727 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 d170def..cdbe056 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 f89cf16..319ca5f 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 2272abf..67290db 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 fe558e9..2bf6c53 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 92269fd..ce9bf18 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/tools/GenRecordTask.java b/src/java/com/samskivert/jdbc/depot/tools/GenRecordTask.java index 8030591..c9cf38b 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