diff options
author | James Moger <james.moger@gmail.com> | 2013-01-22 08:00:30 -0500 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2013-01-22 08:00:30 -0500 |
commit | 69be7ea90171acfba352ebb5d0f05c72dc63e72a (patch) | |
tree | cfef1d50798fe0661a5d53cada2342ed7ce74641 /src | |
parent | 84885d79aa265b9dd20b43b5f553b27ead55eb6e (diff) | |
download | iciql-69be7ea90171acfba352ebb5d0f05c72dc63e72a.tar.gz iciql-69be7ea90171acfba352ebb5d0f05c72dc63e72a.zip |
Fix encodings on some source files and confirm by compiling as UTF-8
Diffstat (limited to 'src')
-rw-r--r-- | src/com/iciql/Db.java | 2 | ||||
-rw-r--r-- | src/com/iciql/Define.java | 2 | ||||
-rw-r--r-- | src/com/iciql/Iciql.java | 2 | ||||
-rw-r--r-- | src/com/iciql/IciqlException.java | 2 | ||||
-rw-r--r-- | src/com/iciql/SQLDialect.java | 2 | ||||
-rw-r--r-- | src/com/iciql/SQLDialectDefault.java | 2 | ||||
-rw-r--r-- | src/com/iciql/TableDefinition.java | 2 | ||||
-rw-r--r-- | src/com/iciql/TableInspector.java | 2 |
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. |