From e53288b7c4ff44400bbf8e80709a0d803dfd80dc Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 5 May 2011 18:35:14 +0000 Subject: [PATCH] Compactified header, extracted copyright and license bits into LICENSE. --- COPYING => LGPL | 0 LICENSE | 15 ++++++++++++++ lib/SOURCE_HEADER | 18 +---------------- .../com/samskivert/depot/CacheAdapter.java | 18 +---------------- .../samskivert/depot/CacheInvalidator.java | 18 +---------------- .../java/com/samskivert/depot/CacheKey.java | 18 +---------------- .../com/samskivert/depot/CountRecord.java | 18 +---------------- .../com/samskivert/depot/DataMigration.java | 18 +---------------- .../samskivert/depot/DatabaseException.java | 18 +---------------- .../java/com/samskivert/depot/DateFuncs.java | 18 +---------------- .../com/samskivert/depot/DepotRepository.java | 18 +---------------- .../depot/DuplicateKeyException.java | 18 +---------------- .../com/samskivert/depot/EHCacheAdapter.java | 18 +---------------- src/main/java/com/samskivert/depot/Exps.java | 18 +---------------- src/main/java/com/samskivert/depot/Funcs.java | 18 +---------------- src/main/java/com/samskivert/depot/Key.java | 18 +---------------- .../java/com/samskivert/depot/KeySet.java | 18 +---------------- src/main/java/com/samskivert/depot/Log.java | 18 +---------------- .../java/com/samskivert/depot/MathFuncs.java | 18 +---------------- .../com/samskivert/depot/MultiKeySet.java | 4 ++++ src/main/java/com/samskivert/depot/Ops.java | 18 +---------------- .../samskivert/depot/PersistenceContext.java | 18 +---------------- .../samskivert/depot/PersistentRecord.java | 18 +---------------- src/main/java/com/samskivert/depot/Query.java | 18 +---------------- .../com/samskivert/depot/SQLFragment.java | 3 ++- .../com/samskivert/depot/SchemaMigration.java | 18 +---------------- src/main/java/com/samskivert/depot/Stats.java | 18 +---------------- .../com/samskivert/depot/StringFuncs.java | 18 +---------------- .../com/samskivert/depot/Transformer.java | 18 +---------------- .../com/samskivert/depot/Transformers.java | 18 +---------------- .../depot/ValidatingCacheInvalidator.java | 18 +---------------- .../samskivert/depot/annotation/Column.java | 18 +---------------- .../samskivert/depot/annotation/Computed.java | 18 +---------------- .../samskivert/depot/annotation/Entity.java | 18 +---------------- .../depot/annotation/FullTextIndex.java | 18 +---------------- .../depot/annotation/GeneratedValue.java | 18 +---------------- .../depot/annotation/GenerationType.java | 18 +---------------- .../com/samskivert/depot/annotation/Id.java | 18 +---------------- .../samskivert/depot/annotation/Index.java | 18 +---------------- .../depot/annotation/TableGenerator.java | 18 +---------------- .../depot/annotation/Transform.java | 18 +---------------- .../depot/annotation/Transient.java | 18 +---------------- .../depot/annotation/UniqueConstraint.java | 18 +---------------- .../depot/annotation/package-info.java | 18 +---------------- .../depot/clause/FieldDefinition.java | 18 +---------------- .../depot/clause/FieldOverride.java | 18 +---------------- .../samskivert/depot/clause/ForUpdate.java | 18 +---------------- .../samskivert/depot/clause/FromOverride.java | 18 +---------------- .../com/samskivert/depot/clause/GroupBy.java | 18 +---------------- .../samskivert/depot/clause/InsertClause.java | 18 +---------------- .../com/samskivert/depot/clause/Join.java | 18 +---------------- .../com/samskivert/depot/clause/Limit.java | 18 +---------------- .../com/samskivert/depot/clause/OrderBy.java | 18 +---------------- .../samskivert/depot/clause/QueryClause.java | 18 +---------------- .../samskivert/depot/clause/SelectClause.java | 18 +---------------- .../com/samskivert/depot/clause/Where.java | 18 +---------------- .../samskivert/depot/clause/WhereClause.java | 18 +---------------- .../samskivert/depot/clause/package-info.java | 18 +---------------- .../depot/expression/ColumnExp.java | 18 +---------------- .../depot/expression/FluentExp.java | 18 +---------------- .../depot/expression/SQLExpression.java | 18 +---------------- .../depot/expression/package-info.java | 18 +---------------- .../samskivert/depot/impl/BuildVisitor.java | 18 +---------------- .../depot/impl/DepotMarshaller.java | 18 +---------------- .../samskivert/depot/impl/DepotMetaData.java | 18 +---------------- .../impl/DepotMigrationHistoryRecord.java | 18 +---------------- .../com/samskivert/depot/impl/DepotTypes.java | 18 +---------------- .../com/samskivert/depot/impl/DepotUtil.java | 18 +---------------- .../depot/impl/ExpressionEvaluator.java | 18 +---------------- .../com/samskivert/depot/impl/Fetcher.java | 18 +---------------- .../depot/impl/FieldMarshaller.java | 18 +---------------- .../depot/impl/FindAllKeysQuery.java | 18 +---------------- .../samskivert/depot/impl/FindAllQuery.java | 18 +---------------- .../samskivert/depot/impl/FindOneQuery.java | 18 +---------------- .../depot/impl/FragmentVisitor.java | 18 +---------------- .../samskivert/depot/impl/HSQLBuilder.java | 18 +---------------- .../depot/impl/IdentityValueGenerator.java | 18 +---------------- .../samskivert/depot/impl/KeyCacheKey.java | 18 +---------------- .../com/samskivert/depot/impl/Modifier.java | 18 +---------------- .../samskivert/depot/impl/MySQLBuilder.java | 18 +---------------- .../com/samskivert/depot/impl/Operation.java | 18 +---------------- .../depot/impl/PostgreSQL4Builder.java | 18 +---------------- .../depot/impl/PostgreSQLBuilder.java | 18 +---------------- .../com/samskivert/depot/impl/Projector.java | 18 +---------------- .../depot/impl/QueryMarshaller.java | 18 +---------------- .../samskivert/depot/impl/QueryResult.java | 18 +---------------- .../com/samskivert/depot/impl/SQLBuilder.java | 18 +---------------- .../samskivert/depot/impl/SimpleCacheKey.java | 18 +---------------- .../depot/impl/TableValueGenerator.java | 18 +---------------- .../samskivert/depot/impl/ValueGenerator.java | 18 +---------------- .../depot/impl/clause/CreateIndexClause.java | 18 +---------------- .../depot/impl/clause/DeleteClause.java | 18 +---------------- .../depot/impl/clause/DropIndexClause.java | 18 +---------------- .../depot/impl/clause/UpdateClause.java | 18 +---------------- .../depot/impl/expression/AggregateFun.java | 18 +---------------- .../depot/impl/expression/ArgumentExp.java | 18 +---------------- .../depot/impl/expression/ConditionalFun.java | 18 +---------------- .../depot/impl/expression/DateFun.java | 18 +---------------- .../depot/impl/expression/Function.java | 18 +---------------- .../depot/impl/expression/IntervalExp.java | 18 +---------------- .../depot/impl/expression/LiteralExp.java | 18 +---------------- .../depot/impl/expression/NumericalFun.java | 18 +---------------- .../depot/impl/expression/StringFun.java | 18 +---------------- .../depot/impl/expression/ValueExp.java | 18 +---------------- .../samskivert/depot/impl/operator/Add.java | 18 +---------------- .../depot/impl/operator/Arithmetic.java | 18 +---------------- .../depot/impl/operator/BaseOperator.java | 3 ++- .../depot/impl/operator/BinaryOperator.java | 3 ++- .../depot/impl/operator/BitAnd.java | 18 +---------------- .../samskivert/depot/impl/operator/BitOr.java | 18 +---------------- .../samskivert/depot/impl/operator/Div.java | 18 +---------------- .../depot/impl/operator/Equals.java | 18 +---------------- .../depot/impl/operator/Exists.java | 18 +---------------- .../depot/impl/operator/GreaterThan.java | 18 +---------------- .../impl/operator/GreaterThanEquals.java | 18 +---------------- .../samskivert/depot/impl/operator/In.java | 18 +---------------- .../depot/impl/operator/IsNull.java | 18 +---------------- .../depot/impl/operator/LessThan.java | 18 +---------------- .../depot/impl/operator/LessThanEquals.java | 18 +---------------- .../samskivert/depot/impl/operator/Like.java | 18 +---------------- .../samskivert/depot/impl/operator/Mul.java | 18 +---------------- .../depot/impl/operator/MultiOperator.java | 3 ++- .../samskivert/depot/impl/operator/Not.java | 18 +---------------- .../depot/impl/operator/NotEquals.java | 18 +---------------- .../samskivert/depot/impl/operator/Sub.java | 18 +---------------- .../samskivert/depot/impl/util/SeqImpl.java | 18 +---------------- .../com/samskivert/depot/operator/Case.java | 18 +---------------- .../samskivert/depot/operator/FullText.java | 18 +---------------- .../depot/operator/package-info.java | 18 +---------------- .../com/samskivert/depot/package-info.java | 18 +---------------- .../samskivert/depot/tools/GenRecordTask.java | 18 +---------------- .../samskivert/depot/tools/package-info.java | 18 +---------------- .../com/samskivert/depot/util/Builder2.java | 18 +---------------- .../com/samskivert/depot/util/Builder3.java | 18 +---------------- .../com/samskivert/depot/util/Builder4.java | 18 +---------------- .../com/samskivert/depot/util/Builder5.java | 18 +---------------- .../samskivert/depot/util/RuntimeUtil.java | 18 +---------------- .../com/samskivert/depot/util/Sequence.java | 18 +---------------- .../com/samskivert/depot/util/Tuple2.java | 18 +---------------- .../com/samskivert/depot/util/Tuple3.java | 18 +---------------- .../com/samskivert/depot/util/Tuple4.java | 18 +---------------- .../com/samskivert/depot/util/Tuple5.java | 18 +---------------- .../samskivert/depot/util/package-info.java | 18 +---------------- .../com/samskivert/depot/AllTypesRecord.java | 18 +---------------- .../com/samskivert/depot/AllTypesTest.java | 18 +---------------- .../com/samskivert/depot/ByteEnumTest.java | 18 +---------------- .../java/com/samskivert/depot/CountTest.java | 18 +---------------- .../java/com/samskivert/depot/CrudTest.java | 18 +---------------- .../com/samskivert/depot/EnumKeyRecord.java | 18 +---------------- .../depot/GeneratedValueRecord.java | 18 +---------------- .../samskivert/depot/GeneratedValueTest.java | 18 +---------------- .../java/com/samskivert/depot/KeyTest.java | 18 +---------------- .../com/samskivert/depot/MigrationTest.java | 18 +---------------- .../com/samskivert/depot/MonkeyRecord.java | 18 +---------------- .../com/samskivert/depot/ProjectionTest.java | 18 +---------------- .../java/com/samskivert/depot/QueryTest.java | 18 +---------------- .../java/com/samskivert/depot/TestBase.java | 18 +---------------- .../samskivert/depot/TestCacheAdapter.java | 18 +---------------- .../java/com/samskivert/depot/TestRecord.java | 20 ++----------------- .../com/samskivert/depot/TestRepository.java | 20 ++----------------- .../com/samskivert/depot/TransformTest.java | 18 +---------------- .../samskivert/depot/TransformersTest.java | 18 +---------------- 162 files changed, 184 insertions(+), 2641 deletions(-) rename COPYING => LGPL (100%) create mode 100644 LICENSE diff --git a/COPYING b/LGPL similarity index 100% rename from COPYING rename to LGPL diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d228ec4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +Depot library - a Java relational persistence library +Copyright (C) 2006-2011 Michael Bayne and 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/lib/SOURCE_HEADER b/lib/SOURCE_HEADER index 8f42a04..20dbcaf 100644 --- a/lib/SOURCE_HEADER +++ b/lib/SOURCE_HEADER @@ -1,20 +1,4 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE diff --git a/src/main/java/com/samskivert/depot/CacheAdapter.java b/src/main/java/com/samskivert/depot/CacheAdapter.java index b326c3f..8ab3377 100644 --- a/src/main/java/com/samskivert/depot/CacheAdapter.java +++ b/src/main/java/com/samskivert/depot/CacheAdapter.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/CacheInvalidator.java b/src/main/java/com/samskivert/depot/CacheInvalidator.java index ff44826..c999865 100644 --- a/src/main/java/com/samskivert/depot/CacheInvalidator.java +++ b/src/main/java/com/samskivert/depot/CacheInvalidator.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/CacheKey.java b/src/main/java/com/samskivert/depot/CacheKey.java index d84a234..375781a 100644 --- a/src/main/java/com/samskivert/depot/CacheKey.java +++ b/src/main/java/com/samskivert/depot/CacheKey.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/CountRecord.java b/src/main/java/com/samskivert/depot/CountRecord.java index d561fbe..3b49dd8 100644 --- a/src/main/java/com/samskivert/depot/CountRecord.java +++ b/src/main/java/com/samskivert/depot/CountRecord.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/DataMigration.java b/src/main/java/com/samskivert/depot/DataMigration.java index ec78110..a4006a3 100644 --- a/src/main/java/com/samskivert/depot/DataMigration.java +++ b/src/main/java/com/samskivert/depot/DataMigration.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/DatabaseException.java b/src/main/java/com/samskivert/depot/DatabaseException.java index 0645076..c95bf7d 100644 --- a/src/main/java/com/samskivert/depot/DatabaseException.java +++ b/src/main/java/com/samskivert/depot/DatabaseException.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/DateFuncs.java b/src/main/java/com/samskivert/depot/DateFuncs.java index 1862275..365b6a8 100644 --- a/src/main/java/com/samskivert/depot/DateFuncs.java +++ b/src/main/java/com/samskivert/depot/DateFuncs.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/DepotRepository.java b/src/main/java/com/samskivert/depot/DepotRepository.java index d6359d4..9bd7020 100644 --- a/src/main/java/com/samskivert/depot/DepotRepository.java +++ b/src/main/java/com/samskivert/depot/DepotRepository.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/DuplicateKeyException.java b/src/main/java/com/samskivert/depot/DuplicateKeyException.java index 5b246ab..045f9a3 100644 --- a/src/main/java/com/samskivert/depot/DuplicateKeyException.java +++ b/src/main/java/com/samskivert/depot/DuplicateKeyException.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/EHCacheAdapter.java b/src/main/java/com/samskivert/depot/EHCacheAdapter.java index bcd7408..98d6c3b 100644 --- a/src/main/java/com/samskivert/depot/EHCacheAdapter.java +++ b/src/main/java/com/samskivert/depot/EHCacheAdapter.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Exps.java b/src/main/java/com/samskivert/depot/Exps.java index add1f89..029fb1b 100644 --- a/src/main/java/com/samskivert/depot/Exps.java +++ b/src/main/java/com/samskivert/depot/Exps.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Funcs.java b/src/main/java/com/samskivert/depot/Funcs.java index 131f802..f1300f8 100644 --- a/src/main/java/com/samskivert/depot/Funcs.java +++ b/src/main/java/com/samskivert/depot/Funcs.java @@ -1,22 +1,6 @@ // -// $Id: Exps.java 505 2009-08-07 01:58:58Z samskivert $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Key.java b/src/main/java/com/samskivert/depot/Key.java index 71fbfe8..1615940 100644 --- a/src/main/java/com/samskivert/depot/Key.java +++ b/src/main/java/com/samskivert/depot/Key.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/KeySet.java b/src/main/java/com/samskivert/depot/KeySet.java index 3d7cc0c..531bfda 100644 --- a/src/main/java/com/samskivert/depot/KeySet.java +++ b/src/main/java/com/samskivert/depot/KeySet.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Log.java b/src/main/java/com/samskivert/depot/Log.java index da1f9de..59483be 100644 --- a/src/main/java/com/samskivert/depot/Log.java +++ b/src/main/java/com/samskivert/depot/Log.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/MathFuncs.java b/src/main/java/com/samskivert/depot/MathFuncs.java index 417d95f..227cdba 100644 --- a/src/main/java/com/samskivert/depot/MathFuncs.java +++ b/src/main/java/com/samskivert/depot/MathFuncs.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/MultiKeySet.java b/src/main/java/com/samskivert/depot/MultiKeySet.java index 0553dc7..b677c8d 100644 --- a/src/main/java/com/samskivert/depot/MultiKeySet.java +++ b/src/main/java/com/samskivert/depot/MultiKeySet.java @@ -1,3 +1,7 @@ +// +// Depot library - a Java relational persistence library +// http://code.google.com/p/depot/source/browse/trunk/LICENSE + /** * */ diff --git a/src/main/java/com/samskivert/depot/Ops.java b/src/main/java/com/samskivert/depot/Ops.java index 6ef9b1c..8f823c5 100644 --- a/src/main/java/com/samskivert/depot/Ops.java +++ b/src/main/java/com/samskivert/depot/Ops.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/PersistenceContext.java b/src/main/java/com/samskivert/depot/PersistenceContext.java index d14be27..5e6d496 100644 --- a/src/main/java/com/samskivert/depot/PersistenceContext.java +++ b/src/main/java/com/samskivert/depot/PersistenceContext.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/PersistentRecord.java b/src/main/java/com/samskivert/depot/PersistentRecord.java index f50673c..5df7f77 100644 --- a/src/main/java/com/samskivert/depot/PersistentRecord.java +++ b/src/main/java/com/samskivert/depot/PersistentRecord.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Query.java b/src/main/java/com/samskivert/depot/Query.java index 5f39cca..c134b8f 100644 --- a/src/main/java/com/samskivert/depot/Query.java +++ b/src/main/java/com/samskivert/depot/Query.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/SQLFragment.java b/src/main/java/com/samskivert/depot/SQLFragment.java index 9b3c56f..34e12a6 100644 --- a/src/main/java/com/samskivert/depot/SQLFragment.java +++ b/src/main/java/com/samskivert/depot/SQLFragment.java @@ -1,5 +1,6 @@ // -// $Id$ +// Depot library - a Java relational persistence library +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/SchemaMigration.java b/src/main/java/com/samskivert/depot/SchemaMigration.java index 6b0d415..86281c4 100644 --- a/src/main/java/com/samskivert/depot/SchemaMigration.java +++ b/src/main/java/com/samskivert/depot/SchemaMigration.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Stats.java b/src/main/java/com/samskivert/depot/Stats.java index 06af524..54ad98a 100644 --- a/src/main/java/com/samskivert/depot/Stats.java +++ b/src/main/java/com/samskivert/depot/Stats.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/StringFuncs.java b/src/main/java/com/samskivert/depot/StringFuncs.java index 8d03c95..3e903c2 100644 --- a/src/main/java/com/samskivert/depot/StringFuncs.java +++ b/src/main/java/com/samskivert/depot/StringFuncs.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Transformer.java b/src/main/java/com/samskivert/depot/Transformer.java index 9e89ad0..e6f6483 100644 --- a/src/main/java/com/samskivert/depot/Transformer.java +++ b/src/main/java/com/samskivert/depot/Transformer.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/Transformers.java b/src/main/java/com/samskivert/depot/Transformers.java index 94772a5..8e27021 100644 --- a/src/main/java/com/samskivert/depot/Transformers.java +++ b/src/main/java/com/samskivert/depot/Transformers.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/ValidatingCacheInvalidator.java b/src/main/java/com/samskivert/depot/ValidatingCacheInvalidator.java index d09adec..4971396 100644 --- a/src/main/java/com/samskivert/depot/ValidatingCacheInvalidator.java +++ b/src/main/java/com/samskivert/depot/ValidatingCacheInvalidator.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/main/java/com/samskivert/depot/annotation/Column.java b/src/main/java/com/samskivert/depot/annotation/Column.java index 497961e..25c21f0 100644 --- a/src/main/java/com/samskivert/depot/annotation/Column.java +++ b/src/main/java/com/samskivert/depot/annotation/Column.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Computed.java b/src/main/java/com/samskivert/depot/annotation/Computed.java index ac281c4..3c52433 100644 --- a/src/main/java/com/samskivert/depot/annotation/Computed.java +++ b/src/main/java/com/samskivert/depot/annotation/Computed.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Entity.java b/src/main/java/com/samskivert/depot/annotation/Entity.java index 3ed16e3..6e44dce 100644 --- a/src/main/java/com/samskivert/depot/annotation/Entity.java +++ b/src/main/java/com/samskivert/depot/annotation/Entity.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/FullTextIndex.java b/src/main/java/com/samskivert/depot/annotation/FullTextIndex.java index 9939aa3..dcf12f3 100644 --- a/src/main/java/com/samskivert/depot/annotation/FullTextIndex.java +++ b/src/main/java/com/samskivert/depot/annotation/FullTextIndex.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/GeneratedValue.java b/src/main/java/com/samskivert/depot/annotation/GeneratedValue.java index b38df13..2b292f0 100644 --- a/src/main/java/com/samskivert/depot/annotation/GeneratedValue.java +++ b/src/main/java/com/samskivert/depot/annotation/GeneratedValue.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/GenerationType.java b/src/main/java/com/samskivert/depot/annotation/GenerationType.java index a26b6fe..deb52a7 100644 --- a/src/main/java/com/samskivert/depot/annotation/GenerationType.java +++ b/src/main/java/com/samskivert/depot/annotation/GenerationType.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Id.java b/src/main/java/com/samskivert/depot/annotation/Id.java index 88baaa6..3037444 100644 --- a/src/main/java/com/samskivert/depot/annotation/Id.java +++ b/src/main/java/com/samskivert/depot/annotation/Id.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Index.java b/src/main/java/com/samskivert/depot/annotation/Index.java index 9ac539a..cea59fc 100644 --- a/src/main/java/com/samskivert/depot/annotation/Index.java +++ b/src/main/java/com/samskivert/depot/annotation/Index.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/TableGenerator.java b/src/main/java/com/samskivert/depot/annotation/TableGenerator.java index 258b92c..7aaaabf 100644 --- a/src/main/java/com/samskivert/depot/annotation/TableGenerator.java +++ b/src/main/java/com/samskivert/depot/annotation/TableGenerator.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Transform.java b/src/main/java/com/samskivert/depot/annotation/Transform.java index c694b9c..9eb60a6 100644 --- a/src/main/java/com/samskivert/depot/annotation/Transform.java +++ b/src/main/java/com/samskivert/depot/annotation/Transform.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/Transient.java b/src/main/java/com/samskivert/depot/annotation/Transient.java index 052516b..c4afad0 100644 --- a/src/main/java/com/samskivert/depot/annotation/Transient.java +++ b/src/main/java/com/samskivert/depot/annotation/Transient.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/UniqueConstraint.java b/src/main/java/com/samskivert/depot/annotation/UniqueConstraint.java index ccb1dfb..3322e09 100644 --- a/src/main/java/com/samskivert/depot/annotation/UniqueConstraint.java +++ b/src/main/java/com/samskivert/depot/annotation/UniqueConstraint.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.annotation; diff --git a/src/main/java/com/samskivert/depot/annotation/package-info.java b/src/main/java/com/samskivert/depot/annotation/package-info.java index 0778929..da5648f 100644 --- a/src/main/java/com/samskivert/depot/annotation/package-info.java +++ b/src/main/java/com/samskivert/depot/annotation/package-info.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE /** * Annotations used on persistent record classes. diff --git a/src/main/java/com/samskivert/depot/clause/FieldDefinition.java b/src/main/java/com/samskivert/depot/clause/FieldDefinition.java index 3853ae6..508fd0e 100644 --- a/src/main/java/com/samskivert/depot/clause/FieldDefinition.java +++ b/src/main/java/com/samskivert/depot/clause/FieldDefinition.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/FieldOverride.java b/src/main/java/com/samskivert/depot/clause/FieldOverride.java index d6613ea..318c0af 100644 --- a/src/main/java/com/samskivert/depot/clause/FieldOverride.java +++ b/src/main/java/com/samskivert/depot/clause/FieldOverride.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/ForUpdate.java b/src/main/java/com/samskivert/depot/clause/ForUpdate.java index d318209..bfaf7f5 100644 --- a/src/main/java/com/samskivert/depot/clause/ForUpdate.java +++ b/src/main/java/com/samskivert/depot/clause/ForUpdate.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/FromOverride.java b/src/main/java/com/samskivert/depot/clause/FromOverride.java index abf0562..43714c2 100644 --- a/src/main/java/com/samskivert/depot/clause/FromOverride.java +++ b/src/main/java/com/samskivert/depot/clause/FromOverride.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/GroupBy.java b/src/main/java/com/samskivert/depot/clause/GroupBy.java index 707641e..a865445 100644 --- a/src/main/java/com/samskivert/depot/clause/GroupBy.java +++ b/src/main/java/com/samskivert/depot/clause/GroupBy.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/InsertClause.java b/src/main/java/com/samskivert/depot/clause/InsertClause.java index 93a6c33..0c22f18 100644 --- a/src/main/java/com/samskivert/depot/clause/InsertClause.java +++ b/src/main/java/com/samskivert/depot/clause/InsertClause.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/Join.java b/src/main/java/com/samskivert/depot/clause/Join.java index eb94bb3..2b29a86 100644 --- a/src/main/java/com/samskivert/depot/clause/Join.java +++ b/src/main/java/com/samskivert/depot/clause/Join.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/Limit.java b/src/main/java/com/samskivert/depot/clause/Limit.java index 33920ad..5548281 100644 --- a/src/main/java/com/samskivert/depot/clause/Limit.java +++ b/src/main/java/com/samskivert/depot/clause/Limit.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/OrderBy.java b/src/main/java/com/samskivert/depot/clause/OrderBy.java index 88c71c5..0edbc76 100644 --- a/src/main/java/com/samskivert/depot/clause/OrderBy.java +++ b/src/main/java/com/samskivert/depot/clause/OrderBy.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/QueryClause.java b/src/main/java/com/samskivert/depot/clause/QueryClause.java index 9559e41..1d09c70 100644 --- a/src/main/java/com/samskivert/depot/clause/QueryClause.java +++ b/src/main/java/com/samskivert/depot/clause/QueryClause.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/SelectClause.java b/src/main/java/com/samskivert/depot/clause/SelectClause.java index 5df9cbc..0056c54 100644 --- a/src/main/java/com/samskivert/depot/clause/SelectClause.java +++ b/src/main/java/com/samskivert/depot/clause/SelectClause.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/Where.java b/src/main/java/com/samskivert/depot/clause/Where.java index b4b270b..d43abcd 100644 --- a/src/main/java/com/samskivert/depot/clause/Where.java +++ b/src/main/java/com/samskivert/depot/clause/Where.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/WhereClause.java b/src/main/java/com/samskivert/depot/clause/WhereClause.java index 6db0619..a8b700b 100644 --- a/src/main/java/com/samskivert/depot/clause/WhereClause.java +++ b/src/main/java/com/samskivert/depot/clause/WhereClause.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.clause; diff --git a/src/main/java/com/samskivert/depot/clause/package-info.java b/src/main/java/com/samskivert/depot/clause/package-info.java index 65c06d9..7984cc0 100644 --- a/src/main/java/com/samskivert/depot/clause/package-info.java +++ b/src/main/java/com/samskivert/depot/clause/package-info.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE /** * Models the clauses of a SQL query: where, join, limit, etc. diff --git a/src/main/java/com/samskivert/depot/expression/ColumnExp.java b/src/main/java/com/samskivert/depot/expression/ColumnExp.java index 55a2084..af17a64 100644 --- a/src/main/java/com/samskivert/depot/expression/ColumnExp.java +++ b/src/main/java/com/samskivert/depot/expression/ColumnExp.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.expression; diff --git a/src/main/java/com/samskivert/depot/expression/FluentExp.java b/src/main/java/com/samskivert/depot/expression/FluentExp.java index 8381139..7ecc6ff 100644 --- a/src/main/java/com/samskivert/depot/expression/FluentExp.java +++ b/src/main/java/com/samskivert/depot/expression/FluentExp.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.expression; diff --git a/src/main/java/com/samskivert/depot/expression/SQLExpression.java b/src/main/java/com/samskivert/depot/expression/SQLExpression.java index db25448..4493ec9 100644 --- a/src/main/java/com/samskivert/depot/expression/SQLExpression.java +++ b/src/main/java/com/samskivert/depot/expression/SQLExpression.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.expression; diff --git a/src/main/java/com/samskivert/depot/expression/package-info.java b/src/main/java/com/samskivert/depot/expression/package-info.java index e62f151..c320e73 100644 --- a/src/main/java/com/samskivert/depot/expression/package-info.java +++ b/src/main/java/com/samskivert/depot/expression/package-info.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE /** * Contains the API by which SQL expressions are created. diff --git a/src/main/java/com/samskivert/depot/impl/BuildVisitor.java b/src/main/java/com/samskivert/depot/impl/BuildVisitor.java index 23937c5..9bb0e9d 100644 --- a/src/main/java/com/samskivert/depot/impl/BuildVisitor.java +++ b/src/main/java/com/samskivert/depot/impl/BuildVisitor.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/DepotMarshaller.java b/src/main/java/com/samskivert/depot/impl/DepotMarshaller.java index 679077e..caf4d17 100644 --- a/src/main/java/com/samskivert/depot/impl/DepotMarshaller.java +++ b/src/main/java/com/samskivert/depot/impl/DepotMarshaller.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/DepotMetaData.java b/src/main/java/com/samskivert/depot/impl/DepotMetaData.java index 0f60ef2..c8ac971 100644 --- a/src/main/java/com/samskivert/depot/impl/DepotMetaData.java +++ b/src/main/java/com/samskivert/depot/impl/DepotMetaData.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/DepotMigrationHistoryRecord.java b/src/main/java/com/samskivert/depot/impl/DepotMigrationHistoryRecord.java index f205cd8..e2ad131 100644 --- a/src/main/java/com/samskivert/depot/impl/DepotMigrationHistoryRecord.java +++ b/src/main/java/com/samskivert/depot/impl/DepotMigrationHistoryRecord.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/DepotTypes.java b/src/main/java/com/samskivert/depot/impl/DepotTypes.java index 6427f58..c5b3ded 100644 --- a/src/main/java/com/samskivert/depot/impl/DepotTypes.java +++ b/src/main/java/com/samskivert/depot/impl/DepotTypes.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/DepotUtil.java b/src/main/java/com/samskivert/depot/impl/DepotUtil.java index 140fa0e..6afd1ef 100644 --- a/src/main/java/com/samskivert/depot/impl/DepotUtil.java +++ b/src/main/java/com/samskivert/depot/impl/DepotUtil.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/ExpressionEvaluator.java b/src/main/java/com/samskivert/depot/impl/ExpressionEvaluator.java index b7c6e6e..1d1333c 100644 --- a/src/main/java/com/samskivert/depot/impl/ExpressionEvaluator.java +++ b/src/main/java/com/samskivert/depot/impl/ExpressionEvaluator.java @@ -1,22 +1,6 @@ // -// $Id: ExpressionEvaluator.java 377 2009-01-08 02:31:28Z samskivert $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/Fetcher.java b/src/main/java/com/samskivert/depot/impl/Fetcher.java index 3997753..29c1273 100644 --- a/src/main/java/com/samskivert/depot/impl/Fetcher.java +++ b/src/main/java/com/samskivert/depot/impl/Fetcher.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/FieldMarshaller.java b/src/main/java/com/samskivert/depot/impl/FieldMarshaller.java index 07f602a..fd44b1c 100644 --- a/src/main/java/com/samskivert/depot/impl/FieldMarshaller.java +++ b/src/main/java/com/samskivert/depot/impl/FieldMarshaller.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/FindAllKeysQuery.java b/src/main/java/com/samskivert/depot/impl/FindAllKeysQuery.java index 1444425..6c18d7b 100644 --- a/src/main/java/com/samskivert/depot/impl/FindAllKeysQuery.java +++ b/src/main/java/com/samskivert/depot/impl/FindAllKeysQuery.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/FindAllQuery.java b/src/main/java/com/samskivert/depot/impl/FindAllQuery.java index dad5391..193d1e1 100644 --- a/src/main/java/com/samskivert/depot/impl/FindAllQuery.java +++ b/src/main/java/com/samskivert/depot/impl/FindAllQuery.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/FindOneQuery.java b/src/main/java/com/samskivert/depot/impl/FindOneQuery.java index 3dc6443..f7ee8d2 100644 --- a/src/main/java/com/samskivert/depot/impl/FindOneQuery.java +++ b/src/main/java/com/samskivert/depot/impl/FindOneQuery.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/FragmentVisitor.java b/src/main/java/com/samskivert/depot/impl/FragmentVisitor.java index 1bb5e16..a137bc0 100644 --- a/src/main/java/com/samskivert/depot/impl/FragmentVisitor.java +++ b/src/main/java/com/samskivert/depot/impl/FragmentVisitor.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/HSQLBuilder.java b/src/main/java/com/samskivert/depot/impl/HSQLBuilder.java index 510acbd..c397453 100644 --- a/src/main/java/com/samskivert/depot/impl/HSQLBuilder.java +++ b/src/main/java/com/samskivert/depot/impl/HSQLBuilder.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/IdentityValueGenerator.java b/src/main/java/com/samskivert/depot/impl/IdentityValueGenerator.java index 1985dd6..82eaf26 100644 --- a/src/main/java/com/samskivert/depot/impl/IdentityValueGenerator.java +++ b/src/main/java/com/samskivert/depot/impl/IdentityValueGenerator.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/KeyCacheKey.java b/src/main/java/com/samskivert/depot/impl/KeyCacheKey.java index 77e21c5..a59e5a3 100644 --- a/src/main/java/com/samskivert/depot/impl/KeyCacheKey.java +++ b/src/main/java/com/samskivert/depot/impl/KeyCacheKey.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/Modifier.java b/src/main/java/com/samskivert/depot/impl/Modifier.java index ffdbbcb..ea93060 100644 --- a/src/main/java/com/samskivert/depot/impl/Modifier.java +++ b/src/main/java/com/samskivert/depot/impl/Modifier.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/MySQLBuilder.java b/src/main/java/com/samskivert/depot/impl/MySQLBuilder.java index 062eed3..f6d569d 100644 --- a/src/main/java/com/samskivert/depot/impl/MySQLBuilder.java +++ b/src/main/java/com/samskivert/depot/impl/MySQLBuilder.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/Operation.java b/src/main/java/com/samskivert/depot/impl/Operation.java index 4774b4e..e2e2b96 100644 --- a/src/main/java/com/samskivert/depot/impl/Operation.java +++ b/src/main/java/com/samskivert/depot/impl/Operation.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/PostgreSQL4Builder.java b/src/main/java/com/samskivert/depot/impl/PostgreSQL4Builder.java index 97b28cc..08f6841 100644 --- a/src/main/java/com/samskivert/depot/impl/PostgreSQL4Builder.java +++ b/src/main/java/com/samskivert/depot/impl/PostgreSQL4Builder.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/PostgreSQLBuilder.java b/src/main/java/com/samskivert/depot/impl/PostgreSQLBuilder.java index d6ac3c2..64a522e 100644 --- a/src/main/java/com/samskivert/depot/impl/PostgreSQLBuilder.java +++ b/src/main/java/com/samskivert/depot/impl/PostgreSQLBuilder.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/Projector.java b/src/main/java/com/samskivert/depot/impl/Projector.java index d594bd5..5595b51 100644 --- a/src/main/java/com/samskivert/depot/impl/Projector.java +++ b/src/main/java/com/samskivert/depot/impl/Projector.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/QueryMarshaller.java b/src/main/java/com/samskivert/depot/impl/QueryMarshaller.java index 40643bf..73d8fad 100644 --- a/src/main/java/com/samskivert/depot/impl/QueryMarshaller.java +++ b/src/main/java/com/samskivert/depot/impl/QueryMarshaller.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/QueryResult.java b/src/main/java/com/samskivert/depot/impl/QueryResult.java index 9e16a18..e8368d4 100644 --- a/src/main/java/com/samskivert/depot/impl/QueryResult.java +++ b/src/main/java/com/samskivert/depot/impl/QueryResult.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/SQLBuilder.java b/src/main/java/com/samskivert/depot/impl/SQLBuilder.java index 57e3110..1e6c4be 100644 --- a/src/main/java/com/samskivert/depot/impl/SQLBuilder.java +++ b/src/main/java/com/samskivert/depot/impl/SQLBuilder.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/SimpleCacheKey.java b/src/main/java/com/samskivert/depot/impl/SimpleCacheKey.java index 2e8b635..e224a92 100644 --- a/src/main/java/com/samskivert/depot/impl/SimpleCacheKey.java +++ b/src/main/java/com/samskivert/depot/impl/SimpleCacheKey.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/TableValueGenerator.java b/src/main/java/com/samskivert/depot/impl/TableValueGenerator.java index ea8135d..007d26c 100644 --- a/src/main/java/com/samskivert/depot/impl/TableValueGenerator.java +++ b/src/main/java/com/samskivert/depot/impl/TableValueGenerator.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/ValueGenerator.java b/src/main/java/com/samskivert/depot/impl/ValueGenerator.java index 2e176f4..64bfad3 100644 --- a/src/main/java/com/samskivert/depot/impl/ValueGenerator.java +++ b/src/main/java/com/samskivert/depot/impl/ValueGenerator.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl; diff --git a/src/main/java/com/samskivert/depot/impl/clause/CreateIndexClause.java b/src/main/java/com/samskivert/depot/impl/clause/CreateIndexClause.java index 3795387..88485af 100644 --- a/src/main/java/com/samskivert/depot/impl/clause/CreateIndexClause.java +++ b/src/main/java/com/samskivert/depot/impl/clause/CreateIndexClause.java @@ -1,22 +1,6 @@ // -// $Id: $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.clause; diff --git a/src/main/java/com/samskivert/depot/impl/clause/DeleteClause.java b/src/main/java/com/samskivert/depot/impl/clause/DeleteClause.java index 688ea51..c86e6fa 100644 --- a/src/main/java/com/samskivert/depot/impl/clause/DeleteClause.java +++ b/src/main/java/com/samskivert/depot/impl/clause/DeleteClause.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.clause; diff --git a/src/main/java/com/samskivert/depot/impl/clause/DropIndexClause.java b/src/main/java/com/samskivert/depot/impl/clause/DropIndexClause.java index 655513e..b2fc708 100644 --- a/src/main/java/com/samskivert/depot/impl/clause/DropIndexClause.java +++ b/src/main/java/com/samskivert/depot/impl/clause/DropIndexClause.java @@ -1,22 +1,6 @@ // -// $Id: $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.clause; diff --git a/src/main/java/com/samskivert/depot/impl/clause/UpdateClause.java b/src/main/java/com/samskivert/depot/impl/clause/UpdateClause.java index 48c20d9..94e0062 100644 --- a/src/main/java/com/samskivert/depot/impl/clause/UpdateClause.java +++ b/src/main/java/com/samskivert/depot/impl/clause/UpdateClause.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.clause; diff --git a/src/main/java/com/samskivert/depot/impl/expression/AggregateFun.java b/src/main/java/com/samskivert/depot/impl/expression/AggregateFun.java index 4937809..d874b03 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/AggregateFun.java +++ b/src/main/java/com/samskivert/depot/impl/expression/AggregateFun.java @@ -1,22 +1,6 @@ // -// $Id: $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/ArgumentExp.java b/src/main/java/com/samskivert/depot/impl/expression/ArgumentExp.java index 1011e9f..1cf4adb 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/ArgumentExp.java +++ b/src/main/java/com/samskivert/depot/impl/expression/ArgumentExp.java @@ -1,22 +1,6 @@ // -// $Id: $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/ConditionalFun.java b/src/main/java/com/samskivert/depot/impl/expression/ConditionalFun.java index f88acc8..f9e2a53 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/ConditionalFun.java +++ b/src/main/java/com/samskivert/depot/impl/expression/ConditionalFun.java @@ -1,22 +1,6 @@ // -// $Id: $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/DateFun.java b/src/main/java/com/samskivert/depot/impl/expression/DateFun.java index f2ea6a8..5856ffc 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/DateFun.java +++ b/src/main/java/com/samskivert/depot/impl/expression/DateFun.java @@ -1,22 +1,6 @@ // -// $Id: $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/Function.java b/src/main/java/com/samskivert/depot/impl/expression/Function.java index 2d9acf1..1aad866 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/Function.java +++ b/src/main/java/com/samskivert/depot/impl/expression/Function.java @@ -1,22 +1,6 @@ // -// $Id: $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/IntervalExp.java b/src/main/java/com/samskivert/depot/impl/expression/IntervalExp.java index 66d472d..5f63010 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/IntervalExp.java +++ b/src/main/java/com/samskivert/depot/impl/expression/IntervalExp.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/LiteralExp.java b/src/main/java/com/samskivert/depot/impl/expression/LiteralExp.java index 21ee426..b76423b 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/LiteralExp.java +++ b/src/main/java/com/samskivert/depot/impl/expression/LiteralExp.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/NumericalFun.java b/src/main/java/com/samskivert/depot/impl/expression/NumericalFun.java index dfdc7fa..5b3214e 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/NumericalFun.java +++ b/src/main/java/com/samskivert/depot/impl/expression/NumericalFun.java @@ -1,22 +1,6 @@ // -// $Id: $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/StringFun.java b/src/main/java/com/samskivert/depot/impl/expression/StringFun.java index ab94515..01a996a 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/StringFun.java +++ b/src/main/java/com/samskivert/depot/impl/expression/StringFun.java @@ -1,22 +1,6 @@ // -// $Id: $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/expression/ValueExp.java b/src/main/java/com/samskivert/depot/impl/expression/ValueExp.java index 3698fd8..aa81f90 100644 --- a/src/main/java/com/samskivert/depot/impl/expression/ValueExp.java +++ b/src/main/java/com/samskivert/depot/impl/expression/ValueExp.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.expression; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Add.java b/src/main/java/com/samskivert/depot/impl/operator/Add.java index d6c4728..1047444 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Add.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Add.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Arithmetic.java b/src/main/java/com/samskivert/depot/impl/operator/Arithmetic.java index 9d3d478..1d53a02 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Arithmetic.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Arithmetic.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/BaseOperator.java b/src/main/java/com/samskivert/depot/impl/operator/BaseOperator.java index e075269..7f7b15f 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/BaseOperator.java +++ b/src/main/java/com/samskivert/depot/impl/operator/BaseOperator.java @@ -1,5 +1,6 @@ // -// $Id$ +// Depot library - a Java relational persistence library +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/BinaryOperator.java b/src/main/java/com/samskivert/depot/impl/operator/BinaryOperator.java index 0977982..1433c1f 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/BinaryOperator.java +++ b/src/main/java/com/samskivert/depot/impl/operator/BinaryOperator.java @@ -1,5 +1,6 @@ // -// $Id$ +// Depot library - a Java relational persistence library +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/BitAnd.java b/src/main/java/com/samskivert/depot/impl/operator/BitAnd.java index de0a087..70030e3 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/BitAnd.java +++ b/src/main/java/com/samskivert/depot/impl/operator/BitAnd.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/BitOr.java b/src/main/java/com/samskivert/depot/impl/operator/BitOr.java index b29eff5..84edbdc 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/BitOr.java +++ b/src/main/java/com/samskivert/depot/impl/operator/BitOr.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Div.java b/src/main/java/com/samskivert/depot/impl/operator/Div.java index 231100c..a123c4c 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Div.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Div.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Equals.java b/src/main/java/com/samskivert/depot/impl/operator/Equals.java index 3fbf93c..bb35642 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Equals.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Equals.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Exists.java b/src/main/java/com/samskivert/depot/impl/operator/Exists.java index 51a3a99..07a56db 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Exists.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Exists.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/GreaterThan.java b/src/main/java/com/samskivert/depot/impl/operator/GreaterThan.java index 509ac86..3df437a 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/GreaterThan.java +++ b/src/main/java/com/samskivert/depot/impl/operator/GreaterThan.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/GreaterThanEquals.java b/src/main/java/com/samskivert/depot/impl/operator/GreaterThanEquals.java index 7f07b70..92bb379 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/GreaterThanEquals.java +++ b/src/main/java/com/samskivert/depot/impl/operator/GreaterThanEquals.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/In.java b/src/main/java/com/samskivert/depot/impl/operator/In.java index 2bd071d..80b0743 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/In.java +++ b/src/main/java/com/samskivert/depot/impl/operator/In.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/IsNull.java b/src/main/java/com/samskivert/depot/impl/operator/IsNull.java index 069709e..f590e2b 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/IsNull.java +++ b/src/main/java/com/samskivert/depot/impl/operator/IsNull.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/LessThan.java b/src/main/java/com/samskivert/depot/impl/operator/LessThan.java index 1b58953..1fd2017 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/LessThan.java +++ b/src/main/java/com/samskivert/depot/impl/operator/LessThan.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/LessThanEquals.java b/src/main/java/com/samskivert/depot/impl/operator/LessThanEquals.java index 7e77ac6..bdaaeb4 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/LessThanEquals.java +++ b/src/main/java/com/samskivert/depot/impl/operator/LessThanEquals.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Like.java b/src/main/java/com/samskivert/depot/impl/operator/Like.java index fc17f93..e79a739 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Like.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Like.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Mul.java b/src/main/java/com/samskivert/depot/impl/operator/Mul.java index 9012eca..51af42f 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Mul.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Mul.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/MultiOperator.java b/src/main/java/com/samskivert/depot/impl/operator/MultiOperator.java index 928974a..3e92da4 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/MultiOperator.java +++ b/src/main/java/com/samskivert/depot/impl/operator/MultiOperator.java @@ -1,5 +1,6 @@ // -// $Id$ +// Depot library - a Java relational persistence library +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Not.java b/src/main/java/com/samskivert/depot/impl/operator/Not.java index 557b3b1..ee379d5 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Not.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Not.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/NotEquals.java b/src/main/java/com/samskivert/depot/impl/operator/NotEquals.java index a954b6c..09f3be7 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/NotEquals.java +++ b/src/main/java/com/samskivert/depot/impl/operator/NotEquals.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/operator/Sub.java b/src/main/java/com/samskivert/depot/impl/operator/Sub.java index 82ec0d9..60f2e85 100644 --- a/src/main/java/com/samskivert/depot/impl/operator/Sub.java +++ b/src/main/java/com/samskivert/depot/impl/operator/Sub.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.operator; diff --git a/src/main/java/com/samskivert/depot/impl/util/SeqImpl.java b/src/main/java/com/samskivert/depot/impl/util/SeqImpl.java index a738449..6cb5005 100644 --- a/src/main/java/com/samskivert/depot/impl/util/SeqImpl.java +++ b/src/main/java/com/samskivert/depot/impl/util/SeqImpl.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.impl.util; diff --git a/src/main/java/com/samskivert/depot/operator/Case.java b/src/main/java/com/samskivert/depot/operator/Case.java index 34aebc7..1e62f8f 100644 --- a/src/main/java/com/samskivert/depot/operator/Case.java +++ b/src/main/java/com/samskivert/depot/operator/Case.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.operator; diff --git a/src/main/java/com/samskivert/depot/operator/FullText.java b/src/main/java/com/samskivert/depot/operator/FullText.java index 5798756..01547e9 100644 --- a/src/main/java/com/samskivert/depot/operator/FullText.java +++ b/src/main/java/com/samskivert/depot/operator/FullText.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.operator; diff --git a/src/main/java/com/samskivert/depot/operator/package-info.java b/src/main/java/com/samskivert/depot/operator/package-info.java index 10bd3ad..b79bc0d 100644 --- a/src/main/java/com/samskivert/depot/operator/package-info.java +++ b/src/main/java/com/samskivert/depot/operator/package-info.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE /** * Operators that cannot be created via the fluent API. diff --git a/src/main/java/com/samskivert/depot/package-info.java b/src/main/java/com/samskivert/depot/package-info.java index f7471d5..b4747af 100644 --- a/src/main/java/com/samskivert/depot/package-info.java +++ b/src/main/java/com/samskivert/depot/package-info.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE /** * The bulk of the Depot public API. diff --git a/src/main/java/com/samskivert/depot/tools/GenRecordTask.java b/src/main/java/com/samskivert/depot/tools/GenRecordTask.java index b082f01..a5a1fca 100644 --- a/src/main/java/com/samskivert/depot/tools/GenRecordTask.java +++ b/src/main/java/com/samskivert/depot/tools/GenRecordTask.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.tools; diff --git a/src/main/java/com/samskivert/depot/tools/package-info.java b/src/main/java/com/samskivert/depot/tools/package-info.java index 95485a9..fc716fb 100644 --- a/src/main/java/com/samskivert/depot/tools/package-info.java +++ b/src/main/java/com/samskivert/depot/tools/package-info.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE /** * Build tools, specifically the genrecord Ant task. diff --git a/src/main/java/com/samskivert/depot/util/Builder2.java b/src/main/java/com/samskivert/depot/util/Builder2.java index 14d0e63..1b6b876 100644 --- a/src/main/java/com/samskivert/depot/util/Builder2.java +++ b/src/main/java/com/samskivert/depot/util/Builder2.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Builder3.java b/src/main/java/com/samskivert/depot/util/Builder3.java index d02d2a0..98e28a3 100644 --- a/src/main/java/com/samskivert/depot/util/Builder3.java +++ b/src/main/java/com/samskivert/depot/util/Builder3.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Builder4.java b/src/main/java/com/samskivert/depot/util/Builder4.java index e83a86a..6ce8f5f 100644 --- a/src/main/java/com/samskivert/depot/util/Builder4.java +++ b/src/main/java/com/samskivert/depot/util/Builder4.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Builder5.java b/src/main/java/com/samskivert/depot/util/Builder5.java index d787e71..bb56fb9 100644 --- a/src/main/java/com/samskivert/depot/util/Builder5.java +++ b/src/main/java/com/samskivert/depot/util/Builder5.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/RuntimeUtil.java b/src/main/java/com/samskivert/depot/util/RuntimeUtil.java index b15868e..5f1d926 100644 --- a/src/main/java/com/samskivert/depot/util/RuntimeUtil.java +++ b/src/main/java/com/samskivert/depot/util/RuntimeUtil.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Sequence.java b/src/main/java/com/samskivert/depot/util/Sequence.java index 727401a..ec505e7 100644 --- a/src/main/java/com/samskivert/depot/util/Sequence.java +++ b/src/main/java/com/samskivert/depot/util/Sequence.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Tuple2.java b/src/main/java/com/samskivert/depot/util/Tuple2.java index 01ceb5f..f4585d7 100644 --- a/src/main/java/com/samskivert/depot/util/Tuple2.java +++ b/src/main/java/com/samskivert/depot/util/Tuple2.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Tuple3.java b/src/main/java/com/samskivert/depot/util/Tuple3.java index e82e1b6..ae93525 100644 --- a/src/main/java/com/samskivert/depot/util/Tuple3.java +++ b/src/main/java/com/samskivert/depot/util/Tuple3.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Tuple4.java b/src/main/java/com/samskivert/depot/util/Tuple4.java index a40f79d..fb3ff33 100644 --- a/src/main/java/com/samskivert/depot/util/Tuple4.java +++ b/src/main/java/com/samskivert/depot/util/Tuple4.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/Tuple5.java b/src/main/java/com/samskivert/depot/util/Tuple5.java index 55711e1..ebf8048 100644 --- a/src/main/java/com/samskivert/depot/util/Tuple5.java +++ b/src/main/java/com/samskivert/depot/util/Tuple5.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot.util; diff --git a/src/main/java/com/samskivert/depot/util/package-info.java b/src/main/java/com/samskivert/depot/util/package-info.java index 3253ca3..d997813 100644 --- a/src/main/java/com/samskivert/depot/util/package-info.java +++ b/src/main/java/com/samskivert/depot/util/package-info.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE /** * Various utilities. diff --git a/src/test/java/com/samskivert/depot/AllTypesRecord.java b/src/test/java/com/samskivert/depot/AllTypesRecord.java index f25068e..cd6656c 100644 --- a/src/test/java/com/samskivert/depot/AllTypesRecord.java +++ b/src/test/java/com/samskivert/depot/AllTypesRecord.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/AllTypesTest.java b/src/test/java/com/samskivert/depot/AllTypesTest.java index 509a216..adb58f3 100644 --- a/src/test/java/com/samskivert/depot/AllTypesTest.java +++ b/src/test/java/com/samskivert/depot/AllTypesTest.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/ByteEnumTest.java b/src/test/java/com/samskivert/depot/ByteEnumTest.java index 02b7ab4..cb22138 100644 --- a/src/test/java/com/samskivert/depot/ByteEnumTest.java +++ b/src/test/java/com/samskivert/depot/ByteEnumTest.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/CountTest.java b/src/test/java/com/samskivert/depot/CountTest.java index 427602a..4d28e99 100644 --- a/src/test/java/com/samskivert/depot/CountTest.java +++ b/src/test/java/com/samskivert/depot/CountTest.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/CrudTest.java b/src/test/java/com/samskivert/depot/CrudTest.java index ed7ca78..85cbc80 100644 --- a/src/test/java/com/samskivert/depot/CrudTest.java +++ b/src/test/java/com/samskivert/depot/CrudTest.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/EnumKeyRecord.java b/src/test/java/com/samskivert/depot/EnumKeyRecord.java index a663ed4..4b74ab7 100644 --- a/src/test/java/com/samskivert/depot/EnumKeyRecord.java +++ b/src/test/java/com/samskivert/depot/EnumKeyRecord.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/GeneratedValueRecord.java b/src/test/java/com/samskivert/depot/GeneratedValueRecord.java index eeab1b1..7aba6d9 100644 --- a/src/test/java/com/samskivert/depot/GeneratedValueRecord.java +++ b/src/test/java/com/samskivert/depot/GeneratedValueRecord.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/GeneratedValueTest.java b/src/test/java/com/samskivert/depot/GeneratedValueTest.java index 217a079..8bb4fa7 100644 --- a/src/test/java/com/samskivert/depot/GeneratedValueTest.java +++ b/src/test/java/com/samskivert/depot/GeneratedValueTest.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/KeyTest.java b/src/test/java/com/samskivert/depot/KeyTest.java index c21d81c..e6f3630 100644 --- a/src/test/java/com/samskivert/depot/KeyTest.java +++ b/src/test/java/com/samskivert/depot/KeyTest.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/MigrationTest.java b/src/test/java/com/samskivert/depot/MigrationTest.java index a10456b..a48dc57 100644 --- a/src/test/java/com/samskivert/depot/MigrationTest.java +++ b/src/test/java/com/samskivert/depot/MigrationTest.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/MonkeyRecord.java b/src/test/java/com/samskivert/depot/MonkeyRecord.java index 655dcc4..0e86e33 100644 --- a/src/test/java/com/samskivert/depot/MonkeyRecord.java +++ b/src/test/java/com/samskivert/depot/MonkeyRecord.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/ProjectionTest.java b/src/test/java/com/samskivert/depot/ProjectionTest.java index 2d55308..d773b26 100644 --- a/src/test/java/com/samskivert/depot/ProjectionTest.java +++ b/src/test/java/com/samskivert/depot/ProjectionTest.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/QueryTest.java b/src/test/java/com/samskivert/depot/QueryTest.java index 2aef2d2..09b83ef 100644 --- a/src/test/java/com/samskivert/depot/QueryTest.java +++ b/src/test/java/com/samskivert/depot/QueryTest.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TestBase.java b/src/test/java/com/samskivert/depot/TestBase.java index 12cbe4a..6e2ee8e 100644 --- a/src/test/java/com/samskivert/depot/TestBase.java +++ b/src/test/java/com/samskivert/depot/TestBase.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2009 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TestCacheAdapter.java b/src/test/java/com/samskivert/depot/TestCacheAdapter.java index 7141e96..1e69b0a 100644 --- a/src/test/java/com/samskivert/depot/TestCacheAdapter.java +++ b/src/test/java/com/samskivert/depot/TestCacheAdapter.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2008 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TestRecord.java b/src/test/java/com/samskivert/depot/TestRecord.java index d9bda9d..9b1fd4a 100644 --- a/src/test/java/com/samskivert/depot/TestRecord.java +++ b/src/test/java/com/samskivert/depot/TestRecord.java @@ -1,22 +1,6 @@ // -// $Id$ -// -// samskivert library - useful routines for java programs -// Copyright (C) 2006-2008 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 +// Depot library - a Java relational persistence library +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TestRepository.java b/src/test/java/com/samskivert/depot/TestRepository.java index d3f74b7..5992554 100644 --- a/src/test/java/com/samskivert/depot/TestRepository.java +++ b/src/test/java/com/samskivert/depot/TestRepository.java @@ -1,22 +1,6 @@ // -// $Id$ -// -// samskivert library - useful routines for java programs -// Copyright (C) 2006-2008 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 +// Depot library - a Java relational persistence library +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TransformTest.java b/src/test/java/com/samskivert/depot/TransformTest.java index 3f5f6b1..693841d 100644 --- a/src/test/java/com/samskivert/depot/TransformTest.java +++ b/src/test/java/com/samskivert/depot/TransformTest.java @@ -1,22 +1,6 @@ // -// $Id: TransformTest.java 760 2010-12-09 00:08:58Z samskivert $ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot; diff --git a/src/test/java/com/samskivert/depot/TransformersTest.java b/src/test/java/com/samskivert/depot/TransformersTest.java index bb023e7..0f90dee 100644 --- a/src/test/java/com/samskivert/depot/TransformersTest.java +++ b/src/test/java/com/samskivert/depot/TransformersTest.java @@ -1,22 +1,6 @@ // -// $Id$ -// // Depot library - a Java relational persistence library -// Copyright (C) 2006-2010 Michael Bayne and 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 +// http://code.google.com/p/depot/source/browse/trunk/LICENSE package com.samskivert.depot;