Changeset 9879 for extensions


Ignore:
Timestamp:
Mar 26, 2011, 5:48:43 PM (13 years ago)
Author:
mlg
Message:

Changed the licence
to a funniest one.

Location:
extensions/jiwigo-ws-api
Files:
2 deleted
22 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo-ws-api/pom.xml

    r9430 r9879  
    33  <groupId>fr.mael.jiwigo</groupId>
    44  <artifactId>jiwigo-ws-api</artifactId>
    5   <version>0.13.1.1</version>
     5  <version>0.13.1.2</version>
    66
    77
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/dao/CategoryDao.java

    r9430 r9879  
    1616
    1717/*
    18 Copyright (c) 2010, Mael
    19 All rights reserved.
    20 
    21 Redistribution and use in source and binary forms, with or without
    22 modification, are permitted provided that the following conditions are met:
    23  * Redistributions of source code must retain the above copyright
    24    notice, this list of conditions and the following disclaimer.
    25  * Redistributions in binary form must reproduce the above copyright
    26    notice, this list of conditions and the following disclaimer in the
    27    documentation and/or other materials provided with the distribution.
    28  * Neither the name of jiwigo nor the
    29    names of its contributors may be used to endorse or promote products
    30    derived from this software without specific prior written permission.
    31 
    32 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    33 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    34 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    35 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    36 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    37 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    38 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    39 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    40 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    41 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    42 */
     18 *  jiwigo-ws-api Piwigo webservice access Api
     19 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     20 *                All Rights Reserved
     21 *
     22 *  This library is free software. It comes without any warranty, to
     23 *  the extent permitted by applicable law. You can redistribute it
     24 *  and/or modify it under the terms of the Do What The Fuck You Want
     25 *  To Public License, Version 2, as published by Sam Hocevar. See
     26 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     27 */
    4328/**
    44 
    4529 * Dao for the categories
    4630 * @author mael
     
    9983            String catMeres = cat.getChildText(CategoryEnum.CAT_MERES.getLabel());
    10084            ArrayList<Integer> idCategoriesMeres = new ArrayList<Integer>();
     85            myCat.setIdParentCategoriesString(catMeres);
    10186            for (String catA : catMeres.split(",")) {
    10287                if (!catA.equals("")) {
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/dao/CommentDao.java

    r9430 r9879  
    1515
    1616/*
    17 Copyright (c) 2010, Mael
    18 All rights reserved.
    19 
    20 Redistribution and use in source and binary forms, with or without
    21 modification, are permitted provided that the following conditions are met:
    22  * Redistributions of source code must retain the above copyright
    23    notice, this list of conditions and the following disclaimer.
    24  * Redistributions in binary form must reproduce the above copyright
    25    notice, this list of conditions and the following disclaimer in the
    26    documentation and/or other materials provided with the distribution.
    27  * Neither the name of jiwigo nor the
    28    names of its contributors may be used to endorse or promote products
    29    derived from this software without specific prior written permission.
    30 
    31 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    32 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    33 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    34 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    35 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    36 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    37 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    38 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    39 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    40 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    41 */
     17 *  jiwigo-ws-api Piwigo webservice access Api
     18 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     19 *                All Rights Reserved
     20 *
     21 *  This library is free software. It comes without any warranty, to
     22 *  the extent permitted by applicable law. You can redistribute it
     23 *  and/or modify it under the terms of the Do What The Fuck You Want
     24 *  To Public License, Version 2, as published by Sam Hocevar. See
     25 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     26 */
    4227/**
    4328
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/dao/ImageDao.java

    r9430 r9879  
    1919
    2020/*
    21 Copyright (c) 2010, Mael
    22 All rights reserved.
    23 
    24 Redistribution and use in source and binary forms, with or without
    25 modification, are permitted provided that the following conditions are met:
    26  * Redistributions of source code must retain the above copyright
    27    notice, this list of conditions and the following disclaimer.
    28  * Redistributions in binary form must reproduce the above copyright
    29    notice, this list of conditions and the following disclaimer in the
    30    documentation and/or other materials provided with the distribution.
    31  * Neither the name of jiwigo nor the
    32    names of its contributors may be used to endorse or promote products
    33    derived from this software without specific prior written permission.
    34 
    35 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    36 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    37 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    38 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    39 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    40 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    41 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    42 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    43 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    44 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    45 */
     21 *  jiwigo-ws-api Piwigo webservice access Api
     22 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     23 *                All Rights Reserved
     24 *
     25 *  This library is free software. It comes without any warranty, to
     26 *  the extent permitted by applicable law. You can redistribute it
     27 *  and/or modify it under the terms of the Do What The Fuck You Want
     28 *  To Public License, Version 2, as published by Sam Hocevar. See
     29 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     30 */
    4631/**
    4732
     
    238223            myImage.setIdentifier(Integer.valueOf(im.getAttributeValue("id")));
    239224            myImage.setName(im.getChildText("name"));
    240             //      myImage.setIdCategory(Integer.valueOf(im.getChild("categories").getChild("category")
    241             //              .getAttributeValue("id")));
     225            myImage.setIdCategory(Integer.valueOf(im.getChild("categories").getChild("category")
     226                    .getAttributeValue("id")));
    242227            if (myImage.getName() == null) {
    243228                myImage.setName(myImage.getFile());
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/dao/TagDao.java

    r9430 r9879  
    1616import fr.mael.jiwigo.transverse.util.Tools;
    1717
     18/*
     19 *  jiwigo-ws-api Piwigo webservice access Api
     20 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     21 *                All Rights Reserved
     22 *
     23 *  This library is free software. It comes without any warranty, to
     24 *  the extent permitted by applicable law. You can redistribute it
     25 *  and/or modify it under the terms of the Do What The Fuck You Want
     26 *  To Public License, Version 2, as published by Sam Hocevar. See
     27 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     28 */
    1829/**
    1930 * Dao of the categories
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/om/Category.java

    r9392 r9879  
    66
    77/*
    8 Copyright (c) 2010, Mael
    9 All rights reserved.
     8DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
     9        Version 2, December 2004
    1010
    11 Redistribution and use in source and binary forms, with or without
    12 modification, are permitted provided that the following conditions are met:
    13  * Redistributions of source code must retain the above copyright
    14    notice, this list of conditions and the following disclaimer.
    15  * Redistributions in binary form must reproduce the above copyright
    16    notice, this list of conditions and the following disclaimer in the
    17    documentation and/or other materials provided with the distribution.
    18  * Neither the name of jiwigo nor the
    19    names of its contributors may be used to endorse or promote products
    20    derived from this software without specific prior written permission.
     11Copyright (C) 2011 Mael <mael@le-guevel.com>
    2112
    22 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    23 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    24 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    25 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    26 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    27 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    28 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    29 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    30 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    31 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     13Everyone is permitted to copy and distribute verbatim or modified
     14copies of this license document, and changing it is allowed as long
     15as the name is changed.
     16
     17DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
     18TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
     19
     200. You just DO WHAT THE FUCK YOU WANT TO.
     21
    3222*/
    3323/**
     
    3929
    4030    private ArrayList<Integer> idParentCategories;
     31    private String idParentCategoriesString;
    4132    private Integer identifier;
    4233    private String urlCategory;
     
    172163    }
    173164
     165    public String getIdParentCategoriesString() {
     166        return idParentCategoriesString;
     167    }
     168
     169    public void setIdParentCategoriesString(String idParentCategoriesString) {
     170        this.idParentCategoriesString = idParentCategoriesString;
     171    }
     172
    174173}
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/om/Comment.java

    r9392 r9879  
    22
    33/*
    4 Copyright (c) 2010, Mael
    5 All rights reserved.
     4DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
     5        Version 2, December 2004
    66
    7 Redistribution and use in source and binary forms, with or without
    8 modification, are permitted provided that the following conditions are met:
    9  * Redistributions of source code must retain the above copyright
    10    notice, this list of conditions and the following disclaimer.
    11  * Redistributions in binary form must reproduce the above copyright
    12    notice, this list of conditions and the following disclaimer in the
    13    documentation and/or other materials provided with the distribution.
    14  * Neither the name of jiwigo nor the
    15    names of its contributors may be used to endorse or promote products
    16    derived from this software without specific prior written permission.
     7Copyright (C) 2011 Mael <mael@le-guevel.com>
    178
    18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    19 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    20 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    21 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    22 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    23 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    24 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    25 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    26 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    27 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     9Everyone is permitted to copy and distribute verbatim or modified
     10copies of this license document, and changing it is allowed as long
     11as the name is changed.
     12
     13DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
     14TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
     15
     160. You just DO WHAT THE FUCK YOU WANT TO.
     17
    2818*/
    2919/**
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/om/Image.java

    r9392 r9879  
    44
    55/*
    6 Copyright (c) 2010, Mael
    7 All rights reserved.
    8 
    9 Redistribution and use in source and binary forms, with or without
    10 modification, are permitted provided that the following conditions are met:
    11  * Redistributions of source code must retain the above copyright
    12    notice, this list of conditions and the following disclaimer.
    13  * Redistributions in binary form must reproduce the above copyright
    14    notice, this list of conditions and the following disclaimer in the
    15    documentation and/or other materials provided with the distribution.
    16  * Neither the name of jiwigo nor the
    17    names of its contributors may be used to endorse or promote products
    18    derived from this software without specific prior written permission.
    19 
    20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    21 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    22 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    23 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    24 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    25 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    26 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    27 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    28 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    29 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     6DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
     7        Version 2, December 2004
     8
     9Copyright (C) 2011 Mael <mael@le-guevel.com>
     10
     11Everyone is permitted to copy and distribute verbatim or modified
     12copies of this license document, and changing it is allowed as long
     13as the name is changed.
     14
     15DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
     16TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
     17
     180. You just DO WHAT THE FUCK YOU WANT TO.
     19
    3020*/
    3121/**
     
    4838    private File thumbnail;
    4939    private String privacyLevel;
     40    private File originale;
    5041
    5142    /**
     
    10697        this.originale = originale;
    10798    }
    108 
    109     private File originale;
    11099
    111100    @Override
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/om/Tag.java

    r9392 r9879  
    22
    33/*
    4 Copyright (c) 2010, Mael
    5 All rights reserved.
     4DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
     5        Version 2, December 2004
    66
    7 Redistribution and use in source and binary forms, with or without
    8 modification, are permitted provided that the following conditions are met:
    9  * Redistributions of source code must retain the above copyright
    10    notice, this list of conditions and the following disclaimer.
    11  * Redistributions in binary form must reproduce the above copyright
    12    notice, this list of conditions and the following disclaimer in the
    13    documentation and/or other materials provided with the distribution.
    14  * Neither the name of jiwigo nor the
    15    names of its contributors may be used to endorse or promote products
    16    derived from this software without specific prior written permission.
     7Copyright (C) 2011 Mael <mael@le-guevel.com>
    178
    18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    19 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    20 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    21 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    22 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    23 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    24 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    25 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    26 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    27 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     9Everyone is permitted to copy and distribute verbatim or modified
     10copies of this license document, and changing it is allowed as long
     11as the name is changed.
     12
     13DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
     14TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
     15
     160. You just DO WHAT THE FUCK YOU WANT TO.
     17
    2818*/
    2919/**
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/service/CategoryService.java

    r9430 r9879  
    1010
    1111/*
    12 Copyright (c) 2010, Mael
    13 All rights reserved.
    14 
    15 Redistribution and use in source and binary forms, with or without
    16 modification, are permitted provided that the following conditions are met:
    17  * Redistributions of source code must retain the above copyright
    18    notice, this list of conditions and the following disclaimer.
    19  * Redistributions in binary form must reproduce the above copyright
    20    notice, this list of conditions and the following disclaimer in the
    21    documentation and/or other materials provided with the distribution.
    22  * Neither the name of jiwigo nor the
    23    names of its contributors may be used to endorse or promote products
    24    derived from this software without specific prior written permission.
    25 
    26 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    27 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    28 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    29 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    30 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    31 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    32 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    33 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    34 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    35 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    36 */
     12 *  jiwigo-ws-api Piwigo webservice access Api
     13 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     14 *                All Rights Reserved
     15 *
     16 *  This library is free software. It comes without any warranty, to
     17 *  the extent permitted by applicable law. You can redistribute it
     18 *  and/or modify it under the terms of the Do What The Fuck You Want
     19 *  To Public License, Version 2, as published by Sam Hocevar. See
     20 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     21 */
    3722/**
    3823
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/service/CommentService.java

    r9430 r9879  
    1010
    1111/*
    12 Copyright (c) 2010, Mael
    13 All rights reserved.
    14 
    15 Redistribution and use in source and binary forms, with or without
    16 modification, are permitted provided that the following conditions are met:
    17  * Redistributions of source code must retain the above copyright
    18    notice, this list of conditions and the following disclaimer.
    19  * Redistributions in binary form must reproduce the above copyright
    20    notice, this list of conditions and the following disclaimer in the
    21    documentation and/or other materials provided with the distribution.
    22  * Neither the name of jiwigo nor the
    23    names of its contributors may be used to endorse or promote products
    24    derived from this software without specific prior written permission.
    25 
    26 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    27 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    28 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    29 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    30 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    31 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    32 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    33 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    34 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    35 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    36 */
     12 *  jiwigo-ws-api Piwigo webservice access Api
     13 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     14 *                All Rights Reserved
     15 *
     16 *  This library is free software. It comes without any warranty, to
     17 *  the extent permitted by applicable law. You can redistribute it
     18 *  and/or modify it under the terms of the Do What The Fuck You Want
     19 *  To Public License, Version 2, as published by Sam Hocevar. See
     20 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     21 */
    3722/**
    3823
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/service/ImageService.java

    r9430 r9879  
    1313
    1414/*
    15 Copyright (c) 2010, Mael
    16 All rights reserved.
    17 
    18 Redistribution and use in source and binary forms, with or without
    19 modification, are permitted provided that the following conditions are met:
    20  * Redistributions of source code must retain the above copyright
    21    notice, this list of conditions and the following disclaimer.
    22  * Redistributions in binary form must reproduce the above copyright
    23    notice, this list of conditions and the following disclaimer in the
    24    documentation and/or other materials provided with the distribution.
    25  * Neither the name of jiwigo nor the
    26    names of its contributors may be used to endorse or promote products
    27    derived from this software without specific prior written permission.
    28 
    29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    30 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    31 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    32 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    33 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    34 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    35 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    36 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    37 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    38 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    39 */
     15 *  jiwigo-ws-api Piwigo webservice access Api
     16 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     17 *                All Rights Reserved
     18 *
     19 *  This library is free software. It comes without any warranty, to
     20 *  the extent permitted by applicable law. You can redistribute it
     21 *  and/or modify it under the terms of the Do What The Fuck You Want
     22 *  To Public License, Version 2, as published by Sam Hocevar. See
     23 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     24 */
    4025/**
    4126 *
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/service/TagService.java

    r9430 r9879  
    1111
    1212/*
    13 Copyright (c) 2010, Mael
    14 All rights reserved.
    15 
    16 Redistribution and use in source and binary forms, with or without
    17 modification, are permitted provided that the following conditions are met:
    18  * Redistributions of source code must retain the above copyright
    19    notice, this list of conditions and the following disclaimer.
    20  * Redistributions in binary form must reproduce the above copyright
    21    notice, this list of conditions and the following disclaimer in the
    22    documentation and/or other materials provided with the distribution.
    23  * Neither the name of jiwigo nor the
    24    names of its contributors may be used to endorse or promote products
    25    derived from this software without specific prior written permission.
    26 
    27 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    28 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    29 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    30 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    31 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    32 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    33 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    34 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    35 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    36 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    37 */
     13 *  jiwigo-ws-api Piwigo webservice access Api
     14 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     15 *                All Rights Reserved
     16 *
     17 *  This library is free software. It comes without any warranty, to
     18 *  the extent permitted by applicable law. You can redistribute it
     19 *  and/or modify it under the terms of the Do What The Fuck You Want
     20 *  To Public License, Version 2, as published by Sam Hocevar. See
     21 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     22 */
    3823/**
    3924 *
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/transverse/enumeration/CacheEnum.java

    r9387 r9879  
    55
    66/*
    7 Copyright (c) 2010, Mael
    8 All rights reserved.
    9 
    10 Redistribution and use in source and binary forms, with or without
    11 modification, are permitted provided that the following conditions are met:
    12  * Redistributions of source code must retain the above copyright
    13    notice, this list of conditions and the following disclaimer.
    14  * Redistributions in binary form must reproduce the above copyright
    15    notice, this list of conditions and the following disclaimer in the
    16    documentation and/or other materials provided with the distribution.
    17  * Neither the name of jiwigo nor the
    18    names of its contributors may be used to endorse or promote products
    19    derived from this software without specific prior written permission.
    20 
    21 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    22 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    23 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    24 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    25 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    26 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    27 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    28 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    29 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    30 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    31 */
     7 *  jiwigo-ws-api Piwigo webservice access Api
     8 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     9 *                All Rights Reserved
     10 *
     11 *  This library is free software. It comes without any warranty, to
     12 *  the extent permitted by applicable law. You can redistribute it
     13 *  and/or modify it under the terms of the Do What The Fuck You Want
     14 *  To Public License, Version 2, as published by Sam Hocevar. See
     15 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     16 */
    3217/**
    3318
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/transverse/enumeration/CategoryEnum.java

    r9387 r9879  
    55
    66/*
    7 Copyright (c) 2010, Mael
    8 All rights reserved.
    9 
    10 Redistribution and use in source and binary forms, with or without
    11 modification, are permitted provided that the following conditions are met:
    12  * Redistributions of source code must retain the above copyright
    13    notice, this list of conditions and the following disclaimer.
    14  * Redistributions in binary form must reproduce the above copyright
    15    notice, this list of conditions and the following disclaimer in the
    16    documentation and/or other materials provided with the distribution.
    17  * Neither the name of jiwigo nor the
    18    names of its contributors may be used to endorse or promote products
    19    derived from this software without specific prior written permission.
    20 
    21 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    22 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    23 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    24 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    25 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    26 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    27 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    28 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    29 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    30 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    31 */
     7 *  jiwigo-ws-api Piwigo webservice access Api
     8 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     9 *                All Rights Reserved
     10 *
     11 *  This library is free software. It comes without any warranty, to
     12 *  the extent permitted by applicable law. You can redistribute it
     13 *  and/or modify it under the terms of the Do What The Fuck You Want
     14 *  To Public License, Version 2, as published by Sam Hocevar. See
     15 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     16 */
    3217/**
    3318
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/transverse/enumeration/MethodsEnum.java

    r9387 r9879  
    55
    66/*
    7 Copyright (c) 2010, Mael
    8 All rights reserved.
    9 
    10 Redistribution and use in source and binary forms, with or without
    11 modification, are permitted provided that the following conditions are met:
    12  * Redistributions of source code must retain the above copyright
    13    notice, this list of conditions and the following disclaimer.
    14  * Redistributions in binary form must reproduce the above copyright
    15    notice, this list of conditions and the following disclaimer in the
    16    documentation and/or other materials provided with the distribution.
    17  * Neither the name of jiwigo nor the
    18    names of its contributors may be used to endorse or promote products
    19    derived from this software without specific prior written permission.
    20 
    21 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    22 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    23 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    24 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    25 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    26 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    27 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    28 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    29 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    30 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    31 */
     7 *  jiwigo-ws-api Piwigo webservice access Api
     8 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     9 *                All Rights Reserved
     10 *
     11 *  This library is free software. It comes without any warranty, to
     12 *  the extent permitted by applicable law. You can redistribute it
     13 *  and/or modify it under the terms of the Do What The Fuck You Want
     14 *  To Public License, Version 2, as published by Sam Hocevar. See
     15 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     16 */
    3217/**
    3318
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/transverse/enumeration/TagEnum.java

    r9387 r9879  
    55
    66/*
    7 Copyright (c) 2010, Mael
    8 All rights reserved.
    9 
    10 Redistribution and use in source and binary forms, with or without
    11 modification, are permitted provided that the following conditions are met:
    12  * Redistributions of source code must retain the above copyright
    13    notice, this list of conditions and the following disclaimer.
    14  * Redistributions in binary form must reproduce the above copyright
    15    notice, this list of conditions and the following disclaimer in the
    16    documentation and/or other materials provided with the distribution.
    17  * Neither the name of jiwigo nor the
    18    names of its contributors may be used to endorse or promote products
    19    derived from this software without specific prior written permission.
    20 
    21 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    22 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    23 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    24 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    25 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    26 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    27 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    28 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    29 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    30 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    31 */
     7 *  jiwigo-ws-api Piwigo webservice access Api
     8 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     9 *                All Rights Reserved
     10 *
     11 *  This library is free software. It comes without any warranty, to
     12 *  the extent permitted by applicable law. You can redistribute it
     13 *  and/or modify it under the terms of the Do What The Fuck You Want
     14 *  To Public License, Version 2, as published by Sam Hocevar. See
     15 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     16 */
    3217/**
    3318
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/transverse/exception/ProxyAuthenticationException.java

    r9430 r9879  
    11package fr.mael.jiwigo.transverse.exception;
    22
     3/*
     4 *  jiwigo-ws-api Piwigo webservice access Api
     5 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     6 *                All Rights Reserved
     7 *
     8 *  This library is free software. It comes without any warranty, to
     9 *  the extent permitted by applicable law. You can redistribute it
     10 *  and/or modify it under the terms of the Do What The Fuck You Want
     11 *  To Public License, Version 2, as published by Sam Hocevar. See
     12 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     13 */
    314public class ProxyAuthenticationException extends Exception {
    415    public ProxyAuthenticationException(String msg) {
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/transverse/exception/WrongChunkSizeException.java

    r9394 r9879  
    11package fr.mael.jiwigo.transverse.exception;
    22
     3/*
     4 *  jiwigo-ws-api Piwigo webservice access Api
     5 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     6 *                All Rights Reserved
     7 *
     8 *  This library is free software. It comes without any warranty, to
     9 *  the extent permitted by applicable law. You can redistribute it
     10 *  and/or modify it under the terms of the Do What The Fuck You Want
     11 *  To Public License, Version 2, as published by Sam Hocevar. See
     12 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     13 */
    314public class WrongChunkSizeException extends Exception {
    415    public WrongChunkSizeException(String msg) {
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/transverse/session/SessionManager.java

    r9430 r9879  
    2121
    2222/*
    23 Copyright (c) 2010, Mael
    24 All rights reserved.
    25 
    26 Redistribution and use in source and binary forms, with or without
    27 modification, are permitted provided that the following conditions are met:
    28  * Redistributions of source code must retain the above copyright
    29    notice, this list of conditions and the following disclaimer.
    30  * Redistributions in binary form must reproduce the above copyright
    31    notice, this list of conditions and the following disclaimer in the
    32    documentation and/or other materials provided with the distribution.
    33  * Neither the name of jiwigo nor the
    34    names of its contributors may be used to endorse or promote products
    35    derived from this software without specific prior written permission.
    36 
    37 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    38 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    39 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    40 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    41 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    42 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    43 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    44 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    45 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    46 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    47 */
     23 *  jiwigo-ws-api Piwigo webservice access Api
     24 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     25 *                All Rights Reserved
     26 *
     27 *  This library is free software. It comes without any warranty, to
     28 *  the extent permitted by applicable law. You can redistribute it
     29 *  and/or modify it under the terms of the Do What The Fuck You Want
     30 *  To Public License, Version 2, as published by Sam Hocevar. See
     31 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     32 */
    4833/**
    4934
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/transverse/util/ImagesUtil.java

    r9392 r9879  
    2929
    3030/*
    31 Copyright (c) 2010, Mael
    32 All rights reserved.
    33 
    34 Redistribution and use in source and binary forms, with or without
    35 modification, are permitted provided that the following conditions are met:
    36  * Redistributions of source code must retain the above copyright
    37    notice, this list of conditions and the following disclaimer.
    38  * Redistributions in binary form must reproduce the above copyright
    39    notice, this list of conditions and the following disclaimer in the
    40    documentation and/or other materials provided with the distribution.
    41  * Neither the name of jiwigo nor the
    42    names of its contributors may be used to endorse or promote products
    43    derived from this software without specific prior written permission.
    44 
    45 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    46 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    47 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    48 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    49 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    50 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    51 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    52 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    53 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    54 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    55 */
     31 *  jiwigo-ws-api Piwigo webservice access Api
     32 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     33 *                All Rights Reserved
     34 *
     35 *  This library is free software. It comes without any warranty, to
     36 *  the extent permitted by applicable law. You can redistribute it
     37 *  and/or modify it under the terms of the Do What The Fuck You Want
     38 *  To Public License, Version 2, as published by Sam Hocevar. See
     39 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     40 */
    5641/**
    5742
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/transverse/util/Tools.java

    r9392 r9879  
    3333
    3434/*
    35 Copyright (c) 2010, Mael
    36 All rights reserved.
    37 
    38 Redistribution and use in source and binary forms, with or without
    39 modification, are permitted provided that the following conditions are met:
    40  * Redistributions of source code must retain the above copyright
    41    notice, this list of conditions and the following disclaimer.
    42  * Redistributions in binary form must reproduce the above copyright
    43    notice, this list of conditions and the following disclaimer in the
    44    documentation and/or other materials provided with the distribution.
    45  * Neither the name of jiwigo nor the
    46    names of its contributors may be used to endorse or promote products
    47    derived from this software without specific prior written permission.
    48 
    49 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
    50 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    51 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    52 DISCLAIMED. IN NO EVENT SHALL Mael BE LIABLE FOR ANY
    53 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    54 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    55 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    56 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    57 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    58 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    59 */
     35 *  jiwigo-ws-api Piwigo webservice access Api
     36 *  Copyright (c) 2010-2011 Mael mael@le-guevel.com
     37 *                All Rights Reserved
     38 *
     39 *  This library is free software. It comes without any warranty, to
     40 *  the extent permitted by applicable law. You can redistribute it
     41 *  and/or modify it under the terms of the Do What The Fuck You Want
     42 *  To Public License, Version 2, as published by Sam Hocevar. See
     43 *  http://sam.zoy.org/wtfpl/COPYING for more details.
     44 */
    6045/**
    6146
Note: See TracChangeset for help on using the changeset viewer.