From efde4d363d04ef8f23be14c90cbea27198986ec1 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 4 Mar 2016 19:38:55 +0100 Subject: [PATCH] changed encoding --- DAMASK_env.bat | 6 +++--- LICENSE | 2 +- README | 4 ++-- lib/damask/test/__init__.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DAMASK_env.bat b/DAMASK_env.bat index 0c1afb0d6..202ddb00e 100644 --- a/DAMASK_env.bat +++ b/DAMASK_env.bat @@ -5,10 +5,10 @@ set LOCATION=%~dp0 set DAMASK_ROOT=%LOCATION%\DAMASK set DAMASK_NUM_THREADS=2 chcp 1252 -Title Düsseldorf Advanced Materials Simulation Kit - DAMASK, MPIE Düsseldorf +Title Düsseldorf Advanced Materials Simulation Kit - DAMASK, MPIE Düsseldorf echo. -echo Düsseldorf Advanced Materials Simulation Kit - DAMASK -echo Max-Planck-Institut für Eisenforschung, Düsseldorf +echo Düsseldorf Advanced Materials Simulation Kit - DAMASK +echo Max-Planck-Institut für Eisenforschung, Düsseldorf echo http://damask.mpie.de echo. echo Preparing environment ... diff --git a/LICENSE b/LICENSE index 2402b1685..5a76343a0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2011-15 Max-Planck-Institut für Eisenforschung GmbH +Copyright 2011-16 Max-Planck-Institut für Eisenforschung GmbH This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/README b/README index 7fd364644..6705c13fa 100644 --- a/README +++ b/README @@ -2,9 +2,9 @@ visit damask.mpie.de for installation and usage instructions CONTACT INFORMATION -Max-Planck-Institut für Eisenforschung GmbH +Max-Planck-Institut für Eisenforschung GmbH Max-Planck-Str. 1 -40237 Düsseldorf +40237 Düsseldorf Germany Email: DAMASK@mpie.de diff --git a/lib/damask/test/__init__.py b/lib/damask/test/__init__.py index c81d9eecb..ba8d14a00 100644 --- a/lib/damask/test/__init__.py +++ b/lib/damask/test/__init__.py @@ -2,4 +2,4 @@ """Test functionality""" -from .test import Test #noqa +from .test import Test # noqa