X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/90127c9fa5a16fcef5e5238c2c7ff6db9f94ce57..46e9ea25f5b6687cc65506d5d32bd85b3ca10fc6:/usr/src/usr.bin/window/startup.c diff --git a/usr/src/usr.bin/window/startup.c b/usr/src/usr.bin/window/startup.c index 9530c41eae..9dc14f01c3 100644 --- a/usr/src/usr.bin/window/startup.c +++ b/usr/src/usr.bin/window/startup.c @@ -1,13 +1,19 @@ -#ifndef lint -static char sccsid[] = "@(#)startup.c 3.19 %G%"; -#endif - /* - * Copyright (c) 1983 Regents of the University of California, - * All rights reserved. Redistribution permitted subject to - * the terms of the Berkeley Software License Agreement. + * Copyright (c) 1983 Regents of the University of California. + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted + * provided that this notice is preserved and that due credit is given + * to the University of California at Berkeley. The name of the University + * may not be used to endorse or promote products derived from this + * software without specific prior written permission. This software + * is provided ``as is'' without express or implied warranty. */ +#ifndef lint +static char sccsid[] = "@(#)startup.c 3.20 (Berkeley) %G%"; +#endif /* not lint */ + #include "defs.h" #include "value.h" #include "var.h"