diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2014-06-30 10:57:08 +0100 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2014-06-30 10:57:08 +0100 |
| commit | 3cd4f1d15146c08f05206d6328ecbc1c7fdc8dfa (patch) | |
| tree | a546acadca10b43d6b5eafc6d85f4aed361e9988 /libkern/fcallfmt.c | |
| parent | ee030d07b2cf167be70f1dc36f56bdf3012860ae (diff) | |
update to match lib9
Diffstat (limited to 'libkern/fcallfmt.c')
| -rw-r--r-- | libkern/fcallfmt.c | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/libkern/fcallfmt.c b/libkern/fcallfmt.c index e8659b2e..e35872ef 100644 --- a/libkern/fcallfmt.c +++ b/libkern/fcallfmt.c @@ -1,12 +1,18 @@ /* - * Copyright © 2001, 2002 Lucent Technologies Inc. All rights reserved. - * Use, distribution etc are subject to the terms of the - * Lucent Technologies Inc. Plan 9 Open Source Licence Agreement - * available at http://plan9.bell-labs.com/plan9dist/license.html + * Copyright (c) 2002 by Lucent Technologies. + * Permission to use, copy, modify, and distribute this software for any + * purpose without fee is hereby granted, provided that this entire notice + * is included in all copies of any software which is or includes a copy + * or modification of this software and in all copies of the supporting + * documentation for such software. + * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED + * WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY + * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY + * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. */ #include <lib9.h> -#include <fcall.h> +#include "fcall.h" static uint dumpsome(char*, char*, char*, long); static void fdirconv(char*, char*, Dir*); |
