summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2009-03-02 15:07:43 +0100
committerLuc Verhaegen <libv@skynet.be>2009-03-02 15:07:43 +0100
commit1935b2aae5cf53fe2777eb31ca39c4ce551b3292 (patch)
tree9cd1b4a48468dabbb2cbb5fa8edb6b9957bf15f1
parentb35c26fc4a318ec30b76bae6d420a1b73fa14fa6 (diff)
Byebye novell.
-rw-r--r--Makefile.am2
-rw-r--r--src/r5xx_accel.c2
-rw-r--r--src/r5xx_accel.h2
-rw-r--r--src/r5xx_exa.c4
-rw-r--r--src/r5xx_xaa.c2
-rw-r--r--src/rhd.h2
-rw-r--r--src/rhd_atombios.c2
-rw-r--r--src/rhd_atombios.h2
-rw-r--r--src/rhd_atomcrtc.c2
-rw-r--r--src/rhd_atomout.c2
-rw-r--r--src/rhd_atomout.h2
-rw-r--r--src/rhd_atompll.c2
-rw-r--r--src/rhd_atomwrapper.c2
-rw-r--r--src/rhd_atomwrapper.h2
-rw-r--r--src/rhd_audio.c2
-rw-r--r--src/rhd_audio.h2
-rw-r--r--src/rhd_biosscratch.c2
-rw-r--r--src/rhd_biosscratch.h2
-rw-r--r--src/rhd_card.h2
-rw-r--r--src/rhd_connector.c2
-rw-r--r--src/rhd_connector.h2
-rw-r--r--src/rhd_crtc.c2
-rw-r--r--src/rhd_crtc.h2
-rw-r--r--src/rhd_cs.c2
-rw-r--r--src/rhd_cs.h2
-rw-r--r--src/rhd_cursor.c2
-rw-r--r--src/rhd_cursor.h2
-rw-r--r--src/rhd_dac.c2
-rw-r--r--src/rhd_ddia.c2
-rw-r--r--src/rhd_dig.c2
-rw-r--r--src/rhd_dri.c2
-rw-r--r--src/rhd_dri.h2
-rw-r--r--src/rhd_driver.c2
-rw-r--r--src/rhd_edid.c2
-rw-r--r--src/rhd_hdmi.c2
-rw-r--r--src/rhd_hdmi.h2
-rw-r--r--src/rhd_helper.c2
-rw-r--r--src/rhd_i2c.c2
-rw-r--r--src/rhd_i2c.h2
-rw-r--r--src/rhd_id.c2
-rw-r--r--src/rhd_lut.c2
-rw-r--r--src/rhd_lut.h2
-rw-r--r--src/rhd_lvtma.c2
-rw-r--r--src/rhd_mc.c2
-rw-r--r--src/rhd_mc.h2
-rw-r--r--src/rhd_modes.c2
-rw-r--r--src/rhd_modes.h2
-rw-r--r--src/rhd_monitor.c2
-rw-r--r--src/rhd_monitor.h2
-rw-r--r--src/rhd_output.c2
-rw-r--r--src/rhd_output.h2
-rw-r--r--src/rhd_pll.c2
-rw-r--r--src/rhd_pll.h2
-rw-r--r--src/rhd_randr.c2
-rw-r--r--src/rhd_randr.h2
-rw-r--r--src/rhd_regs.h2
-rw-r--r--src/rhd_shadow.c2
-rw-r--r--src/rhd_shadow.h2
-rw-r--r--src/rhd_tmds.c2
-rw-r--r--src/rhd_vga.c2
-rw-r--r--src/rhd_vga.h2
-rw-r--r--src/rhd_video.c2
-rw-r--r--src/rhd_video.h2
-rw-r--r--utils/conntest/rhd_conntest.c2
-rw-r--r--utils/conntest/rhd_dump.c2
65 files changed, 66 insertions, 66 deletions
diff --git a/Makefile.am b/Makefile.am
index 18c6d80..534c3fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
1# Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 1# Copyright 2007 Luc Verhaegen <libv@exsuse.de>
2# Copyright 2007 Matthias Hopf <mhopf@novell.com> 2# Copyright 2007 Matthias Hopf <mhopf@novell.com>
3# Copyright 2007 Egbert Eich <eich@novell.com> 3# Copyright 2007 Egbert Eich <eich@novell.com>
4# Copyright 2007 Advanced Micro Devices, Inc. 4# Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/r5xx_accel.c b/src/r5xx_accel.c
index 0b098c8..5264250 100644
--- a/src/r5xx_accel.c
+++ b/src/r5xx_accel.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2008 Advanced Micro Devices, Inc. 5 * Copyright 2008 Advanced Micro Devices, Inc.
diff --git a/src/r5xx_accel.h b/src/r5xx_accel.h
index 83461ef..50e44b3 100644
--- a/src/r5xx_accel.h
+++ b/src/r5xx_accel.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2008 Advanced Micro Devices, Inc. 5 * Copyright 2008 Advanced Micro Devices, Inc.
diff --git a/src/r5xx_exa.c b/src/r5xx_exa.c
index bdb6acb..36e91ad 100644
--- a/src/r5xx_exa.c
+++ b/src/r5xx_exa.c
@@ -2,7 +2,7 @@
2 * Copyright 2005 Eric Anholt 2 * Copyright 2005 Eric Anholt
3 * Copyright 2005 Benjamin Herrenschmidt 3 * Copyright 2005 Benjamin Herrenschmidt
4 * Copyright 2006 Tungsten Graphics, Inc. 4 * Copyright 2006 Tungsten Graphics, Inc.
5 * Copyright 2008 Luc Verhaegen <lverhaegen@novell.com> 5 * Copyright 2008 Luc Verhaegen <libv@exsuse.de>
6 * Copyright 2008 Matthias Hopf <mhopf@novell.com> 6 * Copyright 2008 Matthias Hopf <mhopf@novell.com>
7 * Copyright 2008 Egbert Eich <eich@novell.com> 7 * Copyright 2008 Egbert Eich <eich@novell.com>
8 * 8 *
@@ -32,7 +32,7 @@
32 * Zack Rusin <zrusin@trolltech.com> 32 * Zack Rusin <zrusin@trolltech.com>
33 * Benjamin Herrenschmidt <benh@kernel.crashing.org> 33 * Benjamin Herrenschmidt <benh@kernel.crashing.org>
34 * Michel Dänzer <michel@tungstengraphics.com> 34 * Michel Dänzer <michel@tungstengraphics.com>
35 * Luc Verhaegen <libv@skynet.be> 35 * Luc Verhaegen <libv@exsuse.de>
36 * 36 *
37 */ 37 */
38 38
diff --git a/src/r5xx_xaa.c b/src/r5xx_xaa.c
index bcfaca9..2d591c2 100644
--- a/src/r5xx_xaa.c
+++ b/src/r5xx_xaa.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2008 Advanced Micro Devices, Inc. 5 * Copyright 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd.h b/src/rhd.h
index d355b91..d3ab278 100644
--- a/src/rhd.h
+++ b/src/rhd.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_atombios.c b/src/rhd_atombios.c
index 208f868..690e7a5 100644
--- a/src/rhd_atombios.c
+++ b/src/rhd_atombios.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 2 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
3 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 3 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
4 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 4 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
6 * 6 *
diff --git a/src/rhd_atombios.h b/src/rhd_atombios.h
index e960db3..56e4a39 100644
--- a/src/rhd_atombios.h
+++ b/src/rhd_atombios.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 2 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
3 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 3 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
4 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 4 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
6 * 6 *
diff --git a/src/rhd_atomcrtc.c b/src/rhd_atomcrtc.c
index 23f843c..72b3d8d 100644
--- a/src/rhd_atomcrtc.c
+++ b/src/rhd_atomcrtc.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_atomout.c b/src/rhd_atomout.c
index 5d6a66a..600e055 100644
--- a/src/rhd_atomout.c
+++ b/src/rhd_atomout.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_atomout.h b/src/rhd_atomout.h
index c2bef4a..e84e1e4 100644
--- a/src/rhd_atomout.h
+++ b/src/rhd_atomout.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_atompll.c b/src/rhd_atompll.c
index 1d45984..9caedb2 100644
--- a/src/rhd_atompll.c
+++ b/src/rhd_atompll.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_atomwrapper.c b/src/rhd_atomwrapper.c
index be26375..643b7b1 100644
--- a/src/rhd_atomwrapper.c
+++ b/src/rhd_atomwrapper.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_atomwrapper.h b/src/rhd_atomwrapper.h
index 1e7cc77..53ea529 100644
--- a/src/rhd_atomwrapper.h
+++ b/src/rhd_atomwrapper.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_audio.c b/src/rhd_audio.c
index 0709c76..bd2d9a8 100644
--- a/src/rhd_audio.c
+++ b/src/rhd_audio.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * Copyright 2008 Christian König <deathsimple@vodafone.de> 2 * Copyright 2008 Christian König <deathsimple@vodafone.de>
3 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 3 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
4 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 4 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
5 * Copyright 2007 Egbert Eich <eich@novell.com> 5 * Copyright 2007 Egbert Eich <eich@novell.com>
6 * Copyright 2007 Advanced Micro Devices, Inc. 6 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_audio.h b/src/rhd_audio.h
index a5f1314..d74016c 100644
--- a/src/rhd_audio.h
+++ b/src/rhd_audio.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * Copyright 2008 Christian König <deathsimple@vodafone.de> 2 * Copyright 2008 Christian König <deathsimple@vodafone.de>
3 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 3 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
4 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 4 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
5 * Copyright 2007 Egbert Eich <eich@novell.com> 5 * Copyright 2007 Egbert Eich <eich@novell.com>
6 * Copyright 2007 Advanced Micro Devices, Inc. 6 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_biosscratch.c b/src/rhd_biosscratch.c
index fd09fb6..d2a905c 100644
--- a/src/rhd_biosscratch.c
+++ b/src/rhd_biosscratch.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 2 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
3 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 3 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
4 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 4 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
6 * 6 *
diff --git a/src/rhd_biosscratch.h b/src/rhd_biosscratch.h
index f506e3d..17d452e 100644
--- a/src/rhd_biosscratch.h
+++ b/src/rhd_biosscratch.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 2 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
3 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 3 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
4 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 4 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
6 * 6 *
diff --git a/src/rhd_card.h b/src/rhd_card.h
index 682f3a7..d854931 100644
--- a/src/rhd_card.h
+++ b/src/rhd_card.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_connector.c b/src/rhd_connector.c
index d05eaf2..27ecdaf 100644
--- a/src/rhd_connector.c
+++ b/src/rhd_connector.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_connector.h b/src/rhd_connector.h
index 23967ba..07a8564 100644
--- a/src/rhd_connector.h
+++ b/src/rhd_connector.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_crtc.c b/src/rhd_crtc.c
index 4be46af..ea0728c 100644
--- a/src/rhd_crtc.c
+++ b/src/rhd_crtc.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_crtc.h b/src/rhd_crtc.h
index 5f67084..af3916a 100644
--- a/src/rhd_crtc.h
+++ b/src/rhd_crtc.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2004-2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2004-2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * 5 *
diff --git a/src/rhd_cs.c b/src/rhd_cs.c
index 1d707ab..b5f38a9 100644
--- a/src/rhd_cs.c
+++ b/src/rhd_cs.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2008 Egbert Eich <eich@novell.com>
5 * 5 *
diff --git a/src/rhd_cs.h b/src/rhd_cs.h
index 7cf628f..f565d67 100644
--- a/src/rhd_cs.h
+++ b/src/rhd_cs.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2008 Egbert Eich <eich@novell.com>
5 * 5 *
diff --git a/src/rhd_cursor.c b/src/rhd_cursor.c
index dd489b5..eff990b 100644
--- a/src/rhd_cursor.c
+++ b/src/rhd_cursor.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_cursor.h b/src/rhd_cursor.h
index 42a566e..a2347d7 100644
--- a/src/rhd_cursor.h
+++ b/src/rhd_cursor.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_dac.c b/src/rhd_dac.c
index f253e10..30e699f 100644
--- a/src/rhd_dac.c
+++ b/src/rhd_dac.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_ddia.c b/src/rhd_ddia.c
index 2dbc0a9..effd0b7 100644
--- a/src/rhd_ddia.c
+++ b/src/rhd_ddia.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_dig.c b/src/rhd_dig.c
index 0c40344..a16e09c 100644
--- a/src/rhd_dig.c
+++ b/src/rhd_dig.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007-2009 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007-2009 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007-2009 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007-2009 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007-2009 Egbert Eich <eich@novell.com> 4 * Copyright 2007-2009 Egbert Eich <eich@novell.com>
5 * Copyright 2007-2009 Advanced Micro Devices, Inc. 5 * Copyright 2007-2009 Advanced Micro Devices, Inc.
diff --git a/src/rhd_dri.c b/src/rhd_dri.c
index f9828b6..df4435c 100644
--- a/src/rhd_dri.c
+++ b/src/rhd_dri.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Copyright 2000 ATI Technologies Inc., Markham, Ontario, 2 * Copyright 2000 ATI Technologies Inc., Markham, Ontario,
3 * Copyright 2000 VA Linux Systems Inc., Fremont, California. 3 * Copyright 2000 VA Linux Systems Inc., Fremont, California.
4 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 4 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
5 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 5 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
6 * Copyright 2007 Egbert Eich <eich@novell.com> 6 * Copyright 2007 Egbert Eich <eich@novell.com>
7 * Copyright 2007 Advanced Micro Devices, Inc. 7 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_dri.h b/src/rhd_dri.h
index d1e0a41..ac860ef 100644
--- a/src/rhd_dri.h
+++ b/src/rhd_dri.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007-2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007-2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007-2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007-2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007-2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007-2008 Egbert Eich <eich@novell.com>
5 * 5 *
diff --git a/src/rhd_driver.c b/src/rhd_driver.c
index 1aa22c3..20adefa 100644
--- a/src/rhd_driver.c
+++ b/src/rhd_driver.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007-2009 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007-2009 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007-2009 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007-2009 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007-2009 Egbert Eich <eich@novell.com> 4 * Copyright 2007-2009 Egbert Eich <eich@novell.com>
5 * Copyright 2007-2009 Advanced Micro Devices, Inc. 5 * Copyright 2007-2009 Advanced Micro Devices, Inc.
diff --git a/src/rhd_edid.c b/src/rhd_edid.c
index 1db9944..5b79161 100644
--- a/src/rhd_edid.c
+++ b/src/rhd_edid.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2006-2007 Luc Verhaegen <lverhaegen@novell.com>. 2 * Copyright 2006-2007 Luc Verhaegen <libv@exsuse.de>.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
diff --git a/src/rhd_hdmi.c b/src/rhd_hdmi.c
index e342ef4..9a52536 100644
--- a/src/rhd_hdmi.c
+++ b/src/rhd_hdmi.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * Copyright 2008 Christian König <deathsimple@vodafone.de> 2 * Copyright 2008 Christian König <deathsimple@vodafone.de>
3 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 3 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
4 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 4 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
5 * Copyright 2007 Egbert Eich <eich@novell.com> 5 * Copyright 2007 Egbert Eich <eich@novell.com>
6 * Copyright 2007 Advanced Micro Devices, Inc. 6 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_hdmi.h b/src/rhd_hdmi.h
index 7518a13..4229417 100644
--- a/src/rhd_hdmi.h
+++ b/src/rhd_hdmi.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * Copyright 2008 Christian König <deathsimple@vodafone.de> 2 * Copyright 2008 Christian König <deathsimple@vodafone.de>
3 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 3 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
4 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 4 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
5 * Copyright 2007 Egbert Eich <eich@novell.com> 5 * Copyright 2007 Egbert Eich <eich@novell.com>
6 * Copyright 2007 Advanced Micro Devices, Inc. 6 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_helper.c b/src/rhd_helper.c
index 84f5cd4..26f6774 100644
--- a/src/rhd_helper.c
+++ b/src/rhd_helper.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_i2c.c b/src/rhd_i2c.c
index 0bfd0bd..3a45f8c 100644
--- a/src/rhd_i2c.c
+++ b/src/rhd_i2c.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * Copyright 2007-2009 Egbert Eich <eich@novell.com> 2 * Copyright 2007-2009 Egbert Eich <eich@novell.com>
3 * Copyright 2007-2009 Luc Verhaegen <lverhaegen@novell.com> 3 * Copyright 2007-2009 Luc Verhaegen <libv@exsuse.de>
4 * Copyright 2007-2009 Matthias Hopf <mhopf@novell.com> 4 * Copyright 2007-2009 Matthias Hopf <mhopf@novell.com>
5 * Copyright 2007-2009 Advanced Micro Devices, Inc. 5 * Copyright 2007-2009 Advanced Micro Devices, Inc.
6 * 6 *
diff --git a/src/rhd_i2c.h b/src/rhd_i2c.h
index 3e6dc3b..cfc2747 100644
--- a/src/rhd_i2c.h
+++ b/src/rhd_i2c.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_id.c b/src/rhd_id.c
index 9b04f1e..e463b13 100644
--- a/src/rhd_id.c
+++ b/src/rhd_id.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007-2009 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007-2009 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007-2009 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007-2009 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007-2009 Egbert Eich <eich@novell.com> 4 * Copyright 2007-2009 Egbert Eich <eich@novell.com>
5 * Copyright 2007-2009 Advanced Micro Devices, Inc. 5 * Copyright 2007-2009 Advanced Micro Devices, Inc.
diff --git a/src/rhd_lut.c b/src/rhd_lut.c
index 513ac21..21c65d5 100644
--- a/src/rhd_lut.c
+++ b/src/rhd_lut.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007-2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007-2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007-2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007-2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007-2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007-2008 Egbert Eich <eich@novell.com>
5 * 5 *
diff --git a/src/rhd_lut.h b/src/rhd_lut.h
index 84c8bf7..6684210 100644
--- a/src/rhd_lut.h
+++ b/src/rhd_lut.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_lvtma.c b/src/rhd_lvtma.c
index 8e545c7..57f384e 100644
--- a/src/rhd_lvtma.c
+++ b/src/rhd_lvtma.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007-2009 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007-2009 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007-2009 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007-2009 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007-2009 Egbert Eich <eich@novell.com> 4 * Copyright 2007-2009 Egbert Eich <eich@novell.com>
5 * Copyright 2007-2009 Advanced Micro Devices, Inc. 5 * Copyright 2007-2009 Advanced Micro Devices, Inc.
diff --git a/src/rhd_mc.c b/src/rhd_mc.c
index a0871e1..e35a860 100644
--- a/src/rhd_mc.c
+++ b/src/rhd_mc.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_mc.h b/src/rhd_mc.h
index f8a5af1..2d2bd18 100644
--- a/src/rhd_mc.h
+++ b/src/rhd_mc.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_modes.c b/src/rhd_modes.c
index 46e9ff9..192f3fd 100644
--- a/src/rhd_modes.c
+++ b/src/rhd_modes.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2004-2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2004-2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_modes.h b/src/rhd_modes.h
index 4ff6282..be8aaa4 100644
--- a/src/rhd_modes.h
+++ b/src/rhd_modes.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_monitor.c b/src/rhd_monitor.c
index 2923ecd..5234c7b 100644
--- a/src/rhd_monitor.c
+++ b/src/rhd_monitor.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_monitor.h b/src/rhd_monitor.h
index 68f48ab..3a83d0d 100644
--- a/src/rhd_monitor.h
+++ b/src/rhd_monitor.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_output.c b/src/rhd_output.c
index 2ab9d52..22804dc 100644
--- a/src/rhd_output.c
+++ b/src/rhd_output.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_output.h b/src/rhd_output.h
index ffd152b..66ace35 100644
--- a/src/rhd_output.h
+++ b/src/rhd_output.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2004-2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2004-2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_pll.c b/src/rhd_pll.c
index 5d9207b..45ab03a 100644
--- a/src/rhd_pll.c
+++ b/src/rhd_pll.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_pll.h b/src/rhd_pll.h
index 8cd8f4e..cba151c 100644
--- a/src/rhd_pll.h
+++ b/src/rhd_pll.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_randr.c b/src/rhd_randr.c
index 19662d1..954afe9 100644
--- a/src/rhd_randr.c
+++ b/src/rhd_randr.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_randr.h b/src/rhd_randr.h
index 5bb2a2f..817613e 100644
--- a/src/rhd_randr.h
+++ b/src/rhd_randr.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_regs.h b/src/rhd_regs.h
index 6882b29..bf74dd3 100644
--- a/src/rhd_regs.h
+++ b/src/rhd_regs.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_shadow.c b/src/rhd_shadow.c
index 0b2e7b9..ecb6709 100644
--- a/src/rhd_shadow.c
+++ b/src/rhd_shadow.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_shadow.h b/src/rhd_shadow.h
index f5a3db1..318bf4c 100644
--- a/src/rhd_shadow.h
+++ b/src/rhd_shadow.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007 Egbert Eich <eich@novell.com> 4 * Copyright 2007 Egbert Eich <eich@novell.com>
5 * Copyright 2007 Advanced Micro Devices, Inc. 5 * Copyright 2007 Advanced Micro Devices, Inc.
diff --git a/src/rhd_tmds.c b/src/rhd_tmds.c
index fe43923..0e3124e 100644
--- a/src/rhd_tmds.c
+++ b/src/rhd_tmds.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007-2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007-2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007-2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007-2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007-2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007-2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007-2008 Advanced Micro Devices, Inc. 5 * Copyright 2007-2008 Advanced Micro Devices, Inc.
diff --git a/src/rhd_vga.c b/src/rhd_vga.c
index cdd968b..c32ead9 100644
--- a/src/rhd_vga.c
+++ b/src/rhd_vga.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007-2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007-2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007-2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007-2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007-2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007-2008 Egbert Eich <eich@novell.com>
5 * 5 *
diff --git a/src/rhd_vga.h b/src/rhd_vga.h
index 59cbd17..3b7bff5 100644
--- a/src/rhd_vga.h
+++ b/src/rhd_vga.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007-2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007-2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007-2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007-2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007-2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007-2008 Egbert Eich <eich@novell.com>
5 * 5 *
diff --git a/src/rhd_video.c b/src/rhd_video.c
index 03ea236..a3a8a4a 100644
--- a/src/rhd_video.c
+++ b/src/rhd_video.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2008 Alex Deucher <alexander.deucher@amd.com> 5 * Copyright 2008 Alex Deucher <alexander.deucher@amd.com>
diff --git a/src/rhd_video.h b/src/rhd_video.h
index d9f2817..a552d41 100644
--- a/src/rhd_video.h
+++ b/src/rhd_video.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2008 Egbert Eich <eich@novell.com>
5 * 5 *
diff --git a/utils/conntest/rhd_conntest.c b/utils/conntest/rhd_conntest.c
index 07a1335..9e9a595 100644
--- a/utils/conntest/rhd_conntest.c
+++ b/utils/conntest/rhd_conntest.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.
diff --git a/utils/conntest/rhd_dump.c b/utils/conntest/rhd_dump.c
index 41459ad..4f17212 100644
--- a/utils/conntest/rhd_dump.c
+++ b/utils/conntest/rhd_dump.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright 2007, 2008 Luc Verhaegen <lverhaegen@novell.com> 2 * Copyright 2007, 2008 Luc Verhaegen <libv@exsuse.de>
3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com> 3 * Copyright 2007, 2008 Matthias Hopf <mhopf@novell.com>
4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com> 4 * Copyright 2007, 2008 Egbert Eich <eich@novell.com>
5 * Copyright 2007, 2008 Advanced Micro Devices, Inc. 5 * Copyright 2007, 2008 Advanced Micro Devices, Inc.