From: <mb...@re...> - 2005-02-18 13:15:56
|
Author: mbooth Date: 2005-02-18 14:14:44 +0100 (Fri, 18 Feb 2005) New Revision: 268 Modified: ccm-ldn-theme/trunk/src/com/arsdigita/london/theme/dispatcher/InternalThemePrefixerServlet.java ccm-ldn-util/trunk/src/com/arsdigita/london/util/ApplicationAdminAuthListener.java Log: Change a couple of CCM licenses to LGPL Modified: ccm-ldn-theme/trunk/src/com/arsdigita/london/theme/dispatcher/InternalThemePrefixerServlet.java =================================================================== --- ccm-ldn-theme/trunk/src/com/arsdigita/london/theme/dispatcher/InternalThemePrefixerServlet.java 2005-02-18 13:06:15 UTC (rev 267) +++ ccm-ldn-theme/trunk/src/com/arsdigita/london/theme/dispatcher/InternalThemePrefixerServlet.java 2005-02-18 13:14:44 UTC (rev 268) @@ -1,16 +1,17 @@ /* - * Copyright (C) 2003, 2003 Red Hat Corporation. All Rights Reserved. - * - * The contents of this file are subject to the CCM Public - * License (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of - * the License at http://www.arsdigita.com/ADPL.txt - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * + * This library 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 2.1 of + * the License, or (at your option) any later version. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package com.arsdigita.london.theme.dispatcher; @@ -30,7 +31,6 @@ import java.io.IOException; import org.apache.log4j.Logger; - /** * This class pulls out the theme information from the * URL so that other sections can correctly allow "previewing". Modified: ccm-ldn-util/trunk/src/com/arsdigita/london/util/ApplicationAdminAuthListener.java =================================================================== --- ccm-ldn-util/trunk/src/com/arsdigita/london/util/ApplicationAdminAuthListener.java 2005-02-18 13:06:15 UTC (rev 267) +++ ccm-ldn-util/trunk/src/com/arsdigita/london/util/ApplicationAdminAuthListener.java 2005-02-18 13:14:44 UTC (rev 268) @@ -1,16 +1,17 @@ /* - * Copyright (C) 2001, 2002 Red Hat Inc. All Rights Reserved. - * - * The contents of this file are subject to the CCM Public - * License (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of - * the License at http://www.redhat.com/licenses/ccmpl.html - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * + * This library 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 2.1 of + * the License, or (at your option) any later version. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package com.arsdigita.london.util; |