From 4087409cdba71b5f95662e202cc33cf92ed055cd Mon Sep 17 00:00:00 2001 From: Avneesh Sachdev Date: Thu, 14 Jul 2016 09:59:30 -0700 Subject: Use only the ISC license for .proto files. Simplify licensing for protobuf files based on discussion on the quagga-dev mailing list. Previously, users could choose between the GPL and the ISC license. Signed-off-by: Avneesh Sachdev Signed-off-by: Avneesh Sachdev --- fpm/fpm.proto | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'fpm') diff --git a/fpm/fpm.proto b/fpm/fpm.proto index 26d634630..318e80a92 100644 --- a/fpm/fpm.proto +++ b/fpm/fpm.proto @@ -5,37 +5,6 @@ // // @author Avneesh Sachdev // -// Permission is granted to use, copy, modify and/or distribute this -// software under either one of the licenses below. -// -// Note that if you use other files from the Quagga tree directly or -// indirectly, then the licenses in those files still apply. -// -// Please retain both licenses below when modifying this code in the -// Quagga tree. -// - -// -// License Option 1: GPL -// -// 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 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. -// - -// -// License Option 2: ISC License -// // Permission to use, copy, modify, and/or distribute this software // for any purpose with or without fee is hereby granted, provided // that the above copyright notice and this permission notice appear -- cgit v1.2.3