[med-svn] [Git][med-team/libcolt-free-java][master] 4 commits: Replace invalid encoding of copyright symbol which makes build fail in Java 9

Andreas Tille gitlab at salsa.debian.org
Sun Mar 18 06:41:08 UTC 2018


Andreas Tille pushed to branch master at Debian Med / libcolt-free-java


Commits:
a405b6cb by Andreas Tille at 2018-03-18T07:27:07+01:00
Replace invalid encoding of copyright symbol which makes build fail in Java 9

- - - - -
69a70f6d by Andreas Tille at 2018-03-18T07:29:33+01:00
cme fix dpkg-control

- - - - -
d5a4bffa by Andreas Tille at 2018-03-18T07:29:51+01:00
debhelper 11

- - - - -
aca5e9c8 by Andreas Tille at 2018-03-18T07:34:45+01:00
Fix patch

- - - - -


5 changed files:

- debian/changelog
- debian/compat
- debian/control
- + debian/patches/fix_invalid_encoding.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libcolt-free-java (1.2.0+dfsg-5) UNRELEASED; urgency=medium
+
+  * Replace invalid encoding of copyright symbol which makes build fail in Java 9
+    Closes: #893303
+  * cme fix dpkg-control
+  * debhelper 11
+
+ -- Andreas Tille <tille at debian.org>  Sun, 18 Mar 2018 07:25:07 +0100
+
 libcolt-free-java (1.2.0+dfsg-4) unstable; urgency=medium
 
   * Take over BioLinux changes


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,25 +3,25 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: java
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               javahelper (>=0.25),
+Build-Depends: debhelper (>= 11~),
+               javahelper,
                default-jdk,
                ant,
                libconcurrent-java
-Standards-Version: 3.9.6
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libcolt-free-java.git
-Vcs-Git: git://anonscm.debian.org/debian-med/libcolt-free-java.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/libcolt-free-java.git
 Homepage: http://dst.lbl.gov/ACSSoftware/colt/
 
 Package: libcolt-free-java
-Provides: libcolt-java
-Replaces: libcolt-java
-Conflicts: libcolt-java
 Architecture: all
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${java:Depends}
 Recommends: ${java:Recommends}
+Conflicts: libcolt-java
+Provides: libcolt-java
+Replaces: libcolt-java
 Description: scalable scientific and technical computing in Java
  This distribution provides an infrastructure for scalable scientific
  and technical computing in Java. It is particularly useful in the domain
@@ -65,4 +65,3 @@ Description: scalable scientific and technical computing in Java (doc)
  .
  Note: libcolt-free-java is a copy of libcolt-java stripped from some
  classes with a non-free license (LGPL+military exception).
-


=====================================
debian/patches/fix_invalid_encoding.patch
=====================================
--- /dev/null
+++ b/debian/patches/fix_invalid_encoding.patch
@@ -0,0 +1,1311 @@
+Description: Replace invalid encoding of copyright symbol which makes build fail in Java 9
+Bug-Debian: https://bugs.debian.org/893303
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 18 Mar 2018 07:25:07 +0100
+
+--- a/src/cern/colt/GenericPermuting.java
++++ b/src/cern/colt/GenericPermuting.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/GenericSorting.java
++++ b/src/cern/colt/GenericSorting.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/Partitioning.java
++++ b/src/cern/colt/Partitioning.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/Sorting.java
++++ b/src/cern/colt/Sorting.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/Version.java
++++ b/src/cern/colt/Version.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/AbstractBooleanList.java
++++ b/src/cern/colt/list/AbstractBooleanList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/AbstractByteList.java
++++ b/src/cern/colt/list/AbstractByteList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/AbstractCharList.java
++++ b/src/cern/colt/list/AbstractCharList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/AbstractDoubleList.java
++++ b/src/cern/colt/list/AbstractDoubleList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/AbstractFloatList.java
++++ b/src/cern/colt/list/AbstractFloatList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/AbstractIntList.java
++++ b/src/cern/colt/list/AbstractIntList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/AbstractLongList.java
++++ b/src/cern/colt/list/AbstractLongList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/AbstractShortList.java
++++ b/src/cern/colt/list/AbstractShortList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/BooleanArrayList.java
++++ b/src/cern/colt/list/BooleanArrayList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/ByteArrayList.java
++++ b/src/cern/colt/list/ByteArrayList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/CharArrayList.java
++++ b/src/cern/colt/list/CharArrayList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/DoubleArrayList.java
++++ b/src/cern/colt/list/DoubleArrayList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/FloatArrayList.java
++++ b/src/cern/colt/list/FloatArrayList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/IntArrayList.java
++++ b/src/cern/colt/list/IntArrayList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/LongArrayList.java
++++ b/src/cern/colt/list/LongArrayList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/MinMaxNumberList.java
++++ b/src/cern/colt/list/MinMaxNumberList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/ObjectArrayList.java
++++ b/src/cern/colt/list/ObjectArrayList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/ShortArrayList.java
++++ b/src/cern/colt/list/ShortArrayList.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/adapter/DoubleListAdapter.java
++++ b/src/cern/colt/list/adapter/DoubleListAdapter.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/adapter/FloatListAdapter.java
++++ b/src/cern/colt/list/adapter/FloatListAdapter.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/adapter/IntListAdapter.java
++++ b/src/cern/colt/list/adapter/IntListAdapter.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/adapter/LongListAdapter.java
++++ b/src/cern/colt/list/adapter/LongListAdapter.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/list/adapter/ObjectListAdapter.java
++++ b/src/cern/colt/list/adapter/ObjectListAdapter.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/map/AbstractDoubleIntMap.java
++++ b/src/cern/colt/map/AbstractDoubleIntMap.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/map/AbstractIntDoubleMap.java
++++ b/src/cern/colt/map/AbstractIntDoubleMap.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/map/AbstractIntIntMap.java
++++ b/src/cern/colt/map/AbstractIntIntMap.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/map/AbstractIntObjectMap.java
++++ b/src/cern/colt/map/AbstractIntObjectMap.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/map/AbstractLongObjectMap.java
++++ b/src/cern/colt/map/AbstractLongObjectMap.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/map/OpenDoubleIntHashMap.java
++++ b/src/cern/colt/map/OpenDoubleIntHashMap.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/map/OpenIntDoubleHashMap.java
++++ b/src/cern/colt/map/OpenIntDoubleHashMap.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/map/OpenIntIntHashMap.java
++++ b/src/cern/colt/map/OpenIntIntHashMap.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/map/OpenIntObjectHashMap.java
++++ b/src/cern/colt/map/OpenIntObjectHashMap.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/map/OpenLongObjectHashMap.java
++++ b/src/cern/colt/map/OpenLongObjectHashMap.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/map/QuickOpenIntIntHashMap.java
++++ b/src/cern/colt/map/QuickOpenIntIntHashMap.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/DoubleFactory1D.java
++++ b/src/cern/colt/matrix/DoubleFactory1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/DoubleFactory2D.java
++++ b/src/cern/colt/matrix/DoubleFactory2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/DoubleFactory3D.java
++++ b/src/cern/colt/matrix/DoubleFactory3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/DoubleMatrix1D.java
++++ b/src/cern/colt/matrix/DoubleMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/DoubleMatrix2D.java
++++ b/src/cern/colt/matrix/DoubleMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/DoubleMatrix3D.java
++++ b/src/cern/colt/matrix/DoubleMatrix3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/ObjectFactory1D.java
++++ b/src/cern/colt/matrix/ObjectFactory1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/ObjectFactory2D.java
++++ b/src/cern/colt/matrix/ObjectFactory2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/ObjectFactory3D.java
++++ b/src/cern/colt/matrix/ObjectFactory3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/ObjectMatrix1D.java
++++ b/src/cern/colt/matrix/ObjectMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/ObjectMatrix2D.java
++++ b/src/cern/colt/matrix/ObjectMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/ObjectMatrix3D.java
++++ b/src/cern/colt/matrix/ObjectMatrix3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/AbstractFormatter.java
++++ b/src/cern/colt/matrix/impl/AbstractFormatter.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/Benchmark.java
++++ b/src/cern/colt/matrix/impl/Benchmark.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/DelegateDoubleMatrix1D.java
++++ b/src/cern/colt/matrix/impl/DelegateDoubleMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/DenseDoubleMatrix1D.java
++++ b/src/cern/colt/matrix/impl/DenseDoubleMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/DenseDoubleMatrix2D.java
++++ b/src/cern/colt/matrix/impl/DenseDoubleMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/DenseDoubleMatrix3D.java
++++ b/src/cern/colt/matrix/impl/DenseDoubleMatrix3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/DenseObjectMatrix1D.java
++++ b/src/cern/colt/matrix/impl/DenseObjectMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/DenseObjectMatrix2D.java
++++ b/src/cern/colt/matrix/impl/DenseObjectMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/DenseObjectMatrix3D.java
++++ b/src/cern/colt/matrix/impl/DenseObjectMatrix3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/RCDoubleMatrix2D.java
++++ b/src/cern/colt/matrix/impl/RCDoubleMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/RCMDoubleMatrix2D.java
++++ b/src/cern/colt/matrix/impl/RCMDoubleMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedDenseDoubleMatrix1D.java
++++ b/src/cern/colt/matrix/impl/SelectedDenseDoubleMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedDenseDoubleMatrix2D.java
++++ b/src/cern/colt/matrix/impl/SelectedDenseDoubleMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedDenseDoubleMatrix3D.java
++++ b/src/cern/colt/matrix/impl/SelectedDenseDoubleMatrix3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedDenseObjectMatrix1D.java
++++ b/src/cern/colt/matrix/impl/SelectedDenseObjectMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedDenseObjectMatrix2D.java
++++ b/src/cern/colt/matrix/impl/SelectedDenseObjectMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedDenseObjectMatrix3D.java
++++ b/src/cern/colt/matrix/impl/SelectedDenseObjectMatrix3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedSparseDoubleMatrix1D.java
++++ b/src/cern/colt/matrix/impl/SelectedSparseDoubleMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedSparseDoubleMatrix2D.java
++++ b/src/cern/colt/matrix/impl/SelectedSparseDoubleMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedSparseDoubleMatrix3D.java
++++ b/src/cern/colt/matrix/impl/SelectedSparseDoubleMatrix3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedSparseObjectMatrix1D.java
++++ b/src/cern/colt/matrix/impl/SelectedSparseObjectMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedSparseObjectMatrix2D.java
++++ b/src/cern/colt/matrix/impl/SelectedSparseObjectMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SelectedSparseObjectMatrix3D.java
++++ b/src/cern/colt/matrix/impl/SelectedSparseObjectMatrix3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SparseDoubleMatrix1D.java
++++ b/src/cern/colt/matrix/impl/SparseDoubleMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SparseDoubleMatrix2D.java
++++ b/src/cern/colt/matrix/impl/SparseDoubleMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SparseDoubleMatrix3D.java
++++ b/src/cern/colt/matrix/impl/SparseDoubleMatrix3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SparseObjectMatrix1D.java
++++ b/src/cern/colt/matrix/impl/SparseObjectMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SparseObjectMatrix2D.java
++++ b/src/cern/colt/matrix/impl/SparseObjectMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/SparseObjectMatrix3D.java
++++ b/src/cern/colt/matrix/impl/SparseObjectMatrix3D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/TridiagonalDoubleMatrix2D.java
++++ b/src/cern/colt/matrix/impl/TridiagonalDoubleMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/WrapperDoubleMatrix1D.java
++++ b/src/cern/colt/matrix/impl/WrapperDoubleMatrix1D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/impl/WrapperDoubleMatrix2D.java
++++ b/src/cern/colt/matrix/impl/WrapperDoubleMatrix2D.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/linalg/Algebra.java
++++ b/src/cern/colt/matrix/linalg/Algebra.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/linalg/Blas.java
++++ b/src/cern/colt/matrix/linalg/Blas.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/linalg/CholeskyDecomposition.java
++++ b/src/cern/colt/matrix/linalg/CholeskyDecomposition.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/linalg/Diagonal.java
++++ b/src/cern/colt/matrix/linalg/Diagonal.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/linalg/EigenvalueDecomposition.java
++++ b/src/cern/colt/matrix/linalg/EigenvalueDecomposition.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/linalg/LUDecomposition.java
++++ b/src/cern/colt/matrix/linalg/LUDecomposition.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/linalg/QRDecomposition.java
++++ b/src/cern/colt/matrix/linalg/QRDecomposition.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/linalg/SeqBlas.java
++++ b/src/cern/colt/matrix/linalg/SeqBlas.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/linalg/SingularValueDecomposition.java
++++ b/src/cern/colt/matrix/linalg/SingularValueDecomposition.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/linalg/Smp.java
++++ b/src/cern/colt/matrix/linalg/Smp.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/linalg/SmpBlas.java
++++ b/src/cern/colt/matrix/linalg/SmpBlas.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/objectalgo/Formatter.java
++++ b/src/cern/colt/matrix/objectalgo/Formatter.java
+@@ -1,7 +1,7 @@
+ package cern.colt.matrix.objectalgo;
+ 
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/objectalgo/ObjectMatrix1DComparator.java
++++ b/src/cern/colt/matrix/objectalgo/ObjectMatrix1DComparator.java
+@@ -1,7 +1,7 @@
+ package cern.colt.matrix.objectalgo;
+ 
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/objectalgo/ObjectMatrix2DComparator.java
++++ b/src/cern/colt/matrix/objectalgo/ObjectMatrix2DComparator.java
+@@ -1,7 +1,7 @@
+ package cern.colt.matrix.objectalgo;
+ 
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/objectalgo/Partitioning.java
++++ b/src/cern/colt/matrix/objectalgo/Partitioning.java
+@@ -1,7 +1,7 @@
+ package cern.colt.matrix.objectalgo;
+ 
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/colt/matrix/objectalgo/Sorting.java
++++ b/src/cern/colt/matrix/objectalgo/Sorting.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/math/Functions.java
++++ b/src/cern/jet/math/Functions.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/math/IntFunctions.java
++++ b/src/cern/jet/math/IntFunctions.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/AbstractDistribution.java
++++ b/src/cern/jet/random/AbstractDistribution.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Beta.java
++++ b/src/cern/jet/random/Beta.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Binomial.java
++++ b/src/cern/jet/random/Binomial.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/BreitWigner.java
++++ b/src/cern/jet/random/BreitWigner.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/BreitWignerMeanSquare.java
++++ b/src/cern/jet/random/BreitWignerMeanSquare.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/ChiSquare.java
++++ b/src/cern/jet/random/ChiSquare.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Distributions.java
++++ b/src/cern/jet/random/Distributions.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Empirical.java
++++ b/src/cern/jet/random/Empirical.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/EmpiricalWalker.java
++++ b/src/cern/jet/random/EmpiricalWalker.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Exponential.java
++++ b/src/cern/jet/random/Exponential.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/ExponentialPower.java
++++ b/src/cern/jet/random/ExponentialPower.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Fun.java
++++ b/src/cern/jet/random/Fun.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Gamma.java
++++ b/src/cern/jet/random/Gamma.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/HyperGeometric.java
++++ b/src/cern/jet/random/HyperGeometric.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Hyperbolic.java
++++ b/src/cern/jet/random/Hyperbolic.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Logarithmic.java
++++ b/src/cern/jet/random/Logarithmic.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/NegativeBinomial.java
++++ b/src/cern/jet/random/NegativeBinomial.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Normal.java
++++ b/src/cern/jet/random/Normal.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Poisson.java
++++ b/src/cern/jet/random/Poisson.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/PoissonSlow.java
++++ b/src/cern/jet/random/PoissonSlow.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/StudentT.java
++++ b/src/cern/jet/random/StudentT.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Uniform.java
++++ b/src/cern/jet/random/Uniform.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/VonMises.java
++++ b/src/cern/jet/random/VonMises.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/Zeta.java
++++ b/src/cern/jet/random/Zeta.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/engine/Benchmark.java
++++ b/src/cern/jet/random/engine/Benchmark.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/engine/DRand.java
++++ b/src/cern/jet/random/engine/DRand.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/engine/MersenneTwister.java
++++ b/src/cern/jet/random/engine/MersenneTwister.java
+@@ -1,7 +1,7 @@
+ package cern.jet.random.engine;
+ 
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/engine/MersenneTwister64.java
++++ b/src/cern/jet/random/engine/MersenneTwister64.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/engine/RandomEngine.java
++++ b/src/cern/jet/random/engine/RandomEngine.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/engine/RandomGenerator.java
++++ b/src/cern/jet/random/engine/RandomGenerator.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/sampling/RandomSampler.java
++++ b/src/cern/jet/random/sampling/RandomSampler.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/sampling/RandomSamplingAssistant.java
++++ b/src/cern/jet/random/sampling/RandomSamplingAssistant.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/random/sampling/WeightedRandomSampler.java
++++ b/src/cern/jet/random/sampling/WeightedRandomSampler.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/stat/Descriptive.java
++++ b/src/cern/jet/stat/Descriptive.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/stat/quantile/DoubleBuffer.java
++++ b/src/cern/jet/stat/quantile/DoubleBuffer.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/stat/quantile/DoubleQuantileEstimator.java
++++ b/src/cern/jet/stat/quantile/DoubleQuantileEstimator.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/stat/quantile/EquiDepthHistogram.java
++++ b/src/cern/jet/stat/quantile/EquiDepthHistogram.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/stat/quantile/ExactDoubleQuantileFinder.java
++++ b/src/cern/jet/stat/quantile/ExactDoubleQuantileFinder.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/stat/quantile/KnownDoubleQuantileEstimator.java
++++ b/src/cern/jet/stat/quantile/KnownDoubleQuantileEstimator.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/stat/quantile/QuantileFinderFactory.java
++++ b/src/cern/jet/stat/quantile/QuantileFinderFactory.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/stat/quantile/QuantileFinderTest.java
++++ b/src/cern/jet/stat/quantile/QuantileFinderTest.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/stat/quantile/UnknownDoubleQuantileEstimator.java
++++ b/src/cern/jet/stat/quantile/UnknownDoubleQuantileEstimator.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 
+--- a/src/cern/jet/stat/quantile/Utils.java
++++ b/src/cern/jet/stat/quantile/Utils.java
+@@ -1,5 +1,5 @@
+ /*
+-Copyright � 1999 CERN - European Organization for Nuclear Research.
++Copyright (c) 1999 CERN - European Organization for Nuclear Research.
+ Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose 
+ is hereby granted without fee, provided that the above copyright notice appear in all copies and 
+ that both that copyright notice and this permission notice appear in supporting documentation. 


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 use_debian_packaged_concurrent_jar.patch
 freehep-aida.patch
+fix_invalid_encoding.patch



View it on GitLab: https://salsa.debian.org/med-team/libcolt-free-java/compare/bfbba484ceba470580b97a92c6a6d438c06a6c92...aca5e9c86f0a26cf5118fb92d2508944447dc9a1

---
View it on GitLab: https://salsa.debian.org/med-team/libcolt-free-java/compare/bfbba484ceba470580b97a92c6a6d438c06a6c92...aca5e9c86f0a26cf5118fb92d2508944447dc9a1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180318/21d1aabc/attachment-0001.html>


More information about the debian-med-commit mailing list