Questions tagged [binaries]
A binary file is a computer file that is not a text file. In this context this means a program that instead of being source code is compiled for a specific architecture and cannot (easily) be read by a human.
41 questions
-2 votes
0 answers
33 views
What is Github policy about distributing closed source software binaries on GitHub? [closed]
While it is possible to use GitHub for releasing software with outdated sources or no sources at all, I wonder how legal it is and what is official Microsoft position is. I think for most developers ...
8 votes
1 answer
2k views
Sharing own software with a restricted group of persons
I am coding a new application. I would like to temporarily share it with a restricted group of persons to only have a feedback about some implemented features. My application links against some qt (...
3 votes
1 answer
257 views
Is it legal to reverse engineer source from an Apache-2.0 licensed binary, and redistribute that source?
I've recently discovered a tool that is distributed binary-only under the Apache-2.0 license. The authors are clear and explicit that the tool is not "open source" (there is no source code ...
3 votes
1 answer
102 views
Is it possible to use library as private confidential in GPL 3.0 Project
I have a project (for context it's Android) that is GPL 3.0 License and wants to append a library as a private non-license or MIT Personal License. Is it possible to achieve that without violating the ...
0 votes
1 answer
88 views
Can I use GPL 3.0 license project as library to my private project with MIT license
I'm working on a private project and considering integrating a library that is licensed under the GPL 3.0 (GNU General Public License version 3.0). However, my project itself is licensed under the MIT ...
2 votes
1 answer
129 views
Using a FOSS license for binaries created in a hex editor
For about a year and a half, I have been working on a creating series of minimal ELF executables that print terminal control escape sequences to clear the screen. My workflow is a bit backwards - ...
1 vote
0 answers
35 views
Can a GPL binary, that has no source code released, be reverse engineered, and that source be released? [duplicate]
can a GPL binary, that have no source code released, be reverse engineered and that source be released? Some devs get a project in GPL, implement new things, release the binary but do not release the ...
7 votes
2 answers
3k views
Are shell scripts considered binaries for licensing purposes?
There are a number of licenses that contain the term "binary distribution". For example, https://github.com/boostorg/beast/blob/develop/LICENSE_1_0.txt: A simple permissive license only ...
3 votes
2 answers
180 views
License where somebody can distribute modified binaries but if they do I can disassemble them and help myself to the changes
In my freetime I've started to develop this retrocomputing project. The nature of the community is such that as likely as not just going to pass around binaries and modify them as even attempt to ...
3 votes
2 answers
157 views
CC BY-NC-SA "ShareAlike" (source vs binaries)
If I use and adapt a part from the source code of an open-source (Java) project Licensed under CC BY-NC-SA (3.0) into my project : I know the "ShareAlike" requirement means I'll have to ...
3 votes
1 answer
266 views
Distributing GPL binary which has no source and unresponsive author
I was found in a situation where some author published a binary which was widely used. Unfortunately he never shared the source despite marking the program as GPL (version not specified). Despite ...
2 votes
1 answer
160 views
Sign and distribute unmodified GNU GPLv2, MIT and Apache2 Linux packages
Software component under a custom open-source license requires certain third-party GPLv2, Apache2, and MIT Linux packages: GPLv2 package is not part of the component but is usually used to integrate ...
3 votes
1 answer
6k views
What does the binary blob in the linux kernel do?
The Linux kernel contains binary blob (link). Linux Foundation and Linux kernel developers issued a statement about that (link, notably the kernel developers statement was not signed by Torvalds). ...
0 votes
1 answer
639 views
Licensing binaries of open source project with Apache License 2.0
I am writing an open source project licensed under Apache License 2.0, I wonder how can I license the precompiled binaries with the same license
5 votes
1 answer
2k views
Apache 2.0: What licensing-related steps do I have to make when using software via package manager?
I'm trying to develop an application which uses a 3rd party framework under Apache 2.0 License. Obviously, I would like to comply with the license and give attribution to the authors via LICENSE/...