wsdor/src/main/java/cz/xelfi/quoridor/webidor/JAXBContextResolver.java
changeset 264 d60370059c3c
parent 256 1758a7727278
     1.1 --- a/wsdor/src/main/java/cz/xelfi/quoridor/webidor/JAXBContextResolver.java	Sat Sep 11 17:04:51 2010 +0200
     1.2 +++ b/wsdor/src/main/java/cz/xelfi/quoridor/webidor/JAXBContextResolver.java	Tue Sep 14 08:56:13 2010 +0200
     1.3 @@ -1,38 +1,19 @@
     1.4  /*
     1.5 + * Quoridor server and related libraries
     1.6 + * Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     1.7   *
     1.8 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.9 - * 
    1.10 - * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    1.11 - * 
    1.12 - * The contents of this file are subject to the terms of either the GNU
    1.13 - * General Public License Version 2 only ("GPL") or the Common Development
    1.14 - * and Distribution License("CDDL") (collectively, the "License").  You
    1.15 - * may not use this file except in compliance with the License. You can obtain
    1.16 - * a copy of the License at https://jersey.dev.java.net/CDDL+GPL.html
    1.17 - * or jersey/legal/LICENSE.txt.  See the License for the specific
    1.18 - * language governing permissions and limitations under the License.
    1.19 - * 
    1.20 - * When distributing the software, include this License Header Notice in each
    1.21 - * file and include the License file at jersey/legal/LICENSE.txt.
    1.22 - * Sun designates this particular file as subject to the "Classpath" exception
    1.23 - * as provided by Sun in the GPL Version 2 section of the License file that
    1.24 - * accompanied this code.  If applicable, add the following below the License
    1.25 - * Header, with the fields enclosed by brackets [] replaced by your own
    1.26 - * identifying information: "Portions Copyrighted [year]
    1.27 - * [name of copyright owner]"
    1.28 - * 
    1.29 - * Contributor(s):
    1.30 - * 
    1.31 - * If you wish your version of this file to be governed by only the CDDL or
    1.32 - * only the GPL Version 2, indicate your decision by adding "[Contributor]
    1.33 - * elects to include this software in this distribution under the [CDDL or GPL
    1.34 - * Version 2] license."  If you don't indicate a single choice of license, a
    1.35 - * recipient has the option to distribute your version of this file under
    1.36 - * either the CDDL, the GPL Version 2 or to extend the choice of license to
    1.37 - * its licensees as provided above.  However, if you add GPL Version 2 code
    1.38 - * and therefore, elected the GPL Version 2 license, then the option applies
    1.39 - * only if the new code is made subject to such option by the copyright
    1.40 - * holder.
    1.41 + * This program is free software: you can redistribute it and/or modify
    1.42 + * it under the terms of the GNU General Public License as published by
    1.43 + * the Free Software Foundation, either version 3 of the License.
    1.44 + *
    1.45 + * This program is distributed in the hope that it will be useful,
    1.46 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.47 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.48 + * GNU General Public License for more details.
    1.49 + *
    1.50 + * You should have received a copy of the GNU General Public License
    1.51 + * along with this program. Look for COPYING file in the top folder.
    1.52 + * If not, see http://www.gnu.org/licenses/.
    1.53   */
    1.54  
    1.55  package cz.xelfi.quoridor.webidor;