diff --git a/build.num b/build.num index f4b3d28..37bed75 100644 --- a/build.num +++ b/build.num @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! #Wed Apr 19 22:56:10 CEST 2017 -build.number=4 +build.number=0 diff --git a/build.properties b/build.properties index d5f00be..4297f9a 100644 --- a/build.properties +++ b/build.properties @@ -1,3 +1,3 @@ -product.name=Devinsy-unix +product.name=devinsy-utils product.revision.major=0 -product.revision.minor=3 +product.revision.minor=4 diff --git a/src/fr/devinsy/util/DataFile.java b/src/fr/devinsy/util/DataFile.java index 59407b9..475ee75 100755 --- a/src/fr/devinsy/util/DataFile.java +++ b/src/fr/devinsy/util/DataFile.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2008-2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/DataFiles.java b/src/fr/devinsy/util/DataFiles.java index 82d0119..5cd7ea9 100755 --- a/src/fr/devinsy/util/DataFiles.java +++ b/src/fr/devinsy/util/DataFiles.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2008-2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/DateHelper.java b/src/fr/devinsy/util/DateHelper.java index 8b6e88f..53a96c4 100755 --- a/src/fr/devinsy/util/DateHelper.java +++ b/src/fr/devinsy/util/DateHelper.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/DateTimeHelper.java b/src/fr/devinsy/util/DateTimeHelper.java index 2652497..74dce8f 100755 --- a/src/fr/devinsy/util/DateTimeHelper.java +++ b/src/fr/devinsy/util/DateTimeHelper.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/Digester.java b/src/fr/devinsy/util/Digester.java index 3858940..367daa5 100644 --- a/src/fr/devinsy/util/Digester.java +++ b/src/fr/devinsy/util/Digester.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2006, 2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/FileCopier.java b/src/fr/devinsy/util/FileCopier.java index 61e877b..3c99aaf 100644 --- a/src/fr/devinsy/util/FileCopier.java +++ b/src/fr/devinsy/util/FileCopier.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/FileIterator.java b/src/fr/devinsy/util/FileIterator.java index 0a1beba..041affa 100644 --- a/src/fr/devinsy/util/FileIterator.java +++ b/src/fr/devinsy/util/FileIterator.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/FileIteratorState.java b/src/fr/devinsy/util/FileIteratorState.java index 3315be4..f04f08c 100644 --- a/src/fr/devinsy/util/FileIteratorState.java +++ b/src/fr/devinsy/util/FileIteratorState.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/FileTools.java b/src/fr/devinsy/util/FileTools.java index be76415..6c9eb3b 100644 --- a/src/fr/devinsy/util/FileTools.java +++ b/src/fr/devinsy/util/FileTools.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2008-2015 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/Fraction.java b/src/fr/devinsy/util/Fraction.java index 3a41f63..336b4d0 100644 --- a/src/fr/devinsy/util/Fraction.java +++ b/src/fr/devinsy/util/Fraction.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2009-2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/InternetProxyConfiguration.java b/src/fr/devinsy/util/InternetProxyConfiguration.java index 58c7500..8933c36 100755 --- a/src/fr/devinsy/util/InternetProxyConfiguration.java +++ b/src/fr/devinsy/util/InternetProxyConfiguration.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2009-2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/SimpleAveragemeter.java b/src/fr/devinsy/util/SimpleAveragemeter.java index 073c0a2..8fe11dd 100755 --- a/src/fr/devinsy/util/SimpleAveragemeter.java +++ b/src/fr/devinsy/util/SimpleAveragemeter.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2009-2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/SimpleChronometer.java b/src/fr/devinsy/util/SimpleChronometer.java index 84843a0..9455d1f 100755 --- a/src/fr/devinsy/util/SimpleChronometer.java +++ b/src/fr/devinsy/util/SimpleChronometer.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2008-2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/StacktraceWriter.java b/src/fr/devinsy/util/StacktraceWriter.java index c2cdb2a..3b474d7 100644 --- a/src/fr/devinsy/util/StacktraceWriter.java +++ b/src/fr/devinsy/util/StacktraceWriter.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2010, 2013-2016 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/src/fr/devinsy/util/ToolBox.java b/src/fr/devinsy/util/ToolBox.java index b148522..adc4b49 100644 --- a/src/fr/devinsy/util/ToolBox.java +++ b/src/fr/devinsy/util/ToolBox.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2008-2010, 2013-2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util; diff --git a/test/FileIteratorSandbox.java b/test/FileIteratorSandbox.java index 6e9a375..08452c6 100644 --- a/test/FileIteratorSandbox.java +++ b/test/FileIteratorSandbox.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2013 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ import java.io.File; diff --git a/test/fr/devinsy/util/FileToolsTest.java b/test/fr/devinsy/util/FileToolsTest.java index c965bad..2653b83 100644 --- a/test/fr/devinsy/util/FileToolsTest.java +++ b/test/fr/devinsy/util/FileToolsTest.java @@ -1,20 +1,20 @@ /** * Copyright (C) 2014 Christian Pierre MOMON * - * This file is part of Devinsy-unix. + * This file is part of Devinsy-utils. * - * Devinsy-unix is free software: you can redistribute it and/or modify + * Devinsy-utils 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-unix is distributed in the hope that it will be useful, + * Devinsy-utils 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-unix. If not, see + * along with Devinsy-utils. If not, see */ package fr.devinsy.util;