Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] checkin - fix recurrence problem, add license header to 35 (!) files

I just checked in change re recurrence factor as noted in a recent thread.

While editing TextUtils.java, I noted it did not have standard CPL header
at the top of the file. I added it, and then checked all the source files
in the 'core' component. Turns out over 30 other files didn't have the standard
header (which I have just inserted):

	* src/org/eclipse/stellation/comm/messaging/Ping.java: 
	* src/org/eclipse/stellation/comm/messaging/Renderable.java: 
	* src/org/eclipse/stellation/repos/AccessControlList.java: 
	* src/org/eclipse/stellation/repos/AccessPrivileges.java: 
	* src/org/eclipse/stellation/repos/ProjectNotFoundException.java: 
	* src/org/eclipse/stellation/repos/RepositoryTagMismatchException.java: 
	* src/org/eclipse/stellation/repos/TriggerException.java: 
	* src/org/eclipse/stellation/repos/TriggerScript.java: 
	* src/org/eclipse/stellation/repos/UserAlreadyExistsException.java: 
	* src/org/eclipse/stellation/repos/artifact/InvalidConnectionTypeException.java: 
	* src/org/eclipse/stellation/repos/artifact/TextLineSet.java: 
	* src/org/eclipse/stellation/repos/database/AbstractDatabase.java: 
	* src/org/eclipse/stellation/repos/database/DatabaseConnectionException.java: 
	* src/org/eclipse/stellation/repos/database/TestTable.java: 
	* src/org/eclipse/stellation/repos/util/BranchSpecIterator.java: 
	* src/org/eclipse/stellation/repos/util/BranchSpec.java: 
	* src/org/eclipse/stellation/repos/util/BranchSpecList.java: 
	* src/org/eclipse/stellation/repos/util/BranchSpecSet.java: 
	* src/org/eclipse/stellation/repos/util/Interval.java: 
	* src/org/eclipse/stellation/repos/util/IntervalPairIterator.java: 
	* src/org/eclipse/stellation/repos/util/IntervalPair.java: 
	* src/org/eclipse/stellation/repos/util/IntervalPairList.java: 
	* src/org/eclipse/stellation/repos/util/MergeConflict.java: 
	* src/org/eclipse/stellation/repos/util/StellationException.java: 
	* src/org/eclipse/stellation/repos/util/TaggedText.java: 
	* src/org/eclipse/stellation/repos/util/VersionSpecIterator.java: 
	* src/org/eclipse/stellation/repos/util/VersionSpec.java: 
	* src/org/eclipse/stellation/repos/util/VersionSpecList.java: 
	* src/org/eclipse/stellation/repos/util/VersionTag.java: 
	* src/org/eclipse/stellation/repos/messaging/server/CloseHandleHandler.java: 
	* src/org/eclipse/stellation/repos/messaging/server/ReposServerChallengeFactory.java: 
	* src/org/eclipse/stellation/repos/messaging/server/ChangePasswordHandler.java: 
	* src/org/eclipse/stellation/workspace/ChangeRequest.java: 
	* src/org/eclipse/stellation/workspace/OS.java: 
	* src/org/eclipse/stellation/util/MessageDigestUtil.java: 
	
We need to be more careful about putting the standard license header at the
start of *all* source files.

dave

-- 
Dave Shields, IBM Research, shields@xxxxxxxxxxxxxx. 


Back to the top