Ignore:
Timestamp:
2017-09-30T14:40:47+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15361 - add more debug info + update licence information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/AlphanumComparator.java

    r8928 r12909  
    99 * The Alphanum Algorithm is discussed at http://www.DaveKoelle.com
    1010 *
     11 * Released under the MIT License - https://opensource.org/licenses/MIT
    1112 *
    12  * This library is free software; you can redistribute it and/or modify it under
    13  * the terms of the GNU Lesser General Public License as published by the Free
    14  * Software Foundation; either version 2.1 of the License, or any later version.
     13 * Copyright 2007-2017 David Koelle
    1514 *
    16  * This library is distributed in the hope that it will be useful, but WITHOUT
    17  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    18  * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
    19  * details.
     15 * Permission is hereby granted, free of charge, to any person obtaining
     16 * a copy of this software and associated documentation files (the "Software"),
     17 * to deal in the Software without restriction, including without limitation
     18 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
     19 * and/or sell copies of the Software, and to permit persons to whom the
     20 * Software is furnished to do so, subject to the following conditions:
    2021 *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with this library; if not, write to the Free Software Foundation, Inc.,
    23  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
     22 * The above copyright notice and this permission notice shall be included
     23 * in all copies or substantial portions of the Software.
    2424 *
     25 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     26 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
     27 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
     28 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
     29 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
     30 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
     31 * USE OR OTHER DEALINGS IN THE SOFTWARE.
    2532 */
    2633import java.io.Serializable;
     
    3744 *
    3845 * This is an updated version with enhancements made by Daniel Migowski, Andre
    39  * Bogus, and David Koelle and others.
     46 * Bogus, David Koelle and others.
    4047 *
    4148 */
Note: See TracChangeset for help on using the changeset viewer.