Skip to main content

Questions tagged [closed-source]

Filter by
Sorted by
Tagged with
-1 votes
1 answer
2k views

I was hired to develop a custom Qt application for a customer, but I'm concerned about the licensing. My software will not be publicly distributed and it is going to be used exclusively by this ...
Fernando's user avatar
  • 115
13 votes
2 answers
8k views

I've done a lot of research on this, but I'm still quite confused. I'm currently working on an Arduino-compatible software project. The project is open source, so I want others to make use of it as ...
user3684814's user avatar
28 votes
3 answers
5k views

We have a lot of in-house libraries that we would like to share between projects inside the company. These are some of the requirements: library sources are stored in repositories separated from end-...
Dyppl's user avatar
  • 441
15 votes
3 answers
3k views

In this thread it is discussed if it is legally possible to take on open source project and close its sources. But this seems to refer to someone else's project. So, my question is: What about my own ...
Willi Mentzel's user avatar
16 votes
1 answer
15k views

This could be a simple yes/no answer, but I invite detailed explanations. Scenario I have been asked to extend a closed source system at my job, which is not formally released under any license. I ...
Jeff Puckett's user avatar
23 votes
5 answers
3k views

We're looking for a good source control and project management solution at my workplace and I've suggested creating a GitHub organization and private repositories. I love GitHub for many reasons, but ...
Mathieu Guindon's user avatar
-2 votes
2 answers
591 views

I wish to supply a software product with GUI, etc. for operating it. And the software utility is research so the users will want to tweak it to some extent and implement their own preferred algorithms ...
arttp2's user avatar
  • 31
4 votes
2 answers
3k views

Let me describe a hypothetical scenario, I wish to know if my reasoning is correct. I use source code X, licensed by author Y under the BSD-3 license, in my source code. I intend to adhere to their ...
this's user avatar
  • 99
-3 votes
4 answers
3k views

I have no experience in software licensing so far. I am releasing my first application but I am not familiar with any licenses. Most of the the summeries found that I can understand (http://opensource....
kagetoki's user avatar
0 votes
1 answer
426 views

My proprietary Java app includes a modified version of a 3rd party library distributed under Apache Software License, version 2.0. The 3rd party library doesn't come from the Apache Software ...
Андрей Щеглов's user avatar
2 votes
1 answer
388 views

I want to distribute a Java class I borrowed from the GPLv2'ed OpenJDK and modified for my own needs as a part of my proprietary application. The header at the top of the source file states (and I've ...
Андрей Щеглов's user avatar
5 votes
1 answer
3k views

I am working on a back-end, closed-source system for my company, the code for which is never likely to be open-sourced. Is there any reason for including a copyright notice and year at the top of each ...
peter-b's user avatar
  • 153
0 votes
0 answers
70 views

I wrote a small tool for a game which I now want to present and distribute in the games official forum. Since a few days I'm thinking about which license I should use to distribute my program. I don'...
das Keks's user avatar
  • 213
10 votes
3 answers
720 views

I work in an academic research institute heavily dependent on high-performance computing. In the 10 years we have developed our own Fortran code which is very well regarded and can run on very large ...
P314402's user avatar
  • 103
0 votes
1 answer
356 views

If I am using open source code in my project but don't want to release any source code, what license should I use?
mhk's user avatar
  • 27
23 votes
7 answers
3k views

I am working on a prototype for a software system, which (at least at the start) will be closed source. In order to save time, I'm thinking of using (that is, statically linking) a library that is ...
Laurent S's user avatar
  • 441
0 votes
1 answer
2k views

Pending approval, I will be using NPOI for internal programs at work. I will be documenting the associated license, and I find myself wondering about licensing on the programs themselves. In short: ...
StephenW's user avatar
6 votes
3 answers
3k views

I am considering the usage of various open source libraries in a closed source Android app. The libraries are released under various licenses (MIT, BSD modern, Apache 2.0) which allow this kind of ...
Stefano Sanfilippo's user avatar
2 votes
1 answer
9k views

I am working on a collaborative project, for which I have to submit source code, which will be used/embedded in the main repository for re-compilation. Is there any way, I can encrypt the source code ...
Qasim's user avatar
  • 133
2 votes
2 answers
652 views

I recently found the game that was my first encounter with a computer, a DOS game running in text mode. It was released in 1984 and is available on abandonware sites, but I've started to wonder if I ...
Anders Sjöqvist's user avatar
2 votes
1 answer
218 views

The GPL is described as a 'highly viral' license (if an application contains code which is licensed under GPL, distribution requires open sourcing of the whole application). Do I understand correctly ...
mjn's user avatar
  • 293
0 votes
2 answers
775 views

I am creating a closed source application whose task is to launch other open source applications (similar to start menu of windows). So i have included various opensource applications under licences ...
puneet336's user avatar
  • 101
17 votes
10 answers
13k views

A friend has written a programming language. It has a syntax reminiscent of SGML. He has written an interpreter for it, and an IDE. He and his colleagues use it in-house as a server-side language. It ...
bugmagnet's user avatar
  • 425
5 votes
4 answers
4k views

Let's say I wanted to close my "GPL v 2.0 (or similar)" licensed project, to which I'm the only contributor, and make it closed source. Do I still need to make the existing "GPL v 2.0 (or similar)" ...
Erik R. Yverling's user avatar
0 votes
1 answer
199 views

We develop a closed source product and customers want to add two parts: Calendar Contacts Tine 2.0 would provide this, but we want to use it as a library. Since Tine 2.0 uses the AGPL licence, we ...
guettli's user avatar
  • 179
1 vote
1 answer
682 views

Does it violate the GPL v3 if I were to use a gpl licensed firmware with my closed-source hardware that I am selling? Or do both have to be open-source, or do I just have to make the firmware source ...
user126331's user avatar
6 votes
4 answers
2k views

I have a team member who refuses to use any form of private source code repository on Github or Bitbucket due to "security concerns". As a result, we have a hard time sharing code with him. He ...
kmorris511's user avatar
0 votes
1 answer
2k views

Due to the diversity of Linux distributions, it is quite common for programs to be distributed in source format together with scripts in order to assist the configure, make, make install sequence. ...
Gigi's user avatar
  • 175
6 votes
2 answers
6k views

First, there are many similar questions here, but I found none with direct answers about this specific scenario. If you find a duplicate, please be kind enough to link to the specific answer(s). Also, ...
hyde's user avatar
  • 3,764
16 votes
2 answers
1k views

If a company takes a permissively licensed open source application and then develops a closed source application from that by reworking extensive parts of the application, adding new features and ...
Verrier's user avatar
  • 171
5 votes
1 answer
2k views

For advocacy purposes, I'm looking for a good example of some popular/widely-known closed-source and generally paid-for software application/package which uses dynamically linked LGPL-licensed ...
timday's user avatar
  • 2,492
6 votes
2 answers
1k views

I'm putting much work in my program and after it's done I want to just setup a small website and sell each copy of the program but I don't want any legal issues. Do I have to look for another library ...
user avatar
4 votes
2 answers
612 views

I was looking over the evolutionary history of Unix and Unix-like systems on Wikipedia and one operating system name stood out to me: OpenServer. Judging from the image, SCO's OpenServer is ...
William Breathitt Gray's user avatar
2 votes
2 answers
271 views

I have an open source project that is licensed under the GNU General Public License v3 and it's done in Windows Presentation Foundation. I came across someone that sells themes/skins for WPF projects ...
SameOldNick's user avatar
4 votes
2 answers
224 views

I am maintaining a small code base that I am considering selling– but I want to allow developers that use it to submit code for addition to the trunk. This way they can extend the framework and the ...
awiebe's user avatar
  • 141
-1 votes
2 answers
599 views

I am wondering if it is reasonable to write closed source, paid web apps in Javascript (JS MVC Frameworks like AngularJS, Backbone, Knockout, ...)? I'm concerned because in this type of frameworks you ...
Robert Niestroj's user avatar
0 votes
1 answer
611 views

I am developing an application for Android in JAVA which calls GPLed C-code via JNI. I have modified & capsulated a GPL-software under a JNI-interface and compile it as a shared library (.so) ...
Martin L.'s user avatar
  • 111
3 votes
1 answer
272 views

We've been thinking of using GPL components to make a GPL application, and freely give it away. We then want to use that as a loss-leader. In that free application, where even the source code is ...
Volomike's user avatar
  • 253
7 votes
4 answers
49k views

I'd like to ask how to protect my code that is running on a client server from being altered and/or copied. It's running on Ubuntu Server with the standard Apache Php Mysql stack. Any software needed ...
HTDutchy's user avatar
  • 222
2 votes
3 answers
3k views

Anyone know of a free license that offers the user the right to use the software freely, but not modify it or share it? In other words, it is closed source, but it's free. And since it's gonna be a ...
greduan's user avatar
  • 159
0 votes
3 answers
441 views

Is it possible, legally, for code to be publicly available online, but have copyright protection?
JJJollyjim's user avatar
67 votes
14 answers
18k views

Possible Duplicate: How to manage a Closed Source High-Risk Project? I'm working on an institution that has a really strong sense of "possession" - each line of software we write should be only ...
AeroCross's user avatar
  • 871
53 votes
2 answers
84k views

I've found a software library, licensed under the new BSD license. I want to use in my closed source commercial project. Can I do it?
kravemir's user avatar
  • 680
5 votes
4 answers
837 views

currently, we have a closed source project on hand. However, we would like to have a communication channel together with our end users. We would like to have our end users to know, what features we ...
Cheok Yan Cheng's user avatar
34 votes
6 answers
4k views

I am a big fan of open source code. I think I understand most of the advantages of going open source. I'm a science student researcher, and I have to work with quite a surprising amount of software ...
naught101's user avatar
  • 1,248
4 votes
3 answers
2k views

I would like to understand why do some people like open source and some others like closed source? Let me be more specific and make my question about web development. If I build my site using an open ...
Naif's user avatar
  • 453
21 votes
4 answers
12k views

How is it legally possible to take a project initially released as open source back to closed source? Especially one licensed with the GPL any version.
Matt Phillips's user avatar
5 votes
4 answers
3k views

Most organizations restrict access to the source code to engineers, and even at places like Google, the Android source code is kept off-limits to most engineers within the company. Why? Note: I am ...
Kevin Burke's user avatar
1 vote
2 answers
1k views

Without knowing anything I wrote a big application, almost 1 year coding. It does Video/Audio such as softphone for commercial use (we sell it). I used a framework which was licensed under the LGPL, ...
YumYumYum's user avatar
  • 367
1 vote
1 answer
364 views

I am working on a PHP script that I plan to sell without giving the user the ability to distribute it to anyone else. I have heard about GPL being viral and I have quite a few libraries that are ...
YD8877's user avatar
  • 119