Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
2answers
5k views

Can I use a library under the Apache Software License 2.0 in a commercial application?

I like to use some Java libraries that are copyrighted under the Apache Software License 2.0. I do not want to modify them at all, just use them in a commercial application. Do I need to open source ...
9
votes
4answers
337 views

When to update the year in open source copyright notice

I have an open source project, licensed under the Apache license 2.0. In the appendix of this document, Apache explains how to apply the license to your code. Among other things, it says to include ...
8
votes
1answer
339 views

Apache License 2.0 for programmers

I am staring at the Apache License 2.0 and it stares back at me.. All I want to know is whether I can take an existing source code (licensed under Apache License 2.0) and modify it, without having to ...
8
votes
2answers
1k views

Modify sources under Apache License 2.0

Say I am working on some application in my free time, with non-commercial purposes. Surfing around I find some sources from some developer that has created a parser for the type of data I am also ...
7
votes
4answers
336 views

Releasing under license: Do all files need the copyright statment?

Working out some code to release under the apache license. At the end of the license it shows you what to include in yoru files to indicate the copyright and licensing info. However, some software ...
6
votes
1answer
948 views

best way to add license section to iOS settings bundle

My iOS application uses a number of third party components licensed under Apache 2.0 and similar licenses, which requires me to include various bits of text, this kind of thing: * Redistributions in ...
6
votes
2answers
944 views

Closed source Android app and Apache License

I have a doubt and hope someone can help me. I've written an application for me and it works well, so I've decided to share. The problem is that I've used the body of 2 methods from a class from an ...
6
votes
1answer
509 views

Does ASL License complies with MS-Pl license?

I would like to redistribute a compiled version of Yahoo! UI Library: YUI Compressor for .Net (http://yuicompressor.codeplex.com), that according to the web site is licensed under MS-Pl ...
5
votes
3answers
103 views

Which license to choose for an open source PHP framework?

Never thought choosing a license takes more time than writing a whole component does :) Anyway, I'm writing a PHP framework. It doesn't try to be a full stack framework, so it will use β€” and probably ...
5
votes
2answers
370 views

GitHub fork of Apache 2.0 licensed project

I am developing open source project at github, licensed under apache 2.0 license. Somebody made fork of my project and added functionality that was not included in my project and it is licensed under ...
4
votes
1answer
399 views

Apache 2.0 License Notice

Where should I put the Apache 2.0 notification in my app? On first start I will show my own EULA, but is it enough to put the Apache NOTICE text into a dialog within my app?
4
votes
3answers
210 views

Looking for a liberal open source license that allows commercial use, but not inclusion in GPL licensed derivatives

This is for my first open source project (always been just a contributor, never the creator before.) I'm looking for a license, preferably a common and well respected one, that allows people to use ...
4
votes
1answer
118 views

Relicensing code including both Apache2 and BSD licensed sources

I have 2 software systems that have been combined. one of them has an Apache2 license, and the other, the BSD license. Now, the resulting system uses code from both of the systems. What kind of ...
4
votes
5answers
439 views

Can I use SVN in a commercial project for free?

I want to write a file management system that rely on the SVN. Can I take it for free in the commercial use. or I need release some codes or I need to pay for the license? (My project is a closed ...
4
votes
5answers
221 views

Can I release an extension to a GPL'd library under a BSD-esque license?

Consider a Java library "A", which is available under GPL v2, and under a proprietary commercial license. My company has licensed library A under its commercial license, and I've developed an ...
3
votes
1answer
138 views

Licensing commercial applet with apache-commons dependency

i am writing a closed-source java applet, that uses the Base64-class from apache-commons. Furthermore i do package my files(classes/configs) with the jarjar ant-task to get one big jar-file. ...
3
votes
3answers
174 views

Understand software licensing

So let's say I have the coolest idea possible for a pay-for software product, but when I build it I use AGPL MongoDB. Does this render me incapable of selling my software? What if instead I'm ...
3
votes
3answers
418 views

NPOI License (opensource fear)

I was noticed that using Open source is dangerous, because some Open Source could be allowed only for Open Source projects. So my project is "For sell" and I'm scared using it... Can someone tell me ...
3
votes
4answers
900 views

Licensing: Changing Apache License v2 code to GPLv3 licensed code

I would like to start a project using the GPLv3 license; utilising existing GPLv2 code and Apache License, Version 2.0 code. Please keep answers here specific to Apache License, Version 2.0 licensed ...
2
votes
0answers
48 views

GPL software using Apache/Eclipse Licensed libraries

This is quite confusing for me so I'm asking it to you. Can I license my software under Affero GPL3 if it is using non GPL licensed libraries (Apache Public License and Eclipse Distribution License). ...
2
votes
1answer
83 views

Choosing the right Open Source License

If my software is developed using libraries with the following Open Source licenses, which license must I release my software under ? Spring - Apache License 2.0 Jetty - Apache License 2.0 Berkeley ...
2
votes
2answers
58 views

How do I determine the “legality” of packaging/distributing an open source app?

I have an application which is open source (on java.net). The code base is LGPL, but it depends on some number of third party libraries which have a few different licenses: MIT Apache Perhaps one or ...
2
votes
1answer
163 views

Can code under the Apache License Version 2.0 and Microsoft Public License (Ms-PL) be used together in a distribution?

I am considering starting an open source project which relies on two libraries, one of which is under the Apache License Version 2.0 and the other under Microsoft Public License (Ms-PL). I'm not ...
2
votes
1answer
136 views

Can I include other open-source packages in the distribution of my own software?

Is it okay to include other open-source packages in my own software package? In particular, I want to distribute my software (using Apache 2.0 license), and I would like to include another package, ...
2
votes
2answers
541 views

Licensing: Apache Commons vs. the OpenJDK license

Now that Java is OpenSource do their respective licenses enable or encumber a merge? ie: Are the licenses of the Apache Commons and OpenJDK licenses compatible enough to codebases into say OpenJDK 8? ...
1
vote
0answers
23 views

Multiple license & notice files in a jar

I have to release a library as a JAR file which includes modified (shrinked/obfuscated/optimized/package renamed with ProGuard) code from 2 libraries: One using Apache 2.0 license One ...
1
vote
1answer
60 views

Using AGPL3 code with/without Apache License 2.0

I wish to start a new open source (web app) project but I have some doubts about combining code under these two licences. Ideally, I would like my project to be released under a permissive licence (a ...
1
vote
1answer
124 views

Affero GPL version 3 vs. Apache Licence 2.0 [closed]

can anyone point out what the differences are between the AGPLv3 licence and the Apache 2.0 licence. When moving from AGPLv3 to Apache 2.0, what's the impact? BR, Martijn
1
vote
1answer
87 views

Apache License Mention

I'm incorporating code that uses the apache 2.0 license. The software will only be distributed in binary form. What mentioning do I need and formatting of that mention do I need to be compliant for ...
1
vote
1answer
234 views

Apache 2.0 license. How should I handle it?

I'm developing closed-source commercial application for Android. And I'm using GSON library provided with Apache 2.0 license. I was just linking JAR file.. NOW.. There is a bug with specific devices ...
1
vote
1answer
96 views

How to modify class header license snippet if I modify an Apache Foundation Project

I'm reusing some classes from the Apache Cassandra project. To my understanding, reusing Apache 2.0 code requires to keep the original Copyright statement and add my Copyright in case I modify it. ...
1
vote
1answer
146 views

Copy a class code from a LGPL project into an Apache one

I have started an Apache2 licensed project. There is one class I want to copy from a LGPL project which is around 80 lines of code. The worst part is that I might even want to add one extra function ...
1
vote
2answers
253 views

Quartz.net license

Quartz.net library has Apache license 2.0. Can I use a build (not source code) of this library in a commercial application?
1
vote
2answers
69 views

What's a good license to use for an open source web app?

What I mean is that it's open source in that the source is viewable, modifiable, and redistributable by anyone, but changes do not have to be contributed back (as is the case with GPL)? I've heard the ...
1
vote
1answer
148 views

Can I maintain software under the Apache License 2.0 and charge for it?

I am planning to apply a license to my thesis project and reading section 9 of the Apache License 2.0 got me thinking: While redistributing the Work or Derivative Works thereof, You may choose to ...
1
vote
2answers
271 views

Java RESTful class/library support without annotations?

I am looking for a simple Java library (having a friendly license; Apache2, MIT, BSD) that I could use for parsing http RESTful requests. I will be taking care of representing the resources but I ...
1
vote
2answers
103 views

What license might help me maximize the value of the intellectual property of my system?

So I've written a vertical market application that has interest from a large corporation. Hurrah! What kind of software license should I use? In particular: Currently I own the company that wrote ...
0
votes
1answer
16 views

Software under Apache License 2.0 license with dependencies under GPL

There is Heritrix under Apache License 2.0 and also Berkley DB under GPL like license which is used in Hetrix. To make it clear - any software which uses Hetrix needs to be open source?
0
votes
1answer
32 views

forking and re-licensing Apache 2 into MIT — possible?

I've been working on an open-source project for a few years, that was originally licensed under Apache 2.0 license, the copyright states the company I was working for when I started this project and ...
0
votes
0answers
84 views

Dynamic JAXB XML Deserialization (Unmarshalling)

I want to deserialize (unmarshal) simple POJOs directly from an XML string, without any configuration (schema definition or other) file. My application uses a simple base abstract class Field as ...
0
votes
0answers
22 views

Apache Licensing

I would like to use a function from here. It looks like all of the google maps sample code is licensed under the Apache License v2. What do I need to include in my source files and/or installation ...
0
votes
1answer
364 views

Non-copyleft free Augmented Reality framework?

I need a AR library that allows me to overlay 3D Object or animations on a marker/markerless pattern. I do not need the AR library that is based on GPS. But looks like all of the Augmented Reality ...
0
votes
1answer
37 views

GPL v2 on a .java file that's inside an Open Data Kit (ODK) which uses the Apache License 2.0?

So does this 2006-2007 Columbia University code... http://code.google.com/p/opendatakit/source/browse/src/net/hugo/audioAnalyzer/FFT.java?repo=listen&r=1146e38a2c144b6b338f694bc39fda3c26c3d1e1 ...
0
votes
0answers
275 views

About ImageMagick license

As iOS developer, I used ImageMagick static library in my iOS applications. I am not sure about the license issue. Put question here to understand how to use it properly in my application. Hope ...
0
votes
1answer
223 views

What do I need to distribute? (Apache 2.0 License lib + GPLv3)

I'm writing an application (C#) and have (almost) settled on distributing it under GPL. I am using 1 "Public Domain" library (SQLite.ADO.Net) and 1 "Apache 2.0 License" library (log4net) which will be ...
0
votes
2answers
167 views

Can library under Apache be used in the commercial software?

Can library under Apache be used in the commercial software?
0
votes
1answer
67 views

Modifying copyrighted library

I want to modify a library, licensed under Apache License, and include it into another application, which is licensed under GPL 3.0. Seems like Apache License permits this. What exactly I need to do ...
0
votes
1answer
99 views

Verbatim-License of binary-only distributions of software linked to ASL-2 library

Software project (P) uses a library (L) that is licensed under Apache-2.0. AFAIU, according to the License text, binary builds of (P) that includes build-time embedding of L (in this case, ...
0
votes
3answers
87 views

Help with licensing an open source project

I have developed an application that I would like to release as an open source project. In addition to my own code, I am using the following libraries: Log4Net - Apache 2.0 License NHibernate - LGPL ...
0
votes
1answer
162 views

Redistributing jetty

I need to redistribute my software with jetty-6.1.19.zip from Jetty site. Am I allowed to remove from this zip all unnecessary cruft (docs, samples, etc.) and than redistribute such a modified package ...