Tagged Questions
The open-source tag has no wiki summary.
2
votes
1answer
26 views
Is it possible to release a library based on the ASIO SDK under the LGPLv3?
I'm wondering if it's possible to write and release a library based on the ASIO SDK under the LGPLv3.
More specifically, the ASIO license says something I'm not sure how to interpret (2.2) :
The ...
1
vote
1answer
105 views
How to deal with the MPL in a pragmatic way?
Until recently I always avoided the use of open-source code in my applications, because of the legal headache it gives me. I rather spent a fair amount of money and not worry about attribution (since ...
3
votes
2answers
64 views
Is it considered “conveying” if I share modified LGPL v3 code on GitHub?
It is critical to know what constitutes "conveying" under LGPL v3. I am considering creating some software based on LGPL v3. The software will be used to run a web application. Now I wonder whether ...
3
votes
2answers
123 views
Is it OK to include another person's open-source module in a project that you are uploading to GitHub?
This seems like it would be an obvious "yes". However, I just want to be sure and I've tried googling around to no avail.
I am learning Python/Django and uploading all of the projects I'm creating to ...
5
votes
6answers
162 views
How might the role of product owner go against the idea of open source, or work for it?
On a related questions about "Finding and/or becoming an open source product owner" -- the first comment to the question itself was "the idea of a product owner goes against the idea of open source."
...
2
votes
2answers
132 views
Finding and/or becoming an open source product owner
Are there any open source projects that have roles that would be equivalent to a Scrum product owner role? If so, how did you go about finding these examples, and how do you believe those product ...
2
votes
2answers
118 views
GitHub: Are there external tools for managing issues list vs. project backlog
Recently I posted one of my the projects1 on GitHub and as I was exploring capabilities of the site, I noticed they have a rather decent issue tracking section.
I want to use that section as a) other ...
4
votes
2answers
101 views
What constitutes “distributing” for LGPL v3
I am considering basing some new software on a LGPL web application. I want to utilize this new software for creating one website for my employer, and we do not intend to sell or distribute the ...
4
votes
2answers
222 views
How to use code from abandoned github projects
I've recently come across github projects that I could really use, but appear to have been abandoned, with lots of issues and important pull requests, perhaps 100+ forks. Often, there isn't an ...
-3
votes
0answers
36 views
Is CodePlex itself open source? (other open source repository solutions?) [closed]
I'm looking to find a good open source project repository system. I like codeplex alot and was wondering if the code for the site itself is open source? Are there any other options?
2
votes
4answers
112 views
open source flash environments
I have been looking for a really good open source flash development environment with no success. The best I could find would help in the development of pretty much everything, but I still needed to ...
7
votes
4answers
150 views
What copyright date for an update to an open-source project from last year?
In 2011, I released some open-source code that was licensed using the Apache license. As such, all the source files have this boiler plate message at the top:
/*
Copyright 2011 My Name
...
-1
votes
1answer
49 views
how to make use of build application and library files? [closed]
Application is basically on android OS and an android application.
First thing is Sip stack which you can refer this link. I was struck in flow of the application that I am not getting how to start? ...
-5
votes
2answers
35 views
Designing Conditional Assignment operators [closed]
OK I'm designing my own programming language and I'm adding a conditional assignment feature. Which design do you prefer? NOTE: ! means single line comment
! Word Based...
int x = if (input is int): ...
-1
votes
0answers
46 views
How to build an application using existing application or sip stack? [closed]
I was developing an application before that i need to take use of few existing application or application stack. As per i know i have little experience and need to know how to build and i need to ...