[jbosstools-issues] [JBoss JIRA] (JBIDE-12427) Fix duplicated license headers in hibernate tools

Nick Boldt (JIRA) jira-events at lists.jboss.org
Sun Sep 30 02:26:03 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-12427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt closed JBIDE-12427.
------------------------------

         Assignee: Nick Boldt  (was: Max Rydahl Andersen)
    Fix Version/s: 4.0.0.Beta1
       Resolution: Done


Licenses now read:

{code:title=https://anonsvn.jboss.org/repos/jbosstools/trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/views/navigator/ClearPlaceHolderJob.java}
/*******************************************************************************
 * Copyright (c) 2003-2012 Red Hat, Inc. and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     IBM Corporation (and others) - Initial implementation, 2003-2004
 *     JBoss by Red Hat - Initial contribution, 2005 (was erroneously licensed under LGPL 2.1)
 */
{code}

and

{code:title=https://anonsvn.jboss.org/repos/jbosstools/trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/views/contentoutline/JFaceNodeAdapterFactoryForXML.java}
/*******************************************************************************
 * Copyright (c) 2001-2012 Red Hat, Inc. and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 
 * Contributors:/*
 *     IBM Corporation (and others) - Initial implementation, 2001
 *     JBoss by Red Hat - Initial contribution, 2005 (was erroneously licensed under LGPL 2.1)
 */
{code}
                
> Fix duplicated license headers in hibernate tools 
> --------------------------------------------------
>
>                 Key: JBIDE-12427
>                 URL: https://issues.jboss.org/browse/JBIDE-12427
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: hibernate
>    Affects Versions: 3.0.3.GA
>            Reporter: Max Rydahl Andersen
>            Assignee: Nick Boldt
>            Priority: Critical
>             Fix For: 4.0.0.Beta1
>
>
> See https://community.jboss.org/message/752204#752204 for details.
> Seems some files got a mixed of headers - 
> My current assumption is they are actually LGPL need to look in revision history when/where it occurred to be 100% sure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list