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

Changed the licence
to a funniest one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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) {
Note: See TracChangeset for help on using the changeset viewer.