File powerpc-utils-Include_GPL_header.patch of Package powerpc-utils.4891
commit ce767e7a7254e5dd38655b67e31a7b337df5d68e
Author: John Allen <jallen@linux.vnet.ibm.com>
Date: Fri Aug 26 15:26:12 2016 -0400
drmgr: Include GPL header in prrn.c
Add GPL boilerplate to prrn.c for consistency with other files in
powerpc-utils.
Signed-off-by: John Allen <jallen@linux.vnet.ibm.com>
diff --git a/src/drmgr/prrn.c b/src/drmgr/prrn.c
index 7ce6a14..5c9f206 100644
--- a/src/drmgr/prrn.c
+++ b/src/drmgr/prrn.c
@@ -1,3 +1,21 @@
+/**
+ * Copyright (c) 2016 International Business Machines
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>