From c564c36e3ae960d15c41eca10e0f53582f77ae1e Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Tue, 19 Oct 2010 00:37:42 +0000 Subject: [PATCH] Headerz --- .../depot/GeneratedValueRecord.java | 20 +++++++++++++++++++ .../samskivert/depot/GeneratedValueTest.java | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/src/test/java/com/samskivert/depot/GeneratedValueRecord.java b/src/test/java/com/samskivert/depot/GeneratedValueRecord.java index 3ec9c18..f4c30a4 100644 --- a/src/test/java/com/samskivert/depot/GeneratedValueRecord.java +++ b/src/test/java/com/samskivert/depot/GeneratedValueRecord.java @@ -1,3 +1,23 @@ +// +// $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 + package com.samskivert.depot; import com.samskivert.depot.annotation.GeneratedValue; diff --git a/src/test/java/com/samskivert/depot/GeneratedValueTest.java b/src/test/java/com/samskivert/depot/GeneratedValueTest.java index 364619a..b419107 100644 --- a/src/test/java/com/samskivert/depot/GeneratedValueTest.java +++ b/src/test/java/com/samskivert/depot/GeneratedValueTest.java @@ -1,3 +1,23 @@ +// +// $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 + package com.samskivert.depot; import java.util.List;