![]() |
| | #1 |
| Malum in se Join Date: Apr 2007
Posts: 3,188
| propogation of open source
__________________ Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off. |
| abachler is offline | |
| | #2 | |
| Frequently Quite Prolix Join Date: Apr 2005 Location: Canada
Posts: 7,698
| I would say it depends on the license. For example, the LGPL allows proprietary code to link with the library, while the GPL does not. Since the library you're using is released under the Zlib license, you can probably do this: Quote:
__________________ dwk Seek and ye shall find. quaere et invenies. "Simplicity does not precede complexity, but follows it." -- Alan Perlis "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra "The only real mistake is the one from which we learn nothing." -- John Powell Other boards: DaniWeb, TPS Unofficial Wiki FAQ: cpwiki.sf.net My website: http://dwks.theprogrammingsite.com/ Projects: codeform, xuni, atlantis, nort, etc. | |
| dwks is offline | |
| | #3 |
| Cat without Hat Join Date: Apr 2003
Posts: 8,492
| You can do pretty much everything with zlib-licensed stuff, except claim that you wrote code that you didn't, or remove the license statement.
__________________ All the buzzt! CornedBee"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code." - Flon's Law |
| CornedBee is offline | |
| | #4 |
| Malum in se Join Date: Apr 2007
Posts: 3,188
| OK, thanks guys, just didnt want the boss having a caniption fit because 30 lines of code had to be released.
__________________ Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off. |
| abachler is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Open source 64 bit compilers? | abachler | Windows Programming | 4 | 06-06-2007 03:31 AM |
| Open source library for graphical presentation | Vogel | C++ Programming | 1 | 09-20-2005 05:54 AM |
| Open Source or not | spidereen | A Brief History of Cprogramming.com | 26 | 04-10-2003 12:23 PM |
| What happened the Open source poll | spidereen | C++ Programming | 1 | 04-08-2003 01:53 PM |
| Open source: is it secure? | samGwilliam | Linux Programming | 6 | 02-28-2002 09:58 AM |