diff options
author | Paul Mackerras <paulus@samba.org> | 2012-03-04 07:54:54 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-04 20:41:38 -0500 |
commit | 784db3f06228da81627d23052a6d2ecc38db001a (patch) | |
tree | 3c6f5e0eb0edec861696bdba954b1a45164d43d6 /drivers/net/ppp | |
parent | 2fae5e3670a666039e6f2fd63e1a5d320c71b913 (diff) |
ppp: Change copyright notices from ANU to me
This changes the copyright notices on the PPP code that I developed
in the late 1990s from being copyright The Australian National
University to copyright Paul Mackerras. I can do this as I have an
acknowledgement in writing from the Head of the Computer Science
Department at ANU (where I worked then) that ANU does not claim any
intellectual property in this code.
While I'm at it, change the copyright notice from BSD-style to
GNU GPL like the rest of the kernel.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ppp')
-rw-r--r-- | drivers/net/ppp/ppp_deflate.c | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/drivers/net/ppp/ppp_deflate.c b/drivers/net/ppp/ppp_deflate.c index 1dbdf82a6dfd..602c625d95d5 100644 --- a/drivers/net/ppp/ppp_deflate.c +++ b/drivers/net/ppp/ppp_deflate.c | |||
@@ -1,34 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | * ==FILEVERSION 980319== | ||
3 | * | ||
4 | * ppp_deflate.c - interface the zlib procedures for Deflate compression | 2 | * ppp_deflate.c - interface the zlib procedures for Deflate compression |
5 | * and decompression (as used by gzip) to the PPP code. | 3 | * and decompression (as used by gzip) to the PPP code. |
6 | * This version is for use with Linux kernel 1.3.X. | ||
7 | * | ||
8 | * Copyright (c) 1994 The Australian National University. | ||
9 | * All rights reserved. | ||
10 | * | ||
11 | * Permission to use, copy, modify, and distribute this software and its | ||
12 | * documentation is hereby granted, provided that the above copyright | ||
13 | * notice appears in all copies. This software is provided without any | ||
14 | * warranty, express or implied. The Australian National University | ||
15 | * makes no representations about the suitability of this software for | ||
16 | * any purpose. | ||
17 | * | ||
18 | * IN NO EVENT SHALL THE AUSTRALIAN NATIONAL UNIVERSITY BE LIABLE TO ANY | ||
19 | * PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES | ||
20 | * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF | ||
21 | * THE AUSTRALIAN NATIONAL UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY | ||
22 | * OF SUCH DAMAGE. | ||
23 | * | 4 | * |
24 | * THE AUSTRALIAN NATIONAL UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES, | 5 | * Copyright 1994-1998 Paul Mackerras. |
25 | * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | ||
26 | * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS | ||
27 | * ON AN "AS IS" BASIS, AND THE AUSTRALIAN NATIONAL UNIVERSITY HAS NO | ||
28 | * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, | ||
29 | * OR MODIFICATIONS. | ||
30 | * | 6 | * |
31 | * From: deflate.c,v 1.1 1996/01/18 03:17:48 paulus Exp | 7 | * This program is free software; you can redistribute it and/or |
8 | * modify it under the terms of the GNU General Public License | ||
9 | * version 2 as published by the Free Software Foundation. | ||
32 | */ | 10 | */ |
33 | 11 | ||
34 | #include <linux/module.h> | 12 | #include <linux/module.h> |