[hackers] [dwm][PATCH] License information displayed in a consistent manner in all files.

From: Christopher Drelich <cd_AT_cdrakka.com>
Date: Wed, 2 May 2018 18:18:25 -0400

License information is displayed in a consistent fashion at the
beginning of each file.

---
diff --git a/Makefile b/Makefile
index 1ea40b7..9d220c5 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -1,6 +1,7 @@
-# dwm - dynamic window manager
 # See LICENSE file for copyright and license details.
+# dwm - dynamic window manager
+
 include config.mk
 SRC = drw.c dwm.c util.c
diff --git a/config.mk b/config.mk
index 80dc936..f285241 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -1,3 +1,5 @@
+# See LICENSE file for copyright and license details.
+
 # dwm version
 VERSION = 6.1
diff --git a/drw.c b/drw.c
index c638323..cfed32b 100644
--- a/drw.c
+++ b/drw.c
_AT_@ -1,4 +1,5 @@
 /* See LICENSE file for copyright and license details. */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/dwm.c b/dwm.c
index b72a76e..eb82776 100644
--- a/dwm.c
+++ b/dwm.c
_AT_@ -1,6 +1,6 @@
-/* See LICENSE file for copyright and license details.
- *
- * dynamic window manager is designed like any other X client as well. It is
+/* See LICENSE file for copyright and license details. */
+
+/* dynamic window manager is designed like any other X client as well. It is
  * driven through handling X events. In contrast to other X clients, a window
  * manager selects for SubstructureRedirectMask on the root window, to receive
  * events about window (dis-)appearance. Only one X connection at a time is
diff --git a/transient.c b/transient.c
index 040adb5..b1881a8 100644
--- a/transient.c
+++ b/transient.c
_AT_@ -1,3 +1,5 @@
+/* See LICENSE file for copyright and license details. */
+
 /* cc transient.c -o transient -lX11 */
 #include <stdlib.h>
diff --git a/util.c b/util.c
index fe044fc..40d234e 100644
--- a/util.c
+++ b/util.c
_AT_@ -1,4 +1,5 @@
 /* See LICENSE file for copyright and license details. */
+
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
Received on Thu May 03 2018 - 00:18:25 CEST

This archive was generated by hypermail 2.3.0 : Thu May 03 2018 - 00:24:31 CEST