| tnext version will contain updated copyright notice - dwm - [fork] customized b… | |
| git clone git://src.adamsgaard.dk/dwm | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit cb4aa5bc35cf16a06bb2b4e880648e390fa2cc55 | |
| parent beac539f31a37f5eece142d8f3a24349926b7643 | |
| Author: arg@mig29 <unknown> | |
| Date: Tue, 2 Jan 2007 15:37:58 +0100 | |
| next version will contain updated copyright notice | |
| Diffstat: | |
| M LICENSE | 4 ++-- | |
| M Makefile | 2 +- | |
| M client.c | 2 +- | |
| M config.arg.h | 2 +- | |
| M config.default.h | 2 +- | |
| M config.mk | 2 +- | |
| M draw.c | 2 +- | |
| M dwm.h | 2 +- | |
| M event.c | 2 +- | |
| M main.c | 4 ++-- | |
| M tag.c | 2 +- | |
| M util.c | 2 +- | |
| M view.c | 2 +- | |
| 13 files changed, 15 insertions(+), 15 deletions(-) | |
| --- | |
| diff --git a/LICENSE b/LICENSE | |
| t@@ -1,7 +1,7 @@ | |
| MIT/X Consortium License | |
| -(C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | |
| -(C)opyright MMVI Sander van Dijk <a dot h dot vandijk at gmail dot com> | |
| +(C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> | |
| +(C)opyright MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com> | |
| 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/Makefile b/Makefile | |
| t@@ -1,5 +1,5 @@ | |
| # dwm - dynamic window manager | |
| -# (C)opyright MMVI Anselm R. Garbe | |
| +# (C)opyright MMVII Anselm R. Garbe | |
| include config.mk | |
| diff --git a/client.c b/client.c | |
| t@@ -1,4 +1,4 @@ | |
| -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | |
| +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> | |
| * See LICENSE file for license details. | |
| */ | |
| #include "dwm.h" | |
| diff --git a/config.arg.h b/config.arg.h | |
| t@@ -1,4 +1,4 @@ | |
| -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | |
| +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> | |
| * See LICENSE file for license details. | |
| */ | |
| diff --git a/config.default.h b/config.default.h | |
| t@@ -1,4 +1,4 @@ | |
| -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | |
| +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> | |
| * See LICENSE file for license details. | |
| */ | |
| diff --git a/config.mk b/config.mk | |
| t@@ -1,5 +1,5 @@ | |
| # dwm version | |
| -VERSION = 2.8 | |
| +VERSION = 2.9 | |
| # Customize below to fit your system | |
| diff --git a/draw.c b/draw.c | |
| t@@ -1,4 +1,4 @@ | |
| -/* (C)opyright MMIV-MMVI Anselm R. Garbe <garbeam at gmail dot com> | |
| +/* (C)opyright MMIV-MMVII Anselm R. Garbe <garbeam at gmail dot com> | |
| * See LICENSE file for license details. | |
| */ | |
| #include "dwm.h" | |
| diff --git a/dwm.h b/dwm.h | |
| t@@ -1,4 +1,4 @@ | |
| -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | |
| +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> | |
| * See LICENSE file for license details. | |
| * | |
| * dynamic window manager is designed like any other X client as well. It is | |
| diff --git a/event.c b/event.c | |
| t@@ -1,4 +1,4 @@ | |
| -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | |
| +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> | |
| * See LICENSE file for license details. | |
| */ | |
| #include "dwm.h" | |
| diff --git a/main.c b/main.c | |
| t@@ -1,4 +1,4 @@ | |
| -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | |
| +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> | |
| * See LICENSE file for license details. | |
| */ | |
| t@@ -236,7 +236,7 @@ main(int argc, char *argv[]) { | |
| fd_set rd; | |
| if(argc == 2 && !strncmp("-v", argv[1], 3)) { | |
| - fputs("dwm-"VERSION", (C)opyright MMVI Anselm R. Garbe\n", std… | |
| + fputs("dwm-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", st… | |
| exit(EXIT_SUCCESS); | |
| } | |
| else if(argc != 1) | |
| diff --git a/tag.c b/tag.c | |
| t@@ -1,4 +1,4 @@ | |
| -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | |
| +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> | |
| * See LICENSE file for license details. | |
| */ | |
| #include "dwm.h" | |
| diff --git a/util.c b/util.c | |
| t@@ -1,4 +1,4 @@ | |
| -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | |
| +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> | |
| * See LICENSE file for license details. | |
| */ | |
| #include "dwm.h" | |
| diff --git a/view.c b/view.c | |
| t@@ -1,4 +1,4 @@ | |
| -/* (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | |
| +/* (C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com> | |
| * See LICENSE file for license details. | |
| */ | |
| #include "dwm.h" |