Add copyright
[unix-history] / usr / src / lib / libc / gen / setegid.c
index 26950a8..711e7cc 100644 (file)
@@ -1,4 +1,12 @@
-/*     setegid.c       4.1     83/06/30        */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)setegid.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 setegid(egid)
        int egid;
 
 setegid(egid)
        int egid;