diff --git a/src/fr/devinsy/util/strings/StringLengthComparator.java b/src/fr/devinsy/util/strings/StringLengthComparator.java index adac2f1..e42821a 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-utils. + * This file is part of devinsy-strings. * - * Devinsy-utils 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-utils 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-utils. 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 873f541..d6f5fe3 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 Christian Pierre MOMON * - * This file is part of Devinsy-utils. + * This file is part of devinsy-strings. * - * Devinsy-utils 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-utils 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-utils. 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 4f84c1b..f3672cc 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 Christian Pierre MOMON * - * This file is part of Devinsy-utils. + * This file is part of devinsy-strings. * - * Devinsy-utils 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-utils 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-utils. 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 5940e53..4c0e0b7 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 Christian Pierre MOMON * - * This file is part of Devinsy-utils. + * This file is part of devinsy-strings. * - * Devinsy-utils 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-utils 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-utils. 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 95ab552..3847b74 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 Christian Pierre MOMON * - * This file is part of Devinsy-utils. + * This file is part of devinsy-strings. * - * Devinsy-utils 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-utils 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-utils. 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 465739a..ecacd6f 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-utils. + * This file is part of devinsy-strings. * - * Devinsy-utils 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-utils 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-utils. If not, see + * along with devinsy-strings. If not, see */ package fr.devinsy.util.strings; diff --git a/src/fr/devinsy/util/strings/StringListUtils.java b/src/fr/devinsy/util/strings/StringListUtils.java index 9ad0a7a..dfdff00 100644 --- a/src/fr/devinsy/util/strings/StringListUtils.java +++ b/src/fr/devinsy/util/strings/StringListUtils.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2008-2010, 2013-2016 Christian Pierre MOMON * - * This file is part of Devinsy-utils. + * This file is part of devinsy-strings. * - * Devinsy-utils 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-utils 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-utils. 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 b52bf3c..ad9c809 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-utils. + * This file is part of devinsy-strings. * - * Devinsy-utils 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-utils 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-utils. 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 f69a951..1093acf 100644 --- a/src/fr/devinsy/util/strings/StringSet.java +++ b/src/fr/devinsy/util/strings/StringSet.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2014-2016 Christian Pierre MOMON * - * This file is part of Devinsy-utils. + * This file is part of devinsy-strings. * - * Devinsy-utils 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-utils 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-utils. 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 7983764..ebf956c 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 Christian Pierre MOMON * - * This file is part of Devinsy-utils. + * This file is part of devinsy-strings. * - * Devinsy-utils 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-utils 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-utils. If not, see + * along with devinsy-strings. If not, see */ package fr.devinsy.util.strings; diff --git a/test/fr/devinsy/util/strings/StringListUtilsTest.java b/test/fr/devinsy/util/strings/StringListUtilsTest.java index 097d37f..0d9b459 100644 --- a/test/fr/devinsy/util/strings/StringListUtilsTest.java +++ b/test/fr/devinsy/util/strings/StringListUtilsTest.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2013,2014 Christian Pierre MOMON * - * This file is part of Devinsy-utils. + * This file is part of devinsy-strings. * - * Devinsy-utils 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-utils 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-utils. If not, see + * along with devinsy-strings. If not, see */ package fr.devinsy.util.strings;