commit 5b5f062184fbdbe7754114bbcab537d252e4234b
parent b5a511dacf26655f9eee051ea7bd5fd6709087cf
Author: sin <sin@2f30.org>
Date: Mon, 7 Oct 2013 17:03:26 +0100
Add license file details at top of files
Diffstat:
14 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -13,6 +13,7 @@ MIT/X Consortium License
© 2012 David Galos <galosd83@students.rowan.edu>
© 2012 Robert Ransom <rransom.8774@gmail.com>
© 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
copy of this software and associated documentation files (the "Software"),
diff --git a/chgrp.c b/chgrp.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/chroot.c b/chroot.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdlib.h>
#include <unistd.h>
#include "util.h"
diff --git a/crypt.h b/crypt.h
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
struct crypt_ops {
void (*init)(void *);
void (*update)(void *, const void *, unsigned long);
diff --git a/env.c b/env.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/mknod.c b/mknod.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/printenv.c b/printenv.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/rmdir.c b/rmdir.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/setsid.c b/setsid.c
@@ -1,5 +1,4 @@
-/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
- * See LICENSE file for license details. */
+/* See LICENSE file for copyright and license details. */
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
diff --git a/split.c b/split.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
diff --git a/sync.c b/sync.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/unlink.c b/unlink.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <unistd.h>
#include <stdlib.h>
#include "util.h"
diff --git a/util/crypt.c b/util/crypt.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
diff --git a/who.c b/who.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>