diff options
author | Clément DAVID <clement.david@scilab.org> | 2010-05-20 11:33:15 +0200 |
---|---|---|
committer | Yann Collette <yann.collette@scilab.org> | 2010-05-20 11:45:45 +0200 |
commit | 56247b8797de893b44da58af810ab7be0393724d (patch) | |
tree | 20d3b8d0d75e572f5b22aea7f52676a761e1eee4 /scilab/modules | |
parent | de236e9cfe9f24b3601a4c95d4a8aa631c0cf837 (diff) | |
download | scilab-56247b8797de893b44da58af810ab7be0393724d.zip scilab-56247b8797de893b44da58af810ab7be0393724d.tar.gz |
Xcos: remove ummappable character warnings
Change-Id: I47d3f85c10ba371905704d0893d59b991fa13183
Diffstat (limited to 'scilab/modules')
-rw-r--r-- | scilab/modules/xcos/src/java/org/scilab/modules/xcos/port/Orientation.java | 2 | ||||
-rw-r--r-- | scilab/modules/xcos/src/java/org/scilab/modules/xcos/utils/XcosConstants.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scilab/modules/xcos/src/java/org/scilab/modules/xcos/port/Orientation.java b/scilab/modules/xcos/src/java/org/scilab/modules/xcos/port/Orientation.java index 730018e..454e41d 100644 --- a/scilab/modules/xcos/src/java/org/scilab/modules/xcos/port/Orientation.java +++ b/scilab/modules/xcos/src/java/org/scilab/modules/xcos/port/Orientation.java | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | 2 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab |
3 | * Copyright (C) 2010 - DIGITEO - Clément DAVID | 3 | * Copyright (C) 2010 - DIGITEO - Clément DAVID |
4 | * | 4 | * |
5 | * This file must be used under the terms of the CeCILL. | 5 | * This file must be used under the terms of the CeCILL. |
6 | * This source file is licensed as described in the file COPYING, which | 6 | * This source file is licensed as described in the file COPYING, which |
diff --git a/scilab/modules/xcos/src/java/org/scilab/modules/xcos/utils/XcosConstants.java b/scilab/modules/xcos/src/java/org/scilab/modules/xcos/utils/XcosConstants.java index 81c26ad..6c8a58c 100644 --- a/scilab/modules/xcos/src/java/org/scilab/modules/xcos/utils/XcosConstants.java +++ b/scilab/modules/xcos/src/java/org/scilab/modules/xcos/utils/XcosConstants.java | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab | 2 | * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab |
3 | * Copyright (C) 2010 - DIGITEO - Clément David | 3 | * Copyright (C) 2010 - DIGITEO - Clément David |
4 | * | 4 | * |
5 | * This file must be used under the terms of the CeCILL. | 5 | * This file must be used under the terms of the CeCILL. |
6 | * This source file is licensed as described in the file COPYING, which | 6 | * This source file is licensed as described in the file COPYING, which |