aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/iciql')
-rw-r--r--src/com/iciql/Db.java2
-rw-r--r--src/com/iciql/Define.java2
-rw-r--r--src/com/iciql/Iciql.java2
-rw-r--r--src/com/iciql/IciqlException.java2
-rw-r--r--src/com/iciql/SQLDialect.java2
-rw-r--r--src/com/iciql/SQLDialectDefault.java2
-rw-r--r--src/com/iciql/TableDefinition.java2
-rw-r--r--src/com/iciql/TableInspector.java2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/com/iciql/Db.java b/src/com/iciql/Db.java
index d7888dc..ecd373c 100644
--- a/src/com/iciql/Db.java
+++ b/src/com/iciql/Db.java
@@ -1,7 +1,7 @@
/*
* Copyright 2004-2011 H2 Group.
* Copyright 2011 James Moger.
- * Copyright 2012 Frederic Gaillard.
+ * Copyright 2012 Frédéric Gaillard.
* Copyright 2012 Alex Telepov.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/com/iciql/Define.java b/src/com/iciql/Define.java
index 5d7000e..1810a4b 100644
--- a/src/com/iciql/Define.java
+++ b/src/com/iciql/Define.java
@@ -1,7 +1,7 @@
/*
* Copyright 2004-2011 H2 Group.
* Copyright 2011 James Moger.
- * Copyright 2012 Frédéric Gaillard.
+ * Copyright 2012 Frédéric Gaillard.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/com/iciql/Iciql.java b/src/com/iciql/Iciql.java
index 9956ac4..9f73ffa 100644
--- a/src/com/iciql/Iciql.java
+++ b/src/com/iciql/Iciql.java
@@ -1,7 +1,7 @@
/*
* Copyright 2004-2011 H2 Group.
* Copyright 2011 James Moger.
- * Copyright 2012 Frédéric Gaillard.
+ * Copyright 2012 Frédéric Gaillard.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/com/iciql/IciqlException.java b/src/com/iciql/IciqlException.java
index b457a10..3f27b73 100644
--- a/src/com/iciql/IciqlException.java
+++ b/src/com/iciql/IciqlException.java
@@ -1,6 +1,6 @@
/*
* Copyright 2011 James Moger.
- * Copyright 2012 Frederic Gaillard
+ * Copyright 2012 Frédéric Gaillard
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/com/iciql/SQLDialect.java b/src/com/iciql/SQLDialect.java
index 5e9625f..f62168e 100644
--- a/src/com/iciql/SQLDialect.java
+++ b/src/com/iciql/SQLDialect.java
@@ -1,7 +1,7 @@
/*
* Copyright 2004-2011 H2 Group.
* Copyright 2011 James Moger.
- * Copyright 2012 Frédéric Gaillard.
+ * Copyright 2012 Frédéric Gaillard.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/com/iciql/SQLDialectDefault.java b/src/com/iciql/SQLDialectDefault.java
index afdc36d..364db7b 100644
--- a/src/com/iciql/SQLDialectDefault.java
+++ b/src/com/iciql/SQLDialectDefault.java
@@ -1,7 +1,7 @@
/*
* Copyright 2004-2011 H2 Group.
* Copyright 2011 James Moger.
- * Copyright 2012 Frédéric Gaillard.
+ * Copyright 2012 Frédéric Gaillard.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/com/iciql/TableDefinition.java b/src/com/iciql/TableDefinition.java
index e96b61c..6d8cb6e 100644
--- a/src/com/iciql/TableDefinition.java
+++ b/src/com/iciql/TableDefinition.java
@@ -1,7 +1,7 @@
/*
* Copyright 2004-2011 H2 Group.
* Copyright 2011 James Moger.
- * Copyright 2012 Frederic Gaillard.
+ * Copyright 2012 Frédéric Gaillard.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/com/iciql/TableInspector.java b/src/com/iciql/TableInspector.java
index fa6722d..b717203 100644
--- a/src/com/iciql/TableInspector.java
+++ b/src/com/iciql/TableInspector.java
@@ -1,7 +1,7 @@
/*
* Copyright 2004-2011 H2 Group.
* Copyright 2011 James Moger.
- * Copyright 2012 Frédéric Gaillard.
+ * Copyright 2012 Frédéric Gaillard.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.