Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » How to distribute some parts of Core in another library?
Re: How to distribute some parts of Core in another library? [message #46897 is a reply to message #46896] Thu, 08 September 2016 11:13 Go to previous messageGo to previous message
cbpporter is currently offline  cbpporter
Messages: 1427
Registered: September 2007
Ultimate Contributor
mirek wrote on Thu, 08 September 2016 11:56
Are there at least 4 lines of code identical to CParser? If not, you do not need to copy any license by my standards (although some line "Inspired by U++ CParser in the code would be nice...)

Hard to tell Surprised.

You be the judge of that!

def IsChar(c1: Char, c2: Char, c3: Char): Bool; const {
	return term[0] == c1 && term[1] == c2 && term[2] == c3;
}


bool   IsChar3(char c1, char c2, char c3) const { return term[0] == c1 && term[1] == c2 && term[2] == c3; }


On paper it might not be identical. But logically it is...
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: stable sort bug.. or looks like it
Next Topic: Sys command truncates captured console output
Goto Forum:
  


Current Time: Wed May 14 17:00:31 CEST 2025

Total time taken to generate the page: 0.02973 seconds