diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2008-05-08 09:52:37 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2008-05-08 09:52:37 +0000 |
commit | 60f1ece012a41c620bb8ccc34d82c5376f88ab41 (patch) | |
tree | 55e06d2b7577bae4bce3e5b51c962646ac0b809b | |
parent | f5c39f1cbbd59c6f590f8cdabcb747e5421e7493 (diff) |
Add license and OpenBSD RCS Tag to the file, spotted by Dries Schellekens.
-rw-r--r-- | sys/net/if_mpe.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/net/if_mpe.c b/sys/net/if_mpe.c index 7a6c225a0f5..524a94fbaee 100644 --- a/sys/net/if_mpe.c +++ b/sys/net/if_mpe.c @@ -1,3 +1,20 @@ +/* $OpenBSD: if_mpe.c,v 1.9 2008/05/08 09:52:36 pyr Exp $ */ + +/* + * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@spootnik.org> + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ #include "mpe.h" #include <sys/param.h> |