diff --git a/src/fr/devinsy/util/strings/StringLengthComparator.java b/src/fr/devinsy/util/strings/StringLengthComparator.java
index 5af2830..8b2bcd9 100644
--- a/src/fr/devinsy/util/strings/StringLengthComparator.java
+++ b/src/fr/devinsy/util/strings/StringLengthComparator.java
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2013-2017 Christian Pierre MOMON
*
- * This file is part of devinsy-strings.
+ * This file is part of Devinsy-strings.
*
- * devinsy-strings is free software: you can redistribute it and/or modify
+ * Devinsy-strings is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * devinsy-strings is distributed in the hope that it will be useful,
+ * Devinsy-strings is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with devinsy-strings. If not, see
+ * along with Devinsy-strings. If not, see
*/
package fr.devinsy.util.strings;
diff --git a/src/fr/devinsy/util/strings/StringList.java b/src/fr/devinsy/util/strings/StringList.java
index daae59e..b39073e 100644
--- a/src/fr/devinsy/util/strings/StringList.java
+++ b/src/fr/devinsy/util/strings/StringList.java
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2008-2010,2013-2015,2017 Christian Pierre MOMON
*
- * This file is part of devinsy-strings.
+ * This file is part of Devinsy-strings.
*
- * devinsy-strings is free software: you can redistribute it and/or modify
+ * Devinsy-strings is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * devinsy-strings is distributed in the hope that it will be useful,
+ * Devinsy-strings is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with devinsy-strings. If not, see
+ * along with Devinsy-strings. If not, see
*/
package fr.devinsy.util.strings;
diff --git a/src/fr/devinsy/util/strings/StringListCharIterator.java b/src/fr/devinsy/util/strings/StringListCharIterator.java
index 47b3e9c..6c349db 100644
--- a/src/fr/devinsy/util/strings/StringListCharIterator.java
+++ b/src/fr/devinsy/util/strings/StringListCharIterator.java
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2014-2015,2017 Christian Pierre MOMON
*
- * This file is part of devinsy-strings.
+ * This file is part of Devinsy-strings.
*
- * devinsy-strings is free software: you can redistribute it and/or modify
+ * Devinsy-strings is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * devinsy-strings is distributed in the hope that it will be useful,
+ * Devinsy-strings is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with devinsy-strings. If not, see
+ * along with Devinsy-strings. If not, see
*/
package fr.devinsy.util.strings;
diff --git a/src/fr/devinsy/util/strings/StringListCharPosition.java b/src/fr/devinsy/util/strings/StringListCharPosition.java
index 8d8d530..def5794 100644
--- a/src/fr/devinsy/util/strings/StringListCharPosition.java
+++ b/src/fr/devinsy/util/strings/StringListCharPosition.java
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2013-2015,2017 Christian Pierre MOMON
*
- * This file is part of devinsy-strings.
+ * This file is part of Devinsy-strings.
*
- * devinsy-strings is free software: you can redistribute it and/or modify
+ * Devinsy-strings is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * devinsy-strings is distributed in the hope that it will be useful,
+ * Devinsy-strings is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with devinsy-strings. If not, see
+ * along with Devinsy-strings. If not, see
*/
package fr.devinsy.util.strings;
diff --git a/src/fr/devinsy/util/strings/StringListInputStream.java b/src/fr/devinsy/util/strings/StringListInputStream.java
index 322e5d6..dab0330 100644
--- a/src/fr/devinsy/util/strings/StringListInputStream.java
+++ b/src/fr/devinsy/util/strings/StringListInputStream.java
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2013-2015,2017 Christian Pierre MOMON
*
- * This file is part of devinsy-strings.
+ * This file is part of Devinsy-strings.
*
- * devinsy-strings is free software: you can redistribute it and/or modify
+ * Devinsy-strings is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * devinsy-strings is distributed in the hope that it will be useful,
+ * Devinsy-strings is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with devinsy-strings. If not, see
+ * along with Devinsy-strings. If not, see
*/
package fr.devinsy.util.strings;
diff --git a/src/fr/devinsy/util/strings/StringListReader.java b/src/fr/devinsy/util/strings/StringListReader.java
index 2455f88..c38a3aa 100644
--- a/src/fr/devinsy/util/strings/StringListReader.java
+++ b/src/fr/devinsy/util/strings/StringListReader.java
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2013-2017 Christian Pierre MOMON
*
- * This file is part of devinsy-strings.
+ * This file is part of Devinsy-strings.
*
- * devinsy-strings is free software: you can redistribute it and/or modify
+ * Devinsy-strings is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * devinsy-strings is distributed in the hope that it will be useful,
+ * Devinsy-strings is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with devinsy-strings. If not, see
+ * along with Devinsy-strings. If not, see
*/
package fr.devinsy.util.strings;
diff --git a/src/fr/devinsy/util/strings/StringListWriter.java b/src/fr/devinsy/util/strings/StringListWriter.java
index 6ee9d13..075e053 100644
--- a/src/fr/devinsy/util/strings/StringListWriter.java
+++ b/src/fr/devinsy/util/strings/StringListWriter.java
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2013-2017 Christian Pierre MOMON
*
- * This file is part of devinsy-strings.
+ * This file is part of Devinsy-strings.
*
- * devinsy-strings is free software: you can redistribute it and/or modify
+ * Devinsy-strings is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * devinsy-strings is distributed in the hope that it will be useful,
+ * Devinsy-strings is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with devinsy-strings. If not, see
+ * along with Devinsy-strings. If not, see
*/
package fr.devinsy.util.strings;
diff --git a/src/fr/devinsy/util/strings/StringSet.java b/src/fr/devinsy/util/strings/StringSet.java
index 9f7b197..23c0a04 100644
--- a/src/fr/devinsy/util/strings/StringSet.java
+++ b/src/fr/devinsy/util/strings/StringSet.java
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2014-2017 Christian Pierre MOMON
*
- * This file is part of devinsy-strings.
+ * This file is part of Devinsy-strings.
*
- * devinsy-strings is free software: you can redistribute it and/or modify
+ * Devinsy-strings is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * devinsy-strings is distributed in the hope that it will be useful,
+ * Devinsy-strings is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with devinsy-strings. If not, see
+ * along with Devinsy-strings. If not, see
*/
package fr.devinsy.util.strings;
diff --git a/src/fr/devinsy/util/strings/StringstUtils.java b/src/fr/devinsy/util/strings/StringstUtils.java
index 70fea9b..f046e5e 100644
--- a/src/fr/devinsy/util/strings/StringstUtils.java
+++ b/src/fr/devinsy/util/strings/StringstUtils.java
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2008-2010,2013-2016,2017 Christian Pierre MOMON
*
- * This file is part of devinsy-strings.
+ * This file is part of Devinsy-strings.
*
- * devinsy-strings is free software: you can redistribute it and/or modify
+ * Devinsy-strings is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * devinsy-strings is distributed in the hope that it will be useful,
+ * Devinsy-strings is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with devinsy-strings. If not, see
+ * along with Devinsy-strings. If not, see
*/
package fr.devinsy.util.strings;
diff --git a/test/fr/devinsy/util/strings/StringListTest.java b/test/fr/devinsy/util/strings/StringListTest.java
index 82c0c76..4441ebb 100644
--- a/test/fr/devinsy/util/strings/StringListTest.java
+++ b/test/fr/devinsy/util/strings/StringListTest.java
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2013,2014,2017 Christian Pierre MOMON
*
- * This file is part of devinsy-strings.
+ * This file is part of Devinsy-strings.
*
- * devinsy-strings is free software: you can redistribute it and/or modify
+ * Devinsy-strings is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * devinsy-strings is distributed in the hope that it will be useful,
+ * Devinsy-strings is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with devinsy-strings. If not, see
+ * along with Devinsy-strings. If not, see
*/
package fr.devinsy.util.strings;
diff --git a/test/fr/devinsy/util/strings/StringsUtilsTest.java b/test/fr/devinsy/util/strings/StringsUtilsTest.java
index a1a1fa1..916b48e 100644
--- a/test/fr/devinsy/util/strings/StringsUtilsTest.java
+++ b/test/fr/devinsy/util/strings/StringsUtilsTest.java
@@ -1,20 +1,20 @@
/*
* Copyright (C) 2013,2014,2017 Christian Pierre MOMON
*
- * This file is part of devinsy-strings.
+ * This file is part of Devinsy-strings.
*
- * devinsy-strings is free software: you can redistribute it and/or modify
+ * Devinsy-strings is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * devinsy-strings is distributed in the hope that it will be useful,
+ * Devinsy-strings is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with devinsy-strings. If not, see
+ * along with Devinsy-strings. If not, see
*/
package fr.devinsy.util.strings;