summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Arapov <aarapov@redhat.com>2009-08-11 00:04:33 +0200
committerAnton Arapov <aarapov@redhat.com>2009-08-11 00:04:33 +0200
commitb67dd4c5d4a2fdce4c6f27234b4f3dc41462d9ba (patch)
treede82c664277d7d5597a3af0dc4b2f5a3b64bbb69
parent15d7f01d092d4757e91d1d25dd320971c4ecbc21 (diff)
downloadabrt-b67dd4c5d4a2fdce4c6f27234b4f3dc41462d9ba.tar.gz
abrt-b67dd4c5d4a2fdce4c6f27234b4f3dc41462d9ba.tar.xz
abrt-b67dd4c5d4a2fdce4c6f27234b4f3dc41462d9ba.zip
add the GPL notice to the kerneloops' scanner
this is important, since the codebase of the kerneloops.org was used.
-rw-r--r--lib/Plugins/KerneloopsScanner.cpp26
-rw-r--r--lib/Plugins/KerneloopsScanner.h26
2 files changed, 52 insertions, 0 deletions
diff --git a/lib/Plugins/KerneloopsScanner.cpp b/lib/Plugins/KerneloopsScanner.cpp
index 22c16de3..bab9e65b 100644
--- a/lib/Plugins/KerneloopsScanner.cpp
+++ b/lib/Plugins/KerneloopsScanner.cpp
@@ -1,3 +1,29 @@
+/*
+ * Copyright 2007, Intel Corporation
+ * Copyright 2009, Red Hat Inc.
+ *
+ * This file is part of Abrt.
+ *
+ * This program file 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; version 2 of the License.
+ *
+ * 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 in a file named COPYING; if not, write to the
+ * Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
+ * Authors:
+ * Anton Arapov <anton@redhat.com>
+ * Arjan van de Ven <arjan@linux.intel.com>
+ */
+
#include "abrtlib.h"
#include "KerneloopsScanner.h"
diff --git a/lib/Plugins/KerneloopsScanner.h b/lib/Plugins/KerneloopsScanner.h
index 830bf62c..5ec5fbea 100644
--- a/lib/Plugins/KerneloopsScanner.h
+++ b/lib/Plugins/KerneloopsScanner.h
@@ -1,3 +1,29 @@
+/*
+ * Copyright 2007, Intel Corporation
+ * Copyright 2009, Red Hat Inc.
+ *
+ * This file is part of Abrt.
+ *
+ * This program file 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; version 2 of the License.
+ *
+ * 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 in a file named COPYING; if not, write to the
+ * Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ *
+ * Authors:
+ * Anton Arapov <anton@redhat.com>
+ * Arjan van de Ven <arjan@linux.intel.com>
+ */
+
#ifndef KERNELOOPSSCANNER_H_
#define KERNELOOPSSCANNER_H_