diff options
author | Rob Gardner <rob.gardner@oracle.com> | 2018-04-20 12:48:25 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-30 16:06:01 -0400 |
commit | d3c68d0b4183ddfa05577348a231dd117e6563df (patch) | |
tree | d794d5fbb317c3546c9ac8331f1b8fb0d9a056cf /arch | |
parent | 17dec0a949153d9ac00760ba2f5b78cb583e995f (diff) | |
download | linux-d3c68d0b4183ddfa05577348a231dd117e6563df.tar.gz linux-d3c68d0b4183ddfa05577348a231dd117e6563df.tar.bz2 linux-d3c68d0b4183ddfa05577348a231dd117e6563df.zip |
sparc64: Fix mistake in oradax license text
The license text in both oradax files mistakenly specifies "version 3" of
the GNU General Public License. This is corrected to specify "version 2".
Signed-off-by: Rob Gardner <rob.gardner@oracle.com>
Signed-off-by: Jonathan Helman <jonathan.helman@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc/include/uapi/asm/oradax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/uapi/asm/oradax.h b/arch/sparc/include/uapi/asm/oradax.h index 722951908b0a..4f6676fe4bcc 100644 --- a/arch/sparc/include/uapi/asm/oradax.h +++ b/arch/sparc/include/uapi/asm/oradax.h @@ -3,7 +3,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or + * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, |