From 69be7ea90171acfba352ebb5d0f05c72dc63e72a Mon Sep 17 00:00:00 2001 From: James Moger Date: Tue, 22 Jan 2013 08:00:30 -0500 Subject: Fix encodings on some source files and confirm by compiling as UTF-8 --- tests/com/iciql/test/ForeignKeyTest.java | 2 +- tests/com/iciql/test/IciqlSuite.java | 2 +- tests/com/iciql/test/TransactionTest.java | 2 +- tests/com/iciql/test/models/CategoryAnnotationOnly.java | 2 +- tests/com/iciql/test/models/ProductAnnotationOnlyWithForeignKey.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/com') diff --git a/tests/com/iciql/test/ForeignKeyTest.java b/tests/com/iciql/test/ForeignKeyTest.java index ed85cbc..6b4a3e7 100644 --- a/tests/com/iciql/test/ForeignKeyTest.java +++ b/tests/com/iciql/test/ForeignKeyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Frédéric Gaillard. + * Copyright 2012 Frédéric Gaillard. * Copyright 2012 James Moger. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/com/iciql/test/IciqlSuite.java b/tests/com/iciql/test/IciqlSuite.java index 1202d0e..a474404 100644 --- a/tests/com/iciql/test/IciqlSuite.java +++ b/tests/com/iciql/test/IciqlSuite.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/tests/com/iciql/test/TransactionTest.java b/tests/com/iciql/test/TransactionTest.java index d1c6749..026366e 100644 --- a/tests/com/iciql/test/TransactionTest.java +++ b/tests/com/iciql/test/TransactionTest.java @@ -1,5 +1,5 @@ /* - * 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/tests/com/iciql/test/models/CategoryAnnotationOnly.java b/tests/com/iciql/test/models/CategoryAnnotationOnly.java index 3e1c5ee..b96ab04 100644 --- a/tests/com/iciql/test/models/CategoryAnnotationOnly.java +++ b/tests/com/iciql/test/models/CategoryAnnotationOnly.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Frédéric Gaillard. + * Copyright 2012 Frédéric Gaillard. * Copyright 2012 James Moger. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/com/iciql/test/models/ProductAnnotationOnlyWithForeignKey.java b/tests/com/iciql/test/models/ProductAnnotationOnlyWithForeignKey.java index b17074e..4268a89 100644 --- a/tests/com/iciql/test/models/ProductAnnotationOnlyWithForeignKey.java +++ b/tests/com/iciql/test/models/ProductAnnotationOnlyWithForeignKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Frédéric Gaillard. + * Copyright 2012 Frédéric Gaillard. * Copyright 2012 James Moger. * * Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.3