diff options
Diffstat (limited to 'logo/src/xlogo/utils')
-rw-r--r-- | logo/src/xlogo/utils/ExtensionFichier.java | 8 | ||||
-rw-r--r-- | logo/src/xlogo/utils/Utils.java | 8 | ||||
-rw-r--r-- | logo/src/xlogo/utils/WebPage.java | 8 | ||||
-rw-r--r-- | logo/src/xlogo/utils/WriteImage.java | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/logo/src/xlogo/utils/ExtensionFichier.java b/logo/src/xlogo/utils/ExtensionFichier.java index 4fcf708..e2dbd38 100644 --- a/logo/src/xlogo/utils/ExtensionFichier.java +++ b/logo/src/xlogo/utils/ExtensionFichier.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Lo�c Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,13 +16,13 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Z�rich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Lo�c Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * - * Contents of this file were initially written by Lo�c Le Coq, + * Contents of this file were initially written by Loic Le Coq, * modifications, extensions, refactorings might have been applied by Marko Zivkovic */package xlogo.utils; import javax.swing.filechooser.*; diff --git a/logo/src/xlogo/utils/Utils.java b/logo/src/xlogo/utils/Utils.java index 3c2e703..3182bf7 100644 --- a/logo/src/xlogo/utils/Utils.java +++ b/logo/src/xlogo/utils/Utils.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Lo�c Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,13 +16,13 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Z�rich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Lo�c Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * - * Contents of this file were initially written by Lo�c Le Coq, + * Contents of this file were initially written by Loic Le Coq, * modifications, extensions, refactorings might have been applied by Marko Zivkovic */ diff --git a/logo/src/xlogo/utils/WebPage.java b/logo/src/xlogo/utils/WebPage.java index 56f1528..c49ada8 100644 --- a/logo/src/xlogo/utils/WebPage.java +++ b/logo/src/xlogo/utils/WebPage.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Lo�c Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,13 +16,13 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Z�rich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Lo�c Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * - * Contents of this file were initially written by Lo�c Le Coq, + * Contents of this file were initially written by Loic Le Coq, * modifications, extensions, refactorings might have been applied by Marko Zivkovic */ diff --git a/logo/src/xlogo/utils/WriteImage.java b/logo/src/xlogo/utils/WriteImage.java index 13426f9..485c4e9 100644 --- a/logo/src/xlogo/utils/WriteImage.java +++ b/logo/src/xlogo/utils/WriteImage.java @@ -1,4 +1,4 @@ -/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Lo�c Le Coq +/* XLogo4Schools - A Logo Interpreter specialized for use in schools, based on XLogo by Loic Le Coq * Copyright (C) 2013 Marko Zivkovic * * Contact Information: marko88zivkovic at gmail dot com @@ -16,13 +16,13 @@ * * * This Java source code belongs to XLogo4Schools, written by Marko Zivkovic - * during his Bachelor thesis at the computer science department of ETH Z�rich, + * during his Bachelor thesis at the computer science department of ETH Zurich, * in the year 2013 and/or during future work. * - * It is a reengineered version of XLogo written by Lo�c Le Coq, published + * It is a reengineered version of XLogo written by Loic Le Coq, published * under the GPL License at http://xlogo.tuxfamily.org/ * - * Contents of this file were initially written by Lo�c Le Coq, + * Contents of this file were initially written by Loic Le Coq, * modifications, extensions, refactorings might have been applied by Marko Zivkovic */ |