summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2009-11-12 14:52:46 +0100
committerMatthias Hopf <mhopf@suse.de>2009-11-12 14:52:46 +0100
commitd6b4718350be61fba6b060f35941436ae2f236bd (patch)
tree55f71431a53b4859ecf0874f17473804e7c2ae98
parentd0b936dbfc165fe441c4af6d429332234fa8b18e (diff)
Correct copyright information.
-rw-r--r--src/rhd_pm.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/rhd_pm.c b/src/rhd_pm.c
index 75a9bf8..9530e59 100644
--- a/src/rhd_pm.c
+++ b/src/rhd_pm.c
@@ -1,4 +1,9 @@
/*
+ * Copyright 2009 Matthias Hopf <mhopf@novell.com>
+ * Copyright 2009 Yang Zhao <yang@yangman.ca>
+ * Copyright 2009 Egbert Eich <eich@novell.com>
+ * Copyright 2009 Luc Verhaegen <libv@exsuse.de>
+ *
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
@@ -21,12 +26,6 @@
* DEALINGS IN THE SOFTWARE.
*/
-/*
- * Authors:
- * Yang Zhao <yang@yangman.ca>
- * Matthias Hopf <mhopf@suse.de>
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif