Bug 813784 - Some of the Snowdrop files are missing licensing information
Summary: Some of the Snowdrop files are missing licensing information
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: Spring
Version: 2.0.0.ER4
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ER1
: 2.1.0
Assignee: Marius Bogoevici
QA Contact: Karel Piwko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-18 12:36 UTC by Karel Piwko
Modified: 2013-03-04 01:00 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-11-30 15:34:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Karel Piwko 2012-04-18 12:36:37 UTC
Not all classes from Snowdrop distribution are properly licensed:

$ find . -name '*.java' -printf '%p ' -exec head -n 2 {} \; | grep -v '\*$' | sort -u | sed 's/\(.*\)package .*$/\1/'

 * JBoss, Home of Professional Open Source.
./snowdrop-2.0.3.Final-redhat-1/deployers/deployers-core/src/main/java/org/jboss/spring/deployers/SpringContextDescriptor.java
./snowdrop-2.0.3.Final-redhat-1/deployers/deployers-core/src/main/java/org/jboss/spring/deployers/SpringParserDeployerHandler.java
./snowdrop-2.0.3.Final-redhat-1/deployers/deployers-vfs2/src/test/java/org/jboss/test/deployers/test/MockContext.java
./snowdrop-2.0.3.Final-redhat-1/deployers/deployers-vfs2/src/test/java/org/jboss/test/deployers/test/MockInitialContextFactory.java
./snowdrop-2.0.3.Final-redhat-1/deployers/deployers-vfs2/src/test/java/org/jboss/test/deployers/test/SimpleBean.java
./snowdrop-2.0.3.Final-redhat-1/deployers/deployers-vfs2/src/test/java/org/jboss/test/deployers/test/SnowdropDeployersTestCaseVfs2.java
./snowdrop-2.0.3.Final-redhat-1/deployers/deployers-vfs3/src/test/java/org/jboss/test/deployers/test/MockContext.java
./snowdrop-2.0.3.Final-redhat-1/deployers/deployers-vfs3/src/test/java/org/jboss/test/deployers/test/MockInitialContextFactory.java
./snowdrop-2.0.3.Final-redhat-1/deployers/deployers-vfs3/src/test/java/org/jboss/test/deployers/test/SimpleBean.java
./snowdrop-2.0.3.Final-redhat-1/deployers/deployers-vfs3/src/test/java/org/jboss/test/deployers/test/SnowdropDeployersTestCase.java
./snowdrop-2.0.3.Final-redhat-1/vfs/src/main/java/org/jboss/spring/vfs/context/ContextClassUtil.java
./snowdrop-2.0.3.Final-redhat-1/vfs/src/main/java/org/jboss/spring/vfs/context/DelegatingContextLoaderListener.java
./snowdrop-2.0.3.Final-redhat-1/vfs/src/main/java/org/jboss/spring/vfs/context/DelegatingDispatcherServlet.java

Comment 2 Marius Bogoevici 2012-04-25 21:33:45 UTC
Marek, this is now fixed upstream. Not sure if this requires an upstream 
release, it can be simply picked up at the next release, or it requires another 
productization build.

Comment 3 Marek Novotny 2012-04-26 08:04:50 UTC
Even Marius added that header into Java files, I have an experience and recall a thread on thecore, where Richard Fontana wrote that if all sources are licensed under one/same license, there is enough to have individual license file aside.

Comment 5 Karel Piwko 2012-09-24 14:28:20 UTC
Moved version to 2.1.0.

Comment 7 Tomas Repel 2012-10-01 13:53:26 UTC
Verified in WFK 2.1.0.ER1.

Comment 8 Karel Piwko 2012-11-30 15:34:39 UTC
Distributed as a part of WFK 2.1.0.GA release.


Note You need to log in before you can comment on or make changes to this bug.