diff options
author | Anton Arapov <aarapov@redhat.com> | 2009-03-31 11:52:00 +0200 |
---|---|---|
committer | Anton Arapov <aarapov@redhat.com> | 2009-03-31 11:52:00 +0200 |
commit | 9466b938f7c79f394677f16ed9b128ab367e92fe (patch) | |
tree | 364ceda3fdbc47d456e0b6c50aeabdd315610d91 /lib/Plugins | |
parent | 88ef95da43041bc700ed0f06cf016859d44b59ef (diff) | |
download | abrt-9466b938f7c79f394677f16ed9b128ab367e92fe.tar.gz abrt-9466b938f7c79f394677f16ed9b128ab367e92fe.tar.xz abrt-9466b938f7c79f394677f16ed9b128ab367e92fe.zip |
kerneloops: correct copyrights and package relation.
Diffstat (limited to 'lib/Plugins')
-rw-r--r-- | lib/Plugins/Kerneloops.cpp | 4 | ||||
-rw-r--r-- | lib/Plugins/Kerneloops.h | 4 | ||||
-rw-r--r-- | lib/Plugins/KerneloopsReporter.cpp | 2 | ||||
-rw-r--r-- | lib/Plugins/KerneloopsReporter.h | 4 | ||||
-rw-r--r-- | lib/Plugins/KerneloopsSysLog.cpp | 2 | ||||
-rw-r--r-- | lib/Plugins/KerneloopsSysLog.h | 2 |
6 files changed, 12 insertions, 6 deletions
diff --git a/lib/Plugins/Kerneloops.cpp b/lib/Plugins/Kerneloops.cpp index 8d7d5d69..5d041e0c 100644 --- a/lib/Plugins/Kerneloops.cpp +++ b/lib/Plugins/Kerneloops.cpp @@ -1,7 +1,8 @@ /* + * Copyright 2007, Intel Corporation * Copyright 2009, Red Hat Inc. * - * This file is part of %TBD% + * 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 @@ -20,6 +21,7 @@ * * Authors: * Anton Arapov <anton@redhat.com> + * Arjan van de Ven <arjan@linux.intel.com> */ #include "Kerneloops.h" diff --git a/lib/Plugins/Kerneloops.h b/lib/Plugins/Kerneloops.h index 7e0c0ac8..0eccb080 100644 --- a/lib/Plugins/Kerneloops.h +++ b/lib/Plugins/Kerneloops.h @@ -1,7 +1,8 @@ /* + * Copyright 2007, Intel Corporation * Copyright 2009, Red Hat Inc. * - * This file is part of %TBD% + * 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 @@ -20,6 +21,7 @@ * * Authors: * Anton Arapov <anton@redhat.com> + * Arjan van de Ven <arjan@linux.intel.com> */ #ifndef __INCLUDE_GUARD_KERNELOOPS_H_ diff --git a/lib/Plugins/KerneloopsReporter.cpp b/lib/Plugins/KerneloopsReporter.cpp index 3f0fb323..58ea2d47 100644 --- a/lib/Plugins/KerneloopsReporter.cpp +++ b/lib/Plugins/KerneloopsReporter.cpp @@ -2,7 +2,7 @@ * Copyright 2007, Intel Corporation * Copyright 2009, Red Hat Inc. * - * This file is part of %TBD% + * 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 diff --git a/lib/Plugins/KerneloopsReporter.h b/lib/Plugins/KerneloopsReporter.h index 124766ab..1a6757c9 100644 --- a/lib/Plugins/KerneloopsReporter.h +++ b/lib/Plugins/KerneloopsReporter.h @@ -1,7 +1,8 @@ /* + * Copyright 2007, Intel Corporation * Copyright 2009, Red Hat Inc. * - * This file is part of %TBD% + * 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 @@ -20,6 +21,7 @@ * * Authors: * Anton Arapov <anton@redhat.com> + * Arjan van de Ven <arjan@linux.intel.com> */ #ifndef __INCLUDE_GUARD_KERNELOOPSREPORTER_H_ diff --git a/lib/Plugins/KerneloopsSysLog.cpp b/lib/Plugins/KerneloopsSysLog.cpp index 59e66870..5f5de48e 100644 --- a/lib/Plugins/KerneloopsSysLog.cpp +++ b/lib/Plugins/KerneloopsSysLog.cpp @@ -2,7 +2,7 @@ * Copyright 2007, Intel Corporation * Copyright 2009, Red Hat Inc. * - * This file is part of %TBD% + * 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 diff --git a/lib/Plugins/KerneloopsSysLog.h b/lib/Plugins/KerneloopsSysLog.h index e0bf16ff..66dfa546 100644 --- a/lib/Plugins/KerneloopsSysLog.h +++ b/lib/Plugins/KerneloopsSysLog.h @@ -2,7 +2,7 @@ * Copyright 2007, Intel Corporation * Copyright 2009, Red Hat Inc. * - * This file is part of %TBD% + * 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 |