Time |
Nick |
Message |
01:30 |
|
mikemol1 joined #rosettacode |
01:48 |
|
ilbot3 joined #rosettacode |
01:48 |
|
Topic for #rosettacode is now Rosetta Code: Coding in (∞ - 1) languages ; http://irclog.perlgeek.de/rosettacode/today ; Pop a tab and stick around! ; Account creation issues? Send an email with your desired username to bureaucrats rosettacode.org. |
04:13 |
|
mikemol1 joined #rosettacode |
06:07 |
|
mikemol1 joined #rosettacode |
07:41 |
|
Knockout joined #rosettacode |
10:33 |
|
Lord_of_Life joined #rosettacode |
10:54 |
|
mikemol1 joined #rosettacode |
12:20 |
|
Lord_of_Life joined #rosettacode |
15:02 |
|
fedaykin joined #rosettacode |
19:38 |
|
opticron joined #rosettacode |
19:51 |
|
potasmic joined #rosettacode |
19:52 |
potasmic |
Hi! I am considering licensing my open source application under MIT. however, I found that Rosetta is under GPL. What should I do? |
20:00 |
|
Lord_of_Life joined #rosettacode |
20:01 |
potasmic |
It's the code for Bresenham line algo btw |
20:07 |
|
pdurbin joined #rosettacode |
21:11 |
|
Lord_of_Life joined #rosettacode |
21:37 |
|
Lord_of_Life joined #rosettacode |
22:29 |
ttmrichter |
potasmic: Your choices would appear to be: |
22:29 |
ttmrichter |
1. Relicense your code. |
22:29 |
ttmrichter |
2. Contact the initial author of the code and ask for an exemption. |
22:29 |
ttmrichter |
3. Use code from elsewhere with a compatible license. |
22:30 |
ttmrichter |
4. Use the code that's there to figure out how the algorithm works and write your own implementation. |
22:30 |
potasmic |
But what if the algorithm is simple enough and cannot be implemented any other way (without having worse performance)? |
22:31 |
potasmic |
https://rosettacode.org/wiki/Bitmap/Bresenham%27s_line_algorithm#JavaScript |
22:31 |
fedaykin |
"Bitmap/Bresenham's line algorithm - Rosetta Code" https://rldn.net/C81 |
22:31 |
potasmic |
I don't know who wrote the code too |
22:32 |
ttmrichter |
Those are your choices. That's it. |
22:32 |
potasmic |
Alright, thanks |
22:38 |
|
potasmic joined #rosettacode |