diff options
Diffstat (limited to 'debian/copyright')
| -rw-r--r-- | debian/copyright | 25 | 
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright index edd73020bd..e1a944b338 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,6 +4,13 @@ Upstream-Contact: maintainers@frrouting.org, security@frrouting.org  Source: https://www.frrouting.org/  Files: * +Comment: Note: GPL Versions of FRR binaries +    If GRPC module is installed then please be aware that the +    combination of the GRPC (licensed under Apache License) and  +    FRR (Licensed under GPLv2+) will force the resulting grpc  +    modules and related binaries to GPLv3 +    Impacted binary files: frr/libfrrgrpc_pb.* frr/modules/grpc.so +    FRR built or used without GRPC is not impacted  Copyright: 1996-2003 by the original Zebra authors:      Kunihiro Ishiguro <kunihiro@zebra.org>      Toshiaki Takada <takada@zebra.org> @@ -377,6 +384,24 @@ License: LGPL-2.1+   License version 2.1 can be found in the file   `/usr/share/common-licenses/LGPL-2.1'. +License: GPL-3 + This package 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 3 of the License, or + (at your option) any later version. + . + This package 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 + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. +  License: BSD-0-clause   Redistribution and use in source and binary forms, with or without   modification, are permitted.  | 
