Skip to main content

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.

-2 votes
0 answers
33 views

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 ...
Paul Verest's user avatar
8 votes
1 answer
2k views

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 (...
JtTest's user avatar
  • 181
3 votes
1 answer
257 views

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 ...
Peter's user avatar
  • 175
3 votes
1 answer
102 views

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 ...
Muhammad Ammar's user avatar
0 votes
1 answer
88 views

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 ...
Muhammad Ammar's user avatar
2 votes
1 answer
129 views

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 - ...
Eli Minkoff's user avatar
1 vote
0 answers
35 views

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 ...
VeganEye's user avatar
  • 131
7 votes
2 answers
3k views

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 ...
cppbest's user avatar
  • 173
3 votes
2 answers
180 views

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 ...
Joshua's user avatar
  • 316
3 votes
2 answers
157 views

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 ...
Arale's user avatar
  • 31
3 votes
1 answer
266 views

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 ...
kiler129's user avatar
  • 130
2 votes
1 answer
160 views

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 ...
Ilya Cherevkov's user avatar
3 votes
1 answer
6k views

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). ...
robertspierre's user avatar
0 votes
1 answer
639 views

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
Gabryx86_64's user avatar
5 votes
1 answer
2k views

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/...
mdx's user avatar
  • 151

15 30 50 per page