From: Jana Babovakova Date: Wed, 2 Apr 2025 11:44:02 +0000 (+0200) Subject: Doc: Minor corrections in README and INSTALL X-Git-Tag: v2.17.1~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=381a21293ab8cbc4f42de9078355f1cb5ac4d73f;p=thirdparty%2Fbird.git Doc: Minor corrections in README and INSTALL - Licence to License - also in code comments. - copyright date until now. - updated license text from gnu.org - added command to build bird documentation. --- diff --git a/INSTALL b/INSTALL index 917b90af0..69e928258 100644 --- a/INSTALL +++ b/INSTALL @@ -54,3 +54,5 @@ For compiling BIRD documentation you also need: - Linuxdoc-Tools - LaTeX + +$ make docs diff --git a/README b/README index 32e60e5ee..8960e1257 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ (c) 1998--2008 Martin Mares (c) 1998--2000 Pavel Machek (c) 1998--2008 Ondrej Filip - (c) 2009--2019 CZ.NIC z.s.p.o. + (c) 2009--now CZ.NIC z.s.p.o. ================================================================================ @@ -85,22 +85,21 @@ Contributing Please see the CONTRIBUTING.md file to find how to contribute to BIRD. -Licence +License ======= -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +along with this program; if not, see . History ======= diff --git a/lib/blake2-impl.h b/lib/blake2-impl.h index 0970eda06..55220216d 100644 --- a/lib/blake2-impl.h +++ b/lib/blake2-impl.h @@ -5,7 +5,7 @@ * * Copyright 2012, Samuel Neves * - * You may use this under the terms of the CC0, the OpenSSL Licence, or the + * You may use this under the terms of the CC0, the OpenSSL License, or the * Apache Public License 2.0, at your option. The terms of these licenses * can be found at: * diff --git a/lib/blake2-kat.h b/lib/blake2-kat.h index 2a3f9c18d..755f04740 100644 --- a/lib/blake2-kat.h +++ b/lib/blake2-kat.h @@ -5,7 +5,7 @@ * * Copyright 2012, Samuel Neves * - * You may use this under the terms of the CC0, the OpenSSL Licence, or the + * You may use this under the terms of the CC0, the OpenSSL License, or the * Apache Public License 2.0, at your option. The terms of these licenses * can be found at: * diff --git a/lib/blake2.h b/lib/blake2.h index 8519bbf7a..a39fe502d 100644 --- a/lib/blake2.h +++ b/lib/blake2.h @@ -5,7 +5,7 @@ * * Copyright 2012, Samuel Neves * - * You may use this under the terms of the CC0, the OpenSSL Licence, or the + * You may use this under the terms of the CC0, the OpenSSL License, or the * Apache Public License 2.0, at your option. The terms of these licenses * can be found at: * diff --git a/lib/blake2b.c b/lib/blake2b.c index e08d54251..f67f222dd 100644 --- a/lib/blake2b.c +++ b/lib/blake2b.c @@ -5,7 +5,7 @@ * * Copyright 2012, Samuel Neves * - * You may use this under the terms of the CC0, the OpenSSL Licence, or the + * You may use this under the terms of the CC0, the OpenSSL License, or the * Apache Public License 2.0, at your option. The terms of these licenses * can be found at: * diff --git a/lib/blake2s.c b/lib/blake2s.c index dd6f3aafc..fcdf2986e 100644 --- a/lib/blake2s.c +++ b/lib/blake2s.c @@ -5,7 +5,7 @@ * * Copyright 2012, Samuel Neves * - * You may use this under the terms of the CC0, the OpenSSL Licence, or the + * You may use this under the terms of the CC0, the OpenSSL License, or the * Apache Public License 2.0, at your option. The terms of these licenses * can be found at: *