From 78ccd56afef51bcb788c8ab05a3f531bb31b5bca Mon Sep 17 00:00:00 2001 From: Dmitry Kasatkin Date: Wed, 4 Sep 2013 09:28:12 +0300 Subject: [PATCH] License changed from LGPL to GPL as in COPYING Signed-off-by: Dmitry Kasatkin --- ima-evm-utils.spec.in | 2 +- src/evmctl.c | 20 +++++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/ima-evm-utils.spec.in b/ima-evm-utils.spec.in index 97df954..ad08f73 100644 --- a/ima-evm-utils.spec.in +++ b/ima-evm-utils.spec.in @@ -3,7 +3,7 @@ Version: @PACKAGE_VERSION@ Release: 1%{?dist} Summary: @PACKAGE_NAME@ - IMA/EVM control utility Group: System/Libraries -License: LGPLv2 +License: GPLv2 #URL: Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root diff --git a/src/evmctl.c b/src/evmctl.c index 2798179..aa61338 100644 --- a/src/evmctl.c +++ b/src/evmctl.c @@ -10,19 +10,17 @@ * * * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * version 2.1 as published by the Free Software Foundation. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundation. * - * This library 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 - * Lesser General Public License for more details. + * 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 Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . * * File: evmctl.c * IMA/EVM control program