diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2021-05-07 06:53:52 -0400 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2021-05-07 06:53:52 -0400 |
commit | 69778e60b8b1ad5fa8cca3083c008c1d291e2cda (patch) | |
tree | 27533bcb598214d3b79c1acad5afbf3a41021174 | |
parent | a45b006e976199e4de839740767600483f1dbfc4 (diff) | |
download | kernel_replicant_linux-69778e60b8b1ad5fa8cca3083c008c1d291e2cda.tar.gz kernel_replicant_linux-69778e60b8b1ad5fa8cca3083c008c1d291e2cda.tar.bz2 kernel_replicant_linux-69778e60b8b1ad5fa8cca3083c008c1d291e2cda.zip |
GNU Linux-libre 5.10.35-gnu scriptsscripts/v5.10.35-gnu
-rwxr-xr-x | deblob-5.10 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/deblob-5.10 b/deblob-5.10 index f5caa6f363e9..53e69ddd459a 100755 --- a/deblob-5.10 +++ b/deblob-5.10 @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2008-2020 Alexandre Oliva <lxoliva@fsfla.org> +# Copyright (C) 2008-2021 Alexandre Oliva <lxoliva@fsfla.org> # Copyright (C) 2008 Jeff Moe # Copyright (C) 2009 Rubén Rodríguez <ruben@gnu.org> # @@ -387,6 +387,12 @@ What is GNU Linux-libre?\ contribution to the entire system, so its mascot deserves more\ promotion. See our web page for their images.\ http://linux-libre.fsfla.org/\ +\ + If you are the author of an awesome program and want to join us in\ + writing Free (libre) Software, please consider making it an official\ + GNU program and become a GNU Maintainer. You can find instructions\ + on how to do so at https://www.gnu.org/help/evaluation. We look\ + forward to hacking with you! :)\ ' Documentation/admin-guide/README.rst 'added blurb about GNU Linux-libre' |