4
votes
3answers
61 views
Searching for non-commercial license for source code
I have written a software program that can encode a unique type of video and would like to release the source code under a non-commercial license. However, I am having difficulty finding an existing …
0
votes
0answers
16 views
Is the Artistic License 2.0 compatible with the GNU LGPL?
Perl's Artistic License 2.0 says that the source code distribution may be relicensed so long as the new license is:
(ii) a license that permits the
licensee to freely copy, modify and
…
4
votes
4answers
79 views
Open Source Licenses: LGPL vs. Creative Commons
I'm writing a .NET library for the Stack Overflow pre-alpha API. After uploading some early code to a new project over at Google Code, I set the license info to GPL and added the appropriate license …
0
votes
2answers
72 views
License and Distribution rights for Windows Resource (instsrv.exe)
I have a service installation that in order to get it to work on Win2k, I had to include instsrv.exe in the installer, since Win2k doesn't include sc.exe (which I use for XP and up) and instsrv.exe is …
0
votes
2answers
31 views
How to (or Can I) use Google Maps in a Desktop application
Hi. I researched this, read the TOS and only got more confused. I want to develop a desktop application (Java or Objective-C) using maps. What I'll actually need from the maps is to visually set a …
1
vote
4answers
30 views
where can i find public domain open source list of softwares
Hello all
i like to browse open source software that are released as public domain type of software license , is there such list ?
if i think about it is there some kind of index that sort open …
1
vote
1answer
13 views
What is the right way to attribute original copyright when modifying code under GPLv2 license?
I'm creating a new project based on a previous Perl script that is covered by GPLv2.
What is the "correct" way to provide proper attribution to original author? For the life of me I can't find this …
0
votes
1answer
25 views
Noncommercial use of photos under the Creative Commons License (ie, flickr.com) [closed]
Can a for-profit company legitimately use photos licensed as noncommercial if the product that they create (ie, a wordpress template) is then offered for free and open sourced? I believe it would, but …
9
votes
5answers
203 views
Go code contribution: license and patent implications?
I've been reviewing the contributions documentation for Google new language, and was curious about the idea of contributing a new package. It states that this should be included at the top of …
3
votes
3answers
102 views
Does the “Scenic Ribbon” need MS licensing?
The new variant "Scenic Ribbon" is now part of the Windows API (the Office 2007 "Fluent Ribbon" was not).
Does anyone know if a program that uses the "Scenic Ribbon" needs to go through the licensing …
2
votes
6answers
129 views
less-restrictive GPL-like license
Situation:
I want to pick a license for an open-source project.
Having considered GPL vs BSD/MIT, I prefer GPL because it protects the open-source-ness of software. However, I prefer something less …
-1
votes
2answers
58 views
Which License can be used if source is only distributed for paid customers?
It should also allow customers to make patches to the software and exchange patched with other customers.
And the developing company should be able to hold all the rights on source code and on all …
0
votes
1answer
58 views
I need help on Ext Js license
I need an advice from an expert of licenses because i've never understand anything about licenses:).
I want to build a free web application and i've chosen Ext Js to do this, but i know that only in …
5
votes
4answers
135 views
Mapkit routes and google license
So, this question is not if I can do routing with mapkit. You can't with the API. So I found the clever way of using an annotation to render a route between two points. The route is based on a …
0
votes
1answer
42 views
Is the code generated by a gnu program is under gnu gpl too?
In my case, I am using gperf, I didn't fint it in the gnu gpl.
The C code generated by gperf, is very simple, and doesn't have any licensing header.
I guessed that a file without a licence at the …
