summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Pepper <timothy.c.pepper@linux.intel.com>2012-12-05 10:55:51 -0800
committerTim Pepper <timothy.c.pepper@linux.intel.com>2012-12-05 10:55:51 -0800
commit172376ab4b844f0addb91e0914210b7800329269 (patch)
treef350cfeb2219b72ee11c43c1492f255f2be6225a
parent9f3e4ea6771e3d2c5d11c7b880a508ab1d11dc5a (diff)
downloadcorewatcher-172376ab4b844f0addb91e0914210b7800329269.tar.gz
corewatcher-172376ab4b844f0addb91e0914210b7800329269.tar.bz2
corewatcher-172376ab4b844f0addb91e0914210b7800329269.zip
Add 2012 to copyright statements
Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
-rw-r--r--src/configfile.c5
-rw-r--r--src/coredump.c4
-rw-r--r--src/corewatcher.c4
-rw-r--r--src/corewatcher.h4
-rw-r--r--src/find_file.c8
-rw-r--r--src/inotification.c4
-rw-r--r--src/submit.c4
7 files changed, 14 insertions, 19 deletions
diff --git a/src/configfile.c b/src/configfile.c
index d1634a2..013522a 100644
--- a/src/configfile.c
+++ b/src/configfile.c
@@ -1,8 +1,6 @@
#define _GNU_SOURCE
/*
- * Copyright 2007, Intel Corporation
- *
- * This file is part of corewatcher.org
+ * Copyright 2007,2012 Intel Corporation
*
* 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
@@ -22,6 +20,7 @@
* Authors:
* Arjan van de Ven <arjan@linux.intel.com>
* William Douglas <william.douglas@intel.com>
+ * Tim Pepper <timothy.c.pepper@linux.intel.com>
*/
#include <unistd.h>
diff --git a/src/coredump.c b/src/coredump.c
index d68c6ca..169ba95 100644
--- a/src/coredump.c
+++ b/src/coredump.c
@@ -1,8 +1,6 @@
#define _GNU_SOURCE
/*
- * Copyright 2007, Intel Corporation
- *
- * This file is part of corewatcher.org
+ * Copyright 2007,2012 Intel Corporation
*
* 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/src/corewatcher.c b/src/corewatcher.c
index 1a31c47..ba8e1a5 100644
--- a/src/corewatcher.c
+++ b/src/corewatcher.c
@@ -1,8 +1,6 @@
#define _GNU_SOURCE
/*
- * Copyright 2007, Intel Corporation
- *
- * This file is part of corewatcher.org
+ * Copyright 2007,2012 Intel Corporation
*
* 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/src/corewatcher.h b/src/corewatcher.h
index cc22c20..128521a 100644
--- a/src/corewatcher.h
+++ b/src/corewatcher.h
@@ -1,7 +1,5 @@
/*
- * Copyright 2007, Intel Corporation
- *
- * This file is part of corewatcher.org
+ * Copyright 2007,2012 Intel Corporation
*
* 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/src/find_file.c b/src/find_file.c
index 510eeb3..147187b 100644
--- a/src/find_file.c
+++ b/src/find_file.c
@@ -2,11 +2,17 @@
/*
* Core dump watcher & collector
*
- * (C) 2009 Intel Corporation
+ * (C) 2009-2012 Intel Corporation
*
* 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; version 3 of the License.
+ *
+ * Authors:
+ * Arjan van de Ven <arjan@linux.intel.com>
+ * Auke Kok <auke-jan.h.kok@intel.com>
+ * William Douglas <william.douglas@intel.com>
+ * Tim Pepper <timothy.c.pepper@linux.intel.com>
*/
#include <stdio.h>
diff --git a/src/inotification.c b/src/inotification.c
index 78376bd..08002e5 100644
--- a/src/inotification.c
+++ b/src/inotification.c
@@ -1,8 +1,6 @@
#define _GNU_SOURCE
/*
- * Copyright 2007, Intel Corporation
- *
- * This file is part of corewatcher.org
+ * Copyright 2007,2012 Intel Corporation
*
* 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/src/submit.c b/src/submit.c
index a646c5c..350eba4 100644
--- a/src/submit.c
+++ b/src/submit.c
@@ -1,8 +1,6 @@
#define _GNU_SOURCE
/*
- * Copyright 2007, Intel Corporation
- *
- * This file is part of corewatcher.org
+ * Copyright 2007,2012 Intel Corporation
*
* 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