As mentioned on the linux-wireless mailing list, the current copyright statements in the rt2x00 are
meaningless, as the rt2x00 project is not even a formal legal entity. Therefore it is better to replace
the existing copyright statements with copyright statements for the people that actually wrote the code.
Note: Updated to the best of my knowledge with respect to who contributed considerable amounts of code.
Signed-off-by: Gertjan van Wingerde <[email protected]>
CC: Ivo van Doorn <[email protected]>
CC: Bartlomiej Zolnierkiewicz <[email protected]>
---
drivers/net/wireless/rt2x00/Kconfig | 2 +-
drivers/net/wireless/rt2x00/rt2400pci.c | 2 +-
drivers/net/wireless/rt2x00/rt2400pci.h | 2 +-
drivers/net/wireless/rt2x00/rt2500pci.c | 2 +-
drivers/net/wireless/rt2x00/rt2500pci.h | 2 +-
drivers/net/wireless/rt2x00/rt2500usb.c | 2 +-
drivers/net/wireless/rt2x00/rt2500usb.h | 2 +-
drivers/net/wireless/rt2x00/rt2800.h | 9 ++++++++-
drivers/net/wireless/rt2x00/rt2800lib.c | 8 +++++++-
drivers/net/wireless/rt2x00/rt2800pci.c | 9 ++++++++-
drivers/net/wireless/rt2x00/rt2800pci.h | 9 ++++++++-
drivers/net/wireless/rt2x00/rt2800usb.c | 6 +++++-
drivers/net/wireless/rt2x00/rt2800usb.h | 6 +++++-
drivers/net/wireless/rt2x00/rt2x00.h | 3 ++-
drivers/net/wireless/rt2x00/rt2x00config.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00crypto.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00debug.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00debug.h | 2 +-
drivers/net/wireless/rt2x00/rt2x00dev.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00dump.h | 2 +-
drivers/net/wireless/rt2x00/rt2x00firmware.c | 3 ++-
drivers/net/wireless/rt2x00/rt2x00ht.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00leds.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00leds.h | 2 +-
drivers/net/wireless/rt2x00/rt2x00lib.h | 3 ++-
drivers/net/wireless/rt2x00/rt2x00link.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00mac.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00pci.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00pci.h | 2 +-
drivers/net/wireless/rt2x00/rt2x00queue.c | 3 ++-
drivers/net/wireless/rt2x00/rt2x00queue.h | 2 +-
drivers/net/wireless/rt2x00/rt2x00reg.h | 2 +-
drivers/net/wireless/rt2x00/rt2x00soc.c | 3 ++-
drivers/net/wireless/rt2x00/rt2x00soc.h | 2 +-
drivers/net/wireless/rt2x00/rt2x00usb.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00usb.h | 2 +-
drivers/net/wireless/rt2x00/rt61pci.c | 2 +-
drivers/net/wireless/rt2x00/rt61pci.h | 2 +-
drivers/net/wireless/rt2x00/rt73usb.c | 2 +-
drivers/net/wireless/rt2x00/rt73usb.h | 2 +-
40 files changed, 80 insertions(+), 40 deletions(-)
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig
index b0f4a2f..5322852 100644
--- a/drivers/net/wireless/rt2x00/Kconfig
+++ b/drivers/net/wireless/rt2x00/Kconfig
@@ -65,7 +65,7 @@ config RT2800PCI_SOC
config RT2800PCI
tristate "Ralink rt2800 (PCI/PCMCIA) support (BROKEN)"
- depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL && BROKEN
+ depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL
select RT2800_LIB
select RT2X00_LIB_PCI if RT2800PCI_PCI
select RT2X00_LIB_SOC if RT2800PCI_SOC
diff --git a/drivers/net/wireless/rt2x00/rt2400pci.c b/drivers/net/wireless/rt2x00/rt2400pci.c
index 798f625..0f912f5 100644
--- a/drivers/net/wireless/rt2x00/rt2400pci.c
+++ b/drivers/net/wireless/rt2x00/rt2400pci.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2400pci.h b/drivers/net/wireless/rt2x00/rt2400pci.h
index ccd6441..6c21ef6 100644
--- a/drivers/net/wireless/rt2x00/rt2400pci.h
+++ b/drivers/net/wireless/rt2x00/rt2400pci.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.c b/drivers/net/wireless/rt2x00/rt2500pci.c
index 2e872ac..6618cbd 100644
--- a/drivers/net/wireless/rt2x00/rt2500pci.c
+++ b/drivers/net/wireless/rt2x00/rt2500pci.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.h b/drivers/net/wireless/rt2x00/rt2500pci.h
index 54d3795..b007567 100644
--- a/drivers/net/wireless/rt2x00/rt2500pci.h
+++ b/drivers/net/wireless/rt2x00/rt2500pci.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2500usb.c b/drivers/net/wireless/rt2x00/rt2500usb.c
index 22dd6d9..35e5297 100644
--- a/drivers/net/wireless/rt2x00/rt2500usb.c
+++ b/drivers/net/wireless/rt2x00/rt2500usb.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2500usb.h b/drivers/net/wireless/rt2x00/rt2500usb.h
index b01edca..341a704 100644
--- a/drivers/net/wireless/rt2x00/rt2500usb.h
+++ b/drivers/net/wireless/rt2x00/rt2500usb.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2800.h b/drivers/net/wireless/rt2x00/rt2800.h
index d9b6a72..7ab85d7 100644
--- a/drivers/net/wireless/rt2x00/rt2800.h
+++ b/drivers/net/wireless/rt2x00/rt2800.h
@@ -1,5 +1,12 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
+ Copyright (C) 2009 Alban Browaeys <[email protected]>
+ Copyright (C) 2009 Felix Fietkau <[email protected]>
+ Copyright (C) 2009 Luis Correia <[email protected]>
+ Copyright (C) 2009 Mattias Nissler <[email protected]>
+ Copyright (C) 2009 Mark Asselstine <[email protected]>
+ Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
+ Copyright (C) 2009 Bart Zolnierkiewicz <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
index 5c7d74a..3207b83 100644
--- a/drivers/net/wireless/rt2x00/rt2800lib.c
+++ b/drivers/net/wireless/rt2x00/rt2800lib.c
@@ -3,7 +3,13 @@
Based on the original rt2800pci.c and rt2800usb.c:
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2009 Ivo van Doorn <[email protected]>
+ Copyright (C) 2009 Alban Browaeys <[email protected]>
+ Copyright (C) 2009 Felix Fietkau <[email protected]>
+ Copyright (C) 2009 Luis Correia <[email protected]>
+ Copyright (C) 2009 Mattias Nissler <[email protected]>
+ Copyright (C) 2009 Mark Asselstine <[email protected]>
+ Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
index 2f284a6..ac7ac57 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.c
+++ b/drivers/net/wireless/rt2x00/rt2800pci.c
@@ -1,5 +1,12 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2009 Ivo van Doorn <[email protected]>
+ Copyright (C) 2009 Alban Browaeys <[email protected]>
+ Copyright (C) 2009 Felix Fietkau <[email protected]>
+ Copyright (C) 2009 Luis Correia <[email protected]>
+ Copyright (C) 2009 Mattias Nissler <[email protected]>
+ Copyright (C) 2009 Mark Asselstine <[email protected]>
+ Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
+ Copyright (C) 2009 Bart Zolnierkiewicz <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2800pci.h b/drivers/net/wireless/rt2x00/rt2800pci.h
index 8f944ee..6ae9cbd 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.h
+++ b/drivers/net/wireless/rt2x00/rt2800pci.h
@@ -1,5 +1,12 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2009 Ivo van Doorn <[email protected]>
+ Copyright (C) 2009 Alban Browaeys <[email protected]>
+ Copyright (C) 2009 Felix Fietkau <[email protected]>
+ Copyright (C) 2009 Luis Correia <[email protected]>
+ Copyright (C) 2009 Mattias Nissler <[email protected]>
+ Copyright (C) 2009 Mark Asselstine <[email protected]>
+ Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
+ Copyright (C) 2009 Bart Zolnierkiewicz <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index fed739a..008467f 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -1,5 +1,9 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2009 Ivo van Doorn <[email protected]>
+ Copyright (C) 2009 Mattias Nissler <[email protected]>
+ Copyright (C) 2009 Felix Fietkau <[email protected]>
+ Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
+ Copyright (C) 2009 Axel Kollhofer <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.h b/drivers/net/wireless/rt2x00/rt2800usb.h
index c9d7d40..1cd2c8d 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.h
+++ b/drivers/net/wireless/rt2x00/rt2800usb.h
@@ -1,5 +1,9 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2009 Ivo van Doorn <[email protected]>
+ Copyright (C) 2009 Mattias Nissler <[email protected]>
+ Copyright (C) 2009 Felix Fietkau <[email protected]>
+ Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
+ Copyright (C) 2009 Axel Kollhofer <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h
index c83dbae..fd13264 100644
--- a/drivers/net/wireless/rt2x00/rt2x00.h
+++ b/drivers/net/wireless/rt2x00/rt2x00.h
@@ -1,5 +1,6 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
+ Copyright (C) 2004 - 2009 Gertjan van Wingerde <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00config.c b/drivers/net/wireless/rt2x00/rt2x00config.c
index 40a201e..098315a 100644
--- a/drivers/net/wireless/rt2x00/rt2x00config.c
+++ b/drivers/net/wireless/rt2x00/rt2x00config.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00crypto.c b/drivers/net/wireless/rt2x00/rt2x00crypto.c
index de36837..d291c78 100644
--- a/drivers/net/wireless/rt2x00/rt2x00crypto.c
+++ b/drivers/net/wireless/rt2x00/rt2x00crypto.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00debug.c b/drivers/net/wireless/rt2x00/rt2x00debug.c
index 68bc9bb..7d323a7 100644
--- a/drivers/net/wireless/rt2x00/rt2x00debug.c
+++ b/drivers/net/wireless/rt2x00/rt2x00debug.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00debug.h b/drivers/net/wireless/rt2x00/rt2x00debug.h
index 035cbc9..fa11409 100644
--- a/drivers/net/wireless/rt2x00/rt2x00debug.h
+++ b/drivers/net/wireless/rt2x00/rt2x00debug.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00dev.c b/drivers/net/wireless/rt2x00/rt2x00dev.c
index 73bbec5..ba2830c 100644
--- a/drivers/net/wireless/rt2x00/rt2x00dev.c
+++ b/drivers/net/wireless/rt2x00/rt2x00dev.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00dump.h b/drivers/net/wireless/rt2x00/rt2x00dump.h
index fdedb51..727019a 100644
--- a/drivers/net/wireless/rt2x00/rt2x00dump.h
+++ b/drivers/net/wireless/rt2x00/rt2x00dump.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00firmware.c b/drivers/net/wireless/rt2x00/rt2x00firmware.c
index d2deea2..34beb00 100644
--- a/drivers/net/wireless/rt2x00/rt2x00firmware.c
+++ b/drivers/net/wireless/rt2x00/rt2x00firmware.c
@@ -1,5 +1,6 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
+ Copyright (C) 2004 - 2009 Gertjan van Wingerde <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00ht.c b/drivers/net/wireless/rt2x00/rt2x00ht.c
index e3cec83..1056c92 100644
--- a/drivers/net/wireless/rt2x00/rt2x00ht.c
+++ b/drivers/net/wireless/rt2x00/rt2x00ht.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00leds.c b/drivers/net/wireless/rt2x00/rt2x00leds.c
index 49671fe..ca585e3 100644
--- a/drivers/net/wireless/rt2x00/rt2x00leds.c
+++ b/drivers/net/wireless/rt2x00/rt2x00leds.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00leds.h b/drivers/net/wireless/rt2x00/rt2x00leds.h
index 8e03c04..3b46f0c 100644
--- a/drivers/net/wireless/rt2x00/rt2x00leds.h
+++ b/drivers/net/wireless/rt2x00/rt2x00leds.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00lib.h b/drivers/net/wireless/rt2x00/rt2x00lib.h
index 567f029..c71154e 100644
--- a/drivers/net/wireless/rt2x00/rt2x00lib.h
+++ b/drivers/net/wireless/rt2x00/rt2x00lib.h
@@ -1,5 +1,6 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
+ Copyright (C) 2004 - 2009 Gertjan van Wingerde <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00link.c b/drivers/net/wireless/rt2x00/rt2x00link.c
index c708d0b..7083e85 100644
--- a/drivers/net/wireless/rt2x00/rt2x00link.c
+++ b/drivers/net/wireless/rt2x00/rt2x00link.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00mac.c b/drivers/net/wireless/rt2x00/rt2x00mac.c
index 929b85f..eed093d 100644
--- a/drivers/net/wireless/rt2x00/rt2x00mac.c
+++ b/drivers/net/wireless/rt2x00/rt2x00mac.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00pci.c b/drivers/net/wireless/rt2x00/rt2x00pci.c
index ece70d7..0feb4d0 100644
--- a/drivers/net/wireless/rt2x00/rt2x00pci.c
+++ b/drivers/net/wireless/rt2x00/rt2x00pci.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00pci.h b/drivers/net/wireless/rt2x00/rt2x00pci.h
index ae33eeb..d4f9449 100644
--- a/drivers/net/wireless/rt2x00/rt2x00pci.h
+++ b/drivers/net/wireless/rt2x00/rt2x00pci.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00queue.c b/drivers/net/wireless/rt2x00/rt2x00queue.c
index 577029e..02972a0 100644
--- a/drivers/net/wireless/rt2x00/rt2x00queue.c
+++ b/drivers/net/wireless/rt2x00/rt2x00queue.c
@@ -1,5 +1,6 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
+ Copyright (C) 2004 - 2009 Gertjan van Wingerde <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00queue.h b/drivers/net/wireless/rt2x00/rt2x00queue.h
index a5591fb..97c7895 100644
--- a/drivers/net/wireless/rt2x00/rt2x00queue.h
+++ b/drivers/net/wireless/rt2x00/rt2x00queue.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00reg.h b/drivers/net/wireless/rt2x00/rt2x00reg.h
index 983e52e..603bfc0 100644
--- a/drivers/net/wireless/rt2x00/rt2x00reg.h
+++ b/drivers/net/wireless/rt2x00/rt2x00reg.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00soc.c b/drivers/net/wireless/rt2x00/rt2x00soc.c
index 4abcfa6..19e684f 100644
--- a/drivers/net/wireless/rt2x00/rt2x00soc.c
+++ b/drivers/net/wireless/rt2x00/rt2x00soc.c
@@ -1,5 +1,6 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
+ Copyright (C) 2004 - 2009 Felix Fietkau <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00soc.h b/drivers/net/wireless/rt2x00/rt2x00soc.h
index 5cf114a..8a34166 100644
--- a/drivers/net/wireless/rt2x00/rt2x00soc.h
+++ b/drivers/net/wireless/rt2x00/rt2x00soc.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00usb.c b/drivers/net/wireless/rt2x00/rt2x00usb.c
index aa6c31d..0a751e7 100644
--- a/drivers/net/wireless/rt2x00/rt2x00usb.c
+++ b/drivers/net/wireless/rt2x00/rt2x00usb.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt2x00usb.h b/drivers/net/wireless/rt2x00/rt2x00usb.h
index 9943e42..d63e1df 100644
--- a/drivers/net/wireless/rt2x00/rt2x00usb.h
+++ b/drivers/net/wireless/rt2x00/rt2x00usb.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt61pci.c b/drivers/net/wireless/rt2x00/rt61pci.c
index b20e3ea..ea8a86f 100644
--- a/drivers/net/wireless/rt2x00/rt61pci.c
+++ b/drivers/net/wireless/rt2x00/rt61pci.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt61pci.h b/drivers/net/wireless/rt2x00/rt61pci.h
index 93eb699..6f33f7f 100644
--- a/drivers/net/wireless/rt2x00/rt61pci.h
+++ b/drivers/net/wireless/rt2x00/rt61pci.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt73usb.c b/drivers/net/wireless/rt2x00/rt73usb.c
index 14e7bb2..7236f01 100644
--- a/drivers/net/wireless/rt2x00/rt73usb.c
+++ b/drivers/net/wireless/rt2x00/rt73usb.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
diff --git a/drivers/net/wireless/rt2x00/rt73usb.h b/drivers/net/wireless/rt2x00/rt73usb.h
index 81fe0be..e783a09 100644
--- a/drivers/net/wireless/rt2x00/rt73usb.h
+++ b/drivers/net/wireless/rt2x00/rt73usb.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
+ Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]>
<http://rt2x00.serialmonkey.com>
This program is free software; you can redistribute it and/or modify
--
1.6.5.2
On Sunday 08 November 2009, Bartlomiej Zolnierkiewicz wrote:
> On Sunday 08 November 2009 15:25:58 Ivo van Doorn wrote:
>
> > > diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
> > > index 5c7d74a..3207b83 100644
> > > --- a/drivers/net/wireless/rt2x00/rt2800lib.c
> > > +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
> > > @@ -3,7 +3,13 @@
> > >
> > > Based on the original rt2800pci.c and rt2800usb.c:
> > >
> > > - Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
> > > + Copyright (C) 2009 Ivo van Doorn <[email protected]>
> > > + Copyright (C) 2009 Alban Browaeys <[email protected]>
> > > + Copyright (C) 2009 Felix Fietkau <[email protected]>
> > > + Copyright (C) 2009 Luis Correia <[email protected]>
> > > + Copyright (C) 2009 Mattias Nissler <[email protected]>
> > > + Copyright (C) 2009 Mark Asselstine <[email protected]>
> > > + Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
> > > <http://rt2x00.serialmonkey.com>
> > >
> > > This program is free software; you can redistribute it and/or modify
> >
> > If Bartlomiej has no objections, we could just update the statements for rt2800lib.c/rt2800lib.h
> > to something similar as rt2800.h:
> >
> > /*
> > Copyright (C) 2009 Bartlomiej Zolnierkiewicz
> > Copyright (C) 2009 Ivo van Doorn <[email protected]>
> > Copyright (C) 2009 Alban Browaeys <[email protected]>
> > Copyright (C) 2009 Felix Fietkau <[email protected]>
> > Copyright (C) 2009 Luis Correia <[email protected]>
> > Copyright (C) 2009 Mattias Nissler <[email protected]>
> > Copyright (C) 2009 Mark Asselstine <[email protected]>
> > Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
> >
> > This program is free software; you can redistribute it and/or modify
> > ....
> >
> > because not sure if we need the seperate "based on" comment.. But I'll let Bartlomiej
> > decide on this one.
>
> I think that the original version is correct and also documents new
> development direction well.
Ok, then the individual developers can move their copyright notice to above the
"based on" statements when new patches from them arrive.
Ivo
On 11/08/09 15:18, Gertjan van Wingerde wrote:
> As mentioned on the linux-wireless mailing list, the current copyright statements in the rt2x00 are
> meaningless, as the rt2x00 project is not even a formal legal entity. Therefore it is better to replace
> the existing copyright statements with copyright statements for the people that actually wrote the code.
>
> Note: Updated to the best of my knowledge with respect to who contributed considerable amounts of code.
>
> Signed-off-by: Gertjan van Wingerde <[email protected]>
> CC: Ivo van Doorn <[email protected]>
> CC: Bartlomiej Zolnierkiewicz <[email protected]>
> ---
One clarification here: This is a single patch, not patch 7 of a series.
Sorry I messed up my git commands.
---
Gertjan.
On 11/08/09 16:15, Bartlomiej Zolnierkiewicz wrote:
> On Sunday 08 November 2009 16:05:33 Gertjan van Wingerde wrote:
>> On 11/08/09 15:48, Bartlomiej Zolnierkiewicz wrote:
>>> On Sunday 08 November 2009 15:25:58 Ivo van Doorn wrote:
>>>
>>>>> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
>>>>> index 5c7d74a..3207b83 100644
>>>>> --- a/drivers/net/wireless/rt2x00/rt2800lib.c
>>>>> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
>>>>> @@ -3,7 +3,13 @@
>>>>>
>>>>> Based on the original rt2800pci.c and rt2800usb.c:
>>>>>
>>>>> - Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
>>>>> + Copyright (C) 2009 Ivo van Doorn <[email protected]>
>>>>> + Copyright (C) 2009 Alban Browaeys <[email protected]>
>>>>> + Copyright (C) 2009 Felix Fietkau <[email protected]>
>>>>> + Copyright (C) 2009 Luis Correia <[email protected]>
>>>>> + Copyright (C) 2009 Mattias Nissler <[email protected]>
>>>>> + Copyright (C) 2009 Mark Asselstine <[email protected]>
>>>>> + Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
>>>>> <http://rt2x00.serialmonkey.com>
>>>>>
>>>>> This program is free software; you can redistribute it and/or modify
>>>>
>>>> If Bartlomiej has no objections, we could just update the statements for rt2800lib.c/rt2800lib.h
>>>> to something similar as rt2800.h:
>>>>
>>>> /*
>>>> Copyright (C) 2009 Bartlomiej Zolnierkiewicz
>>>> Copyright (C) 2009 Ivo van Doorn <[email protected]>
>>>> Copyright (C) 2009 Alban Browaeys <[email protected]>
>>>> Copyright (C) 2009 Felix Fietkau <[email protected]>
>>>> Copyright (C) 2009 Luis Correia <[email protected]>
>>>> Copyright (C) 2009 Mattias Nissler <[email protected]>
>>>> Copyright (C) 2009 Mark Asselstine <[email protected]>
>>>> Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
>>>>
>>>> This program is free software; you can redistribute it and/or modify
>>>> ....
>>>>
>>>> because not sure if we need the seperate "based on" comment.. But I'll let Bartlomiej
>>>> decide on this one.
>>>
>>> I think that the original version is correct and also documents new
>>> development direction well.
>>>
>>
>> To be honest I believe Ivo is right here. The current "based on" way of documenting copyright does seem to suggest that this list of people does not
>
> No, it does not:
>
> Copyright (C) 2009 Bartlomiej Zolnierkiewicz
>
> Based on the original rt2800pci.c and rt2800usb.c:
>
> Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
> <http://rt2x00.serialmonkey.com>
>
> and it is wasn't my idea to use rt2x00 project for copyrights in
> the original code.
>
> I did not do anything shady here -- this is the standard practice used
> in such situations (i.e. libata and I'm pretty sure changes were passed
> through Red Hat's lawyers).
I wasn't saying you were doing something shady here (or at least I didn't intend to do so).
>
>> have any copyright claims to the code in rt2800lib.c. This is not true, as the code is pure copies from their code that was previously in rt2800usb and
>
> The code is not "pure copies" from their code and they didn't have personal
> claims on the original code in the first place.
>
> You are trying to reverse the history now, just keep adding new claims as
> new patches from people flow in. I fail to see the real problem with it.
>
Well, I don't see this a reversing history. We just have been sloppy with the copyright statements in the first place, and I'm trying to correct this.
---
Gertjan.
On Sunday 08 November 2009 16:05:33 Gertjan van Wingerde wrote:
> On 11/08/09 15:48, Bartlomiej Zolnierkiewicz wrote:
> > On Sunday 08 November 2009 15:25:58 Ivo van Doorn wrote:
> >
> >>> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
> >>> index 5c7d74a..3207b83 100644
> >>> --- a/drivers/net/wireless/rt2x00/rt2800lib.c
> >>> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
> >>> @@ -3,7 +3,13 @@
> >>>
> >>> Based on the original rt2800pci.c and rt2800usb.c:
> >>>
> >>> - Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
> >>> + Copyright (C) 2009 Ivo van Doorn <[email protected]>
> >>> + Copyright (C) 2009 Alban Browaeys <[email protected]>
> >>> + Copyright (C) 2009 Felix Fietkau <[email protected]>
> >>> + Copyright (C) 2009 Luis Correia <[email protected]>
> >>> + Copyright (C) 2009 Mattias Nissler <[email protected]>
> >>> + Copyright (C) 2009 Mark Asselstine <[email protected]>
> >>> + Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
> >>> <http://rt2x00.serialmonkey.com>
> >>>
> >>> This program is free software; you can redistribute it and/or modify
> >>
> >> If Bartlomiej has no objections, we could just update the statements for rt2800lib.c/rt2800lib.h
> >> to something similar as rt2800.h:
> >>
> >> /*
> >> Copyright (C) 2009 Bartlomiej Zolnierkiewicz
> >> Copyright (C) 2009 Ivo van Doorn <[email protected]>
> >> Copyright (C) 2009 Alban Browaeys <[email protected]>
> >> Copyright (C) 2009 Felix Fietkau <[email protected]>
> >> Copyright (C) 2009 Luis Correia <[email protected]>
> >> Copyright (C) 2009 Mattias Nissler <[email protected]>
> >> Copyright (C) 2009 Mark Asselstine <[email protected]>
> >> Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
> >>
> >> This program is free software; you can redistribute it and/or modify
> >> ....
> >>
> >> because not sure if we need the seperate "based on" comment.. But I'll let Bartlomiej
> >> decide on this one.
> >
> > I think that the original version is correct and also documents new
> > development direction well.
> >
>
> To be honest I believe Ivo is right here. The current "based on" way of documenting copyright does seem to suggest that this list of people does not
No, it does not:
Copyright (C) 2009 Bartlomiej Zolnierkiewicz
Based on the original rt2800pci.c and rt2800usb.c:
Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
<http://rt2x00.serialmonkey.com>
and it is wasn't my idea to use rt2x00 project for copyrights in
the original code.
I did not do anything shady here -- this is the standard practice used
in such situations (i.e. libata and I'm pretty sure changes were passed
through Red Hat's lawyers).
> have any copyright claims to the code in rt2800lib.c. This is not true, as the code is pure copies from their code that was previously in rt2800usb and
The code is not "pure copies" from their code and they didn't have personal
claims on the original code in the first place.
You are trying to reverse the history now, just keep adding new claims as
new patches from people flow in. I fail to see the real problem with it.
--
Bartlomiej Zolnierkiewicz
On 11/08/09 15:48, Bartlomiej Zolnierkiewicz wrote:
> On Sunday 08 November 2009 15:25:58 Ivo van Doorn wrote:
>
>>> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
>>> index 5c7d74a..3207b83 100644
>>> --- a/drivers/net/wireless/rt2x00/rt2800lib.c
>>> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
>>> @@ -3,7 +3,13 @@
>>>
>>> Based on the original rt2800pci.c and rt2800usb.c:
>>>
>>> - Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
>>> + Copyright (C) 2009 Ivo van Doorn <[email protected]>
>>> + Copyright (C) 2009 Alban Browaeys <[email protected]>
>>> + Copyright (C) 2009 Felix Fietkau <[email protected]>
>>> + Copyright (C) 2009 Luis Correia <[email protected]>
>>> + Copyright (C) 2009 Mattias Nissler <[email protected]>
>>> + Copyright (C) 2009 Mark Asselstine <[email protected]>
>>> + Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
>>> <http://rt2x00.serialmonkey.com>
>>>
>>> This program is free software; you can redistribute it and/or modify
>>
>> If Bartlomiej has no objections, we could just update the statements for rt2800lib.c/rt2800lib.h
>> to something similar as rt2800.h:
>>
>> /*
>> Copyright (C) 2009 Bartlomiej Zolnierkiewicz
>> Copyright (C) 2009 Ivo van Doorn <[email protected]>
>> Copyright (C) 2009 Alban Browaeys <[email protected]>
>> Copyright (C) 2009 Felix Fietkau <[email protected]>
>> Copyright (C) 2009 Luis Correia <[email protected]>
>> Copyright (C) 2009 Mattias Nissler <[email protected]>
>> Copyright (C) 2009 Mark Asselstine <[email protected]>
>> Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
>>
>> This program is free software; you can redistribute it and/or modify
>> ....
>>
>> because not sure if we need the seperate "based on" comment.. But I'll let Bartlomiej
>> decide on this one.
>
> I think that the original version is correct and also documents new
> development direction well.
>
To be honest I believe Ivo is right here. The current "based on" way of documenting copyright does seem to suggest that this list of people does not
have any copyright claims to the code in rt2800lib.c. This is not true, as the code is pure copies from their code that was previously in rt2800usb and
rt2800pci. Therefore I believe it is better to have one list of copyright statements.
Obviously we need to preserve the statement that rt2800lib is based on rt2800pci and rt2800usb.
Something like:
/*
Copyright (C) 2009 Bartlomiej Zolnierkiewicz <[email protected]>
Copyright (C) 2009 Ivo van Doorn <[email protected]>
Copyright (C) 2009 Alban Browaeys <[email protected]>
Copyright (C) 2009 Felix Fietkau <[email protected]>
Copyright (C) 2009 Luis Correia <[email protected]>
Copyright (C) 2009 Mattias Nissler <[email protected]>
Copyright (C) 2009 Mark Asselstine <[email protected]>
Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
<http://rt2x00.serialmonkey.com>
Based on the original rt2800pci.c and rt2800usb.c.
This program is free software; you can redistribute it and/or modify
....
---
Gertjan.
On Sunday 08 November 2009, Gertjan van Wingerde wrote:
> As mentioned on the linux-wireless mailing list, the current copyright statements in the rt2x00 are
> meaningless, as the rt2x00 project is not even a formal legal entity. Therefore it is better to replace
> the existing copyright statements with copyright statements for the people that actually wrote the code.
>
> Note: Updated to the best of my knowledge with respect to who contributed considerable amounts of code.
...
> diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig
> index b0f4a2f..5322852 100644
> --- a/drivers/net/wireless/rt2x00/Kconfig
> +++ b/drivers/net/wireless/rt2x00/Kconfig
> @@ -65,7 +65,7 @@ config RT2800PCI_SOC
>
> config RT2800PCI
> tristate "Ralink rt2800 (PCI/PCMCIA) support (BROKEN)"
> - depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL && BROKEN
> + depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL
> select RT2800_LIB
> select RT2X00_LIB_PCI if RT2800PCI_PCI
> select RT2X00_LIB_SOC if RT2800PCI_SOC
You can omit this part of your patch. ;)
> This program is free software; you can redistribute it and/or modify
> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
> index 5c7d74a..3207b83 100644
> --- a/drivers/net/wireless/rt2x00/rt2800lib.c
> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
> @@ -3,7 +3,13 @@
>
> Based on the original rt2800pci.c and rt2800usb.c:
>
> - Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
> + Copyright (C) 2009 Ivo van Doorn <[email protected]>
> + Copyright (C) 2009 Alban Browaeys <[email protected]>
> + Copyright (C) 2009 Felix Fietkau <[email protected]>
> + Copyright (C) 2009 Luis Correia <[email protected]>
> + Copyright (C) 2009 Mattias Nissler <[email protected]>
> + Copyright (C) 2009 Mark Asselstine <[email protected]>
> + Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
> <http://rt2x00.serialmonkey.com>
>
> This program is free software; you can redistribute it and/or modify
If Bartlomiej has no objections, we could just update the statements for rt2800lib.c/rt2800lib.h
to something similar as rt2800.h:
/*
Copyright (C) 2009 Bartlomiej Zolnierkiewicz
Copyright (C) 2009 Ivo van Doorn <[email protected]>
Copyright (C) 2009 Alban Browaeys <[email protected]>
Copyright (C) 2009 Felix Fietkau <[email protected]>
Copyright (C) 2009 Luis Correia <[email protected]>
Copyright (C) 2009 Mattias Nissler <[email protected]>
Copyright (C) 2009 Mark Asselstine <[email protected]>
Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
This program is free software; you can redistribute it and/or modify
....
because not sure if we need the seperate "based on" comment.. But I'll let Bartlomiej
decide on this one.
For the the remaining part:
Acked-by: Ivo van Doorn <[email protected]>
Ivo
On Sunday 08 November 2009 15:25:58 Ivo van Doorn wrote:
> > diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
> > index 5c7d74a..3207b83 100644
> > --- a/drivers/net/wireless/rt2x00/rt2800lib.c
> > +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
> > @@ -3,7 +3,13 @@
> >
> > Based on the original rt2800pci.c and rt2800usb.c:
> >
> > - Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
> > + Copyright (C) 2009 Ivo van Doorn <[email protected]>
> > + Copyright (C) 2009 Alban Browaeys <[email protected]>
> > + Copyright (C) 2009 Felix Fietkau <[email protected]>
> > + Copyright (C) 2009 Luis Correia <[email protected]>
> > + Copyright (C) 2009 Mattias Nissler <[email protected]>
> > + Copyright (C) 2009 Mark Asselstine <[email protected]>
> > + Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
> > <http://rt2x00.serialmonkey.com>
> >
> > This program is free software; you can redistribute it and/or modify
>
> If Bartlomiej has no objections, we could just update the statements for rt2800lib.c/rt2800lib.h
> to something similar as rt2800.h:
>
> /*
> Copyright (C) 2009 Bartlomiej Zolnierkiewicz
> Copyright (C) 2009 Ivo van Doorn <[email protected]>
> Copyright (C) 2009 Alban Browaeys <[email protected]>
> Copyright (C) 2009 Felix Fietkau <[email protected]>
> Copyright (C) 2009 Luis Correia <[email protected]>
> Copyright (C) 2009 Mattias Nissler <[email protected]>
> Copyright (C) 2009 Mark Asselstine <[email protected]>
> Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
>
> This program is free software; you can redistribute it and/or modify
> ....
>
> because not sure if we need the seperate "based on" comment.. But I'll let Bartlomiej
> decide on this one.
I think that the original version is correct and also documents new
development direction well.
--
Bartlomiej Zolnierkiewicz
On 11/08/09 15:25, Ivo van Doorn wrote:
> On Sunday 08 November 2009, Gertjan van Wingerde wrote:
>> As mentioned on the linux-wireless mailing list, the current copyright statements in the rt2x00 are
>> meaningless, as the rt2x00 project is not even a formal legal entity. Therefore it is better to replace
>> the existing copyright statements with copyright statements for the people that actually wrote the code.
>>
>> Note: Updated to the best of my knowledge with respect to who contributed considerable amounts of code.
>
> ...
>
>> diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig
>> index b0f4a2f..5322852 100644
>> --- a/drivers/net/wireless/rt2x00/Kconfig
>> +++ b/drivers/net/wireless/rt2x00/Kconfig
>> @@ -65,7 +65,7 @@ config RT2800PCI_SOC
>>
>> config RT2800PCI
>> tristate "Ralink rt2800 (PCI/PCMCIA) support (BROKEN)"
>> - depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL && BROKEN
>> + depends on (RT2800PCI_PCI || RT2800PCI_SOC) && EXPERIMENTAL
>> select RT2800_LIB
>> select RT2X00_LIB_PCI if RT2800PCI_PCI
>> select RT2X00_LIB_SOC if RT2800PCI_SOC
>
> You can omit this part of your patch. ;)
Ouch. I really messed this one up :-(
>
>> This program is free software; you can redistribute it and/or modify
>> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
>> index 5c7d74a..3207b83 100644
>> --- a/drivers/net/wireless/rt2x00/rt2800lib.c
>> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
>> @@ -3,7 +3,13 @@
>>
>> Based on the original rt2800pci.c and rt2800usb.c:
>>
>> - Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
>> + Copyright (C) 2009 Ivo van Doorn <[email protected]>
>> + Copyright (C) 2009 Alban Browaeys <[email protected]>
>> + Copyright (C) 2009 Felix Fietkau <[email protected]>
>> + Copyright (C) 2009 Luis Correia <[email protected]>
>> + Copyright (C) 2009 Mattias Nissler <[email protected]>
>> + Copyright (C) 2009 Mark Asselstine <[email protected]>
>> + Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
>> <http://rt2x00.serialmonkey.com>
>>
>> This program is free software; you can redistribute it and/or modify
>
> If Bartlomiej has no objections, we could just update the statements for rt2800lib.c/rt2800lib.h
> to something similar as rt2800.h:
>
> /*
> Copyright (C) 2009 Bartlomiej Zolnierkiewicz
> Copyright (C) 2009 Ivo van Doorn <[email protected]>
> Copyright (C) 2009 Alban Browaeys <[email protected]>
> Copyright (C) 2009 Felix Fietkau <[email protected]>
> Copyright (C) 2009 Luis Correia <[email protected]>
> Copyright (C) 2009 Mattias Nissler <[email protected]>
> Copyright (C) 2009 Mark Asselstine <[email protected]>
> Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
>
> This program is free software; you can redistribute it and/or modify
> ....
>
> because not sure if we need the seperate "based on" comment.. But I'll let Bartlomiej
> decide on this one.
>
> For the the remaining part:
>
> Acked-by: Ivo van Doorn <[email protected]>
>
OK. I'll do the change in rt2800lib as well and resubmit.
---
Gertjan.
On Sun, Nov 8, 2009 at 14:54, Ivo van Doorn <[email protected]> wrote:
> On Sunday 08 November 2009, Bartlomiej Zolnierkiewicz wrote:
>> On Sunday 08 November 2009 15:25:58 Ivo van Doorn wrote:
>>
>> > > diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
>> > > index 5c7d74a..3207b83 100644
>> > > --- a/drivers/net/wireless/rt2x00/rt2800lib.c
>> > > +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
>> > > @@ -3,7 +3,13 @@
>> > >
>> > > ? Based on the original rt2800pci.c and rt2800usb.c:
>> > >
>> > > - ? Copyright (C) 2004 - 2009 rt2x00 SourceForge Project
>> > > + ? Copyright (C) 2009 Ivo van Doorn <[email protected]>
>> > > + ? Copyright (C) 2009 Alban Browaeys <[email protected]>
>> > > + ? Copyright (C) 2009 Felix Fietkau <[email protected]>
>> > > + ? Copyright (C) 2009 Luis Correia <[email protected]>
>> > > + ? Copyright (C) 2009 Mattias Nissler <[email protected]>
>> > > + ? Copyright (C) 2009 Mark Asselstine <[email protected]>
>> > > + ? Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
>> > > ? ? <http://rt2x00.serialmonkey.com>
>> > >
>> > > ? This program is free software; you can redistribute it and/or modify
>> >
>> > If Bartlomiej has no objections, we could just update the statements for rt2800lib.c/rt2800lib.h
>> > to something similar as rt2800.h:
>> >
>> > /*
>> > ? ? Copyright (C) 2009 Bartlomiej Zolnierkiewicz
>> > ? ? Copyright (C) 2009 Ivo van Doorn <[email protected]>
>> > ? ? Copyright (C) 2009 Alban Browaeys <[email protected]>
>> > ? ? Copyright (C) 2009 Felix Fietkau <[email protected]>
>> > ? ? Copyright (C) 2009 Luis Correia <[email protected]>
>> > ? ? Copyright (C) 2009 Mattias Nissler <[email protected]>
>> > ? ? Copyright (C) 2009 Mark Asselstine <[email protected]>
>> > ? ? Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
>> >
>> > ? ? This program is free software; you can redistribute it and/or modify
>> > ....
>> >
>> > because not sure if we need the seperate "based on" comment.. But I'll let Bartlomiej
>> > decide on this one.
>>
>> I think that the original version is correct and also documents new
>> development direction well.
>
> Ok, then the individual developers can move their copyright notice to above the
> "based on" statements when new patches from them arrive.
>
> Ivo
>
> _______________________________________________
> users mailing list
> [email protected]
> http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
>
For all files where I'm referred:
Acked-by: Luis Correia <[email protected]>