diff options
author | 2008-05-08 09:52:36 +0000 | |
---|---|---|
committer | 2008-05-08 09:52:36 +0000 | |
commit | 384d604d44a73edfdfd0d42b871ff63f499a43cc (patch) | |
tree | b7f0e69ccbe1945eb5c110c9aad654232c2fb8d3 | |
parent | KNF (diff) | |
download | wireguard-openbsd-384d604d44a73edfdfd0d42b871ff63f499a43cc.tar.xz wireguard-openbsd-384d604d44a73edfdfd0d42b871ff63f499a43cc.zip |
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> |