Add license file details at top of files
This commit is contained in:
parent
b5a511dacf
commit
5b5f062184
1
LICENSE
1
LICENSE
|
@ -13,6 +13,7 @@ MIT/X Consortium License
|
||||||
© 2012 David Galos <galosd83@students.rowan.edu>
|
© 2012 David Galos <galosd83@students.rowan.edu>
|
||||||
© 2012 Robert Ransom <rransom.8774@gmail.com>
|
© 2012 Robert Ransom <rransom.8774@gmail.com>
|
||||||
© 2013 Jakob Kramer <jakob.kramer@gmx.de>
|
© 2013 Jakob Kramer <jakob.kramer@gmx.de>
|
||||||
|
© 2013 Anselm R Garbe <anselm@garbe.us>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the "Software"),
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
|
1
chgrp.c
1
chgrp.c
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
1
chroot.c
1
chroot.c
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
1
crypt.h
1
crypt.h
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
struct crypt_ops {
|
struct crypt_ops {
|
||||||
void (*init)(void *);
|
void (*init)(void *);
|
||||||
void (*update)(void *, const void *, unsigned long);
|
void (*update)(void *, const void *, unsigned long);
|
||||||
|
|
1
env.c
1
env.c
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
1
mknod.c
1
mknod.c
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
1
rmdir.c
1
rmdir.c
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
3
setsid.c
3
setsid.c
|
@ -1,5 +1,4 @@
|
||||||
/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
|
/* See LICENSE file for copyright and license details. */
|
||||||
* See LICENSE file for license details. */
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
1
split.c
1
split.c
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
1
sync.c
1
sync.c
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
1
unlink.c
1
unlink.c
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* See LICENSE file for copyright and license details. */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user