
The Tor Browser Bundle is free software under various licenses: > Can I distribute Tor? > > Yes. > > The Tor software is free software. This means we give you the rights > to redistribute the Tor software, either modified or unmodified, > either for a fee or gratis. You don't have to ask us for specific > permission. > > However, if you want to redistribute the Tor software you must follow > our LICENSE. Essentially this means that you need to include our > LICENSE file along with whatever part of the Tor software you're > distributing. > > Most people who ask us this question don't want to distribute just the > Tor software, though. They want to distribute the Tor Browser. This > includes Firefox Extended Support Release, and the NoScript and > HTTPS-Everywhere extensions. You will need to follow the license for > those programs as well. Both of those Firefox extensions are > distributed under the GNU General Public License, while Firefox ESR is > released under the Mozilla Public License. The simplest way to obey > their licenses is to include the source code for these programs > everywhere you include the bundles themselves. (https://www.torproject.org/docs/faq.html.en#DistributingTor) tor-browser-bundle-bin is already marked as licenses.free, so it doesn't really make sense that this one is marked as unfree.
Nixpkgs is a collection of packages for the Nix package manager. It is periodically built and tested by the Hydra build daemon as so-called channels. To get channel information via git, add nixpkgs-channels as a remote:
% git remote add channels git://github.com/NixOS/nixpkgs-channels.git
For stability and maximum binary package support, it is recommended to maintain
custom changes on top of one of the channels, e.g. nixos-18.03
for the latest
release and nixos-unstable
for the latest successful build of master:
% git remote update channels
% git rebase channels/nixos-18.03
For pull-requests, please rebase onto nixpkgs master
.
NixOS Linux distribution source code is located inside
nixos/
folder.
- NixOS installation instructions
- Documentation (Nix Expression Language chapter)
- Manual (How to write packages for Nix)
- Manual (NixOS)
- Community maintained wiki
- Continuous package builds for unstable/master
- Continuous package builds for 18.03 release
- Tests for unstable/master
- Tests for 18.03 release
Communication:
Description
Languages
Nix
96.3%
Shell
1.8%
Python
0.7%
Perl
0.4%
C
0.3%
Other
0.1%