Skip to main content

All Questions

Tagged with
3 votes
1 answer
275 views

Does software released under GPLv3 require a copyright notice to deploy it on a public hosting service?

Someone on GitHub forked my OSS under a GPLv3 license and deployed it on Vercel to disguise it as their portfolio without making any changes of the source code. (They embedded the service on their ...
OKAWA Shingo's user avatar
5 votes
2 answers
2k views

Ideal way to 'fork' github project but keep it as a standalone repo and not a fork/proper licensing and attribution

So here's the situation: I'm working on a project where I have very specific needs and tasks in mind: A tool I can schedule/automate to archive all/latest Twitch VODS, clips, including chat logs for ...
cr08's user avatar
  • 85
1 vote
0 answers
29 views

How to shorten the GPLv3 text [duplicate]

The question is simple: How should I shorten the text of GNU GPLv3 (674 lines) for adding it to the top of all the source files in a repository? As an example, here is a piece of text added to the top ...
aric-holo's user avatar
3 votes
1 answer
312 views

Contributing own code partially relying on a LGPL-3 python module, on an Apache2 Project?

My goal is to make a contribution to an open source Python project hosted on GitHub, which has an Apache 2.0 license. To do so, I wrote a few lines of code. However for a specific feature of my ...
solid.py's user avatar
2 votes
1 answer
253 views

In repositories, does software under the LGPL include a copy of the GPL?

The repository for something that I need to use has 2 license txt. One which is the LGPL and the other the GPLv3. I heard from a member of their Discord that this is because the LGPL is an extension ...
YummyChocolate123's user avatar
1 vote
1 answer
120 views

Using GPL v3 for GitHub repo with no source code

I am planning to create a GitHub repo containing a summary of commands to be used as a reference. Some of these commands with a combination of unique flags have been used in the source code of a ...
synthesis's user avatar
2 votes
1 answer
51 views

Study existing GPLv3 licensed code while working on my own project

I plan to write a toy interpreter for a programming language as a hobby project hosted on GitHub. The official implementation of the language is licensed under GPLv3. I have read some of its code to ...
pjhades's user avatar
  • 123
3 votes
1 answer
116 views

Include copyright material used by permission in open source repository

I've got an open source web project on GitHub licensed under GPL 3.0. Now I'm going to be adding some material under copyright (verses from a translation of the Bible) that I've been given permission ...
MyiEye's user avatar
  • 165
24 votes
3 answers
9k views

Can I ignore an open source license if I checkout a version that was released prior to the code having any license?

There's a package on Github that was released fully without any license and it stayed this way for close to a year. Then just recently after no updates since the initial commit, a License was added. ...
vesperknight's user avatar
4 votes
1 answer
248 views

Does GPL affect use of GitHub Actions?

GitHub Actions is a continous-integration service by GitHub. You can create actions that other people use in order to e.g. test their code. Let's say, I license a github action with GNU GPLv3. Do ...
dan1st's user avatar
  • 143
1 vote
1 answer
357 views

Using Creative Commons Attribution-NonCommercial Data in a GPLv3 GitHub repo

My currently open-source project was made so that I could analyze a specific dataset. However, when in talks with the data holders, they want to keep their data in a Creative Commons Attribution-...
PistolRcks's user avatar
14 votes
4 answers
11k views

Is keeping the forking link on a true fork necessary? (Github/GPL)

This question is about a true fork (with new name, different features, different objectives and not targeting a pull request). When I am developing a new application based on an other project I ...
intika's user avatar
  • 325
7 votes
1 answer
791 views

Is a git repository enough to show changes to the code for GNU-GPLv3?

I want to create a fork of an opensource project. I'm planning to make significant changes to it and I will keep these changes on a git(hub) repository that is available to anyone. As such changes ...
AliceDTRH's user avatar
3 votes
1 answer
318 views

Can I add a license to a forked repository? Can I license only my added code?

I would like to fork an existing repository which has no existing license. I would then like to add the GNU GPLv3 license to any code that I write, but it seems as though I cannot apply this license ...
Daniel Paczuski Bak's user avatar
2 votes
4 answers
730 views

How to anonymously submit GPL licensed source code to a science fair?

I've created a personal project and licensed it as GPL3 (I'm a fan of the open source movement). The source code is posted publicly on GitHub. I'm planning on submitting it to the Siemens Competition, ...
hkk's user avatar
  • 123

15 30 50 per page