aboutsummaryrefslogtreecommitdiffstats
path: root/bad
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-01-24 12:04:12 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-01-24 12:04:12 -0800
commit5c6cad6dac229ea0c07f924c7d5826ec10a3b303 (patch)
treefa2a41730c73ef477b64ef25ffe176c938a72c41 /bad
parentc2f216c93df8417edecef001bfb3bfb2ef1709a3 (diff)
downloadpatches-5c6cad6dac229ea0c07f924c7d5826ec10a3b303.tar.gz
new patch
Diffstat (limited to 'bad')
-rw-r--r--bad/dynamic_char_majors.patch17
-rw-r--r--bad/m68k_license_clairification.patch535
2 files changed, 552 insertions, 0 deletions
diff --git a/bad/dynamic_char_majors.patch b/bad/dynamic_char_majors.patch
new file mode 100644
index 0000000000000..1adffb75028e2
--- /dev/null
+++ b/bad/dynamic_char_majors.patch
@@ -0,0 +1,17 @@
+---
+ fs/char_dev.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+--- gregkh-2.6.orig/fs/char_dev.c
++++ gregkh-2.6/fs/char_dev.c
+@@ -152,6 +152,10 @@ __register_chrdev_region(unsigned int ma
+
+ down(&chrdevs_lock);
+
++ /* dynamic majors for everyone! */
++// if ((major != 5) && (major != 1))
++ major = 0;
++
+ /* temporary */
+ if (major == 0) {
+ for (i = ARRAY_SIZE(chrdevs)-1; i > 0; i--) {
diff --git a/bad/m68k_license_clairification.patch b/bad/m68k_license_clairification.patch
new file mode 100644
index 0000000000000..630f98bb1acf7
--- /dev/null
+++ b/bad/m68k_license_clairification.patch
@@ -0,0 +1,535 @@
+ arch/m68k/fpsp040/bindec.S | 3 +++
+ arch/m68k/fpsp040/binstr.S | 3 +++
+ arch/m68k/fpsp040/bugfix.S | 3 +++
+ arch/m68k/fpsp040/decbin.S | 3 +++
+ arch/m68k/fpsp040/do_func.S | 3 +++
+ arch/m68k/fpsp040/gen_except.S | 3 +++
+ arch/m68k/fpsp040/get_op.S | 3 +++
+ arch/m68k/fpsp040/kernel_ex.S | 3 +++
+ arch/m68k/fpsp040/res_func.S | 3 +++
+ arch/m68k/fpsp040/round.S | 3 +++
+ arch/m68k/fpsp040/sacos.S | 3 +++
+ arch/m68k/fpsp040/sasin.S | 3 +++
+ arch/m68k/fpsp040/satan.S | 3 +++
+ arch/m68k/fpsp040/satanh.S | 3 +++
+ arch/m68k/fpsp040/scale.S | 3 +++
+ arch/m68k/fpsp040/scosh.S | 3 +++
+ arch/m68k/fpsp040/setox.S | 3 +++
+ arch/m68k/fpsp040/sgetem.S | 3 +++
+ arch/m68k/fpsp040/sint.S | 3 +++
+ arch/m68k/fpsp040/skeleton.S | 3 +++
+ arch/m68k/fpsp040/slog2.S | 3 +++
+ arch/m68k/fpsp040/slogn.S | 3 +++
+ arch/m68k/fpsp040/smovecr.S | 3 +++
+ arch/m68k/fpsp040/srem_mod.S | 3 +++
+ arch/m68k/fpsp040/ssin.S | 3 +++
+ arch/m68k/fpsp040/ssinh.S | 3 +++
+ arch/m68k/fpsp040/stan.S | 3 +++
+ arch/m68k/fpsp040/stanh.S | 3 +++
+ arch/m68k/fpsp040/sto_res.S | 3 +++
+ arch/m68k/fpsp040/stwotox.S | 3 +++
+ arch/m68k/fpsp040/tbldo.S | 3 +++
+ arch/m68k/fpsp040/util.S | 3 +++
+ arch/m68k/fpsp040/x_bsun.S | 3 +++
+ arch/m68k/fpsp040/x_fline.S | 3 +++
+ arch/m68k/fpsp040/x_operr.S | 3 +++
+ arch/m68k/fpsp040/x_ovfl.S | 3 +++
+ arch/m68k/fpsp040/x_snan.S | 3 +++
+ arch/m68k/fpsp040/x_store.S | 3 +++
+ arch/m68k/fpsp040/x_unfl.S | 3 +++
+ arch/m68k/fpsp040/x_unimp.S | 3 +++
+ arch/m68k/fpsp040/x_unsupp.S | 3 +++
+ 41 files changed, 123 insertions(+)
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/bindec.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/bindec.S 2006-01-19 13:59:58.000000000 -0800
+@@ -134,6 +134,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |BINDEC idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/binstr.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/binstr.S 2006-01-19 13:59:47.000000000 -0800
+@@ -63,6 +63,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |BINSTR idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/bugfix.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/bugfix.S 2006-01-19 13:59:55.000000000 -0800
+@@ -155,6 +155,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |BUGFIX idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/decbin.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/decbin.S 2006-01-19 14:00:06.000000000 -0800
+@@ -72,6 +72,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |DECBIN idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/do_func.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/do_func.S 2006-01-19 14:00:11.000000000 -0800
+@@ -25,6 +25,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ DO_FUNC: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/gen_except.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/gen_except.S 2006-01-19 14:00:17.000000000 -0800
+@@ -32,6 +32,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ GEN_EXCEPT: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/get_op.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/get_op.S 2006-01-19 14:00:21.000000000 -0800
+@@ -57,6 +57,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ GET_OP: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/kernel_ex.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/kernel_ex.S 2006-01-19 14:00:25.000000000 -0800
+@@ -15,6 +15,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ KERNEL_EX: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/res_func.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/res_func.S 2006-01-19 14:00:29.000000000 -0800
+@@ -19,6 +19,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ RES_FUNC: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/round.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/round.S 2006-01-19 14:00:34.000000000 -0800
+@@ -11,6 +11,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |ROUND idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/sacos.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/sacos.S 2006-01-19 14:00:38.000000000 -0800
+@@ -41,6 +41,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |SACOS idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/sasin.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/sasin.S 2006-01-19 14:00:43.000000000 -0800
+@@ -41,6 +41,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |SASIN idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/satan.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/satan.S 2006-01-19 14:00:48.000000000 -0800
+@@ -46,6 +46,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |satan idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/satanh.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/satanh.S 2006-01-19 14:00:52.000000000 -0800
+@@ -48,6 +48,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |satanh idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/scale.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/scale.S 2006-01-19 14:00:56.000000000 -0800
+@@ -24,6 +24,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |SCALE idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/scosh.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/scosh.S 2006-01-19 14:01:01.000000000 -0800
+@@ -52,6 +52,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |SCOSH idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/setox.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/setox.S 2006-01-19 14:01:05.000000000 -0800
+@@ -334,6 +334,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |setox idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/sgetem.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/sgetem.S 2006-01-19 14:01:09.000000000 -0800
+@@ -27,6 +27,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |SGETEM idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/sint.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/sint.S 2006-01-19 14:01:13.000000000 -0800
+@@ -54,6 +54,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |SINT idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/skeleton.S 2006-01-17 08:25:48.000000000 -0800
++++ gregkh-2.6/arch/m68k/fpsp040/skeleton.S 2006-01-19 14:01:17.000000000 -0800
+@@ -33,6 +33,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |
+ | Modified for Linux-1.3.x by Jes Sorensen (jds@kom.auc.dk)
+--- gregkh-2.6.orig/arch/m68k/fpsp040/slog2.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/slog2.S 2006-01-19 14:01:21.000000000 -0800
+@@ -99,6 +99,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |SLOG2 idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/slogn.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/slogn.S 2006-01-19 14:01:24.000000000 -0800
+@@ -66,6 +66,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |slogn idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/smovecr.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/smovecr.S 2006-01-19 14:01:28.000000000 -0800
+@@ -18,6 +18,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |SMOVECR idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/srem_mod.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/srem_mod.S 2006-01-19 14:01:32.000000000 -0800
+@@ -69,6 +69,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ SREM_MOD: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/ssin.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/ssin.S 2006-01-19 14:01:35.000000000 -0800
+@@ -86,6 +86,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |SSIN idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/ssinh.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/ssinh.S 2006-01-19 14:01:40.000000000 -0800
+@@ -52,6 +52,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |SSINH idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/stan.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/stan.S 2006-01-19 14:01:44.000000000 -0800
+@@ -53,6 +53,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |STAN idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/stanh.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/stanh.S 2006-01-19 14:01:49.000000000 -0800
+@@ -52,6 +52,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |STANH idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/sto_res.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/sto_res.S 2006-01-19 14:01:53.000000000 -0800
+@@ -22,6 +22,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ STO_RES: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/stwotox.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/stwotox.S 2006-01-19 14:01:57.000000000 -0800
+@@ -79,6 +79,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |STWOTOX idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/tbldo.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/tbldo.S 2006-01-19 14:02:00.000000000 -0800
+@@ -20,6 +20,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |TBLDO idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/util.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/util.S 2006-01-19 14:02:04.000000000 -0800
+@@ -19,6 +19,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ |UTIL idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/x_bsun.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/x_bsun.S 2006-01-19 14:02:07.000000000 -0800
+@@ -16,6 +16,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ X_BSUN: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/x_fline.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/x_fline.S 2006-01-19 14:02:11.000000000 -0800
+@@ -16,6 +16,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ X_FLINE: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/x_operr.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/x_operr.S 2006-01-19 14:02:15.000000000 -0800
+@@ -46,6 +46,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ X_OPERR: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/x_ovfl.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/x_ovfl.S 2006-01-19 14:02:20.000000000 -0800
+@@ -38,6 +38,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ X_OVFL: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/x_snan.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/x_snan.S 2006-01-19 14:02:23.000000000 -0800
+@@ -25,6 +25,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ X_SNAN: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/x_store.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/x_store.S 2006-01-19 14:02:27.000000000 -0800
+@@ -14,6 +14,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ X_STORE: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/x_unfl.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/x_unfl.S 2006-01-19 14:02:30.000000000 -0800
+@@ -24,6 +24,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ X_UNFL: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/x_unimp.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/x_unimp.S 2006-01-19 14:02:33.000000000 -0800
+@@ -25,6 +25,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ X_UNIMP: |idnt 2,1 | Motorola 040 Floating Point Software Package
+
+--- gregkh-2.6.orig/arch/m68k/fpsp040/x_unsupp.S 2005-10-27 17:02:08.000000000 -0700
++++ gregkh-2.6/arch/m68k/fpsp040/x_unsupp.S 2006-01-19 14:02:38.000000000 -0800
+@@ -26,6 +26,9 @@
+ | THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA
+ | The copyright notice above does not evidence any
+ | actual or intended publication of such source code.
++|
++| For details on the license for this file, please see the
++| file, README, in this same directory.
+
+ X_UNSUPP: |idnt 2,1 | Motorola 040 Floating Point Software Package
+