From cb4aa5bc35cf16a06bb2b4e880648e390fa2cc55 Mon Sep 17 00:00:00 2001 From: "arg@mig29" Date: Tue, 2 Jan 2007 15:37:58 +0100 Subject: [PATCH] next version will contain updated copyright notice --- LICENSE | 4 ++-- Makefile | 2 +- client.c | 2 +- config.arg.h | 2 +- config.default.h | 2 +- config.mk | 2 +- draw.c | 2 +- dwm.h | 2 +- event.c | 2 +- main.c | 4 ++-- tag.c | 2 +- util.c | 2 +- view.c | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/LICENSE b/LICENSE index 67e22c3..d3a309d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT/X Consortium License -(C)opyright MMVI Anselm R. Garbe -(C)opyright MMVI Sander van Dijk +(C)opyright MMVII Anselm R. Garbe +(C)opyright MMVII Sander van Dijk 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 index ad8ec08..2ce71cc 100644 --- a/Makefile +++ b/Makefile @@ -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 index a02dda5..7c00f20 100644 --- a/client.c +++ b/client.c @@ -1,4 +1,4 @@ -/* (C)opyright MMVI Anselm R. Garbe +/* (C)opyright MMVII Anselm R. Garbe * See LICENSE file for license details. */ #include "dwm.h" diff --git a/config.arg.h b/config.arg.h index 612157b..dfb9dd2 100644 --- a/config.arg.h +++ b/config.arg.h @@ -1,4 +1,4 @@ -/* (C)opyright MMVI Anselm R. Garbe +/* (C)opyright MMVII Anselm R. Garbe * See LICENSE file for license details. */ diff --git a/config.default.h b/config.default.h index 6c43eb2..a66c662 100644 --- a/config.default.h +++ b/config.default.h @@ -1,4 +1,4 @@ -/* (C)opyright MMVI Anselm R. Garbe +/* (C)opyright MMVII Anselm R. Garbe * See LICENSE file for license details. */ diff --git a/config.mk b/config.mk index e1ba143..1d73f2b 100644 --- a/config.mk +++ b/config.mk @@ -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 index 598a667..c4448db 100644 --- a/draw.c +++ b/draw.c @@ -1,4 +1,4 @@ -/* (C)opyright MMIV-MMVI Anselm R. Garbe +/* (C)opyright MMIV-MMVII Anselm R. Garbe * See LICENSE file for license details. */ #include "dwm.h" diff --git a/dwm.h b/dwm.h index 6a74539..4a6a30a 100644 --- a/dwm.h +++ b/dwm.h @@ -1,4 +1,4 @@ -/* (C)opyright MMVI Anselm R. Garbe +/* (C)opyright MMVII Anselm R. Garbe * 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 index b23fd3f..a6100e6 100644 --- a/event.c +++ b/event.c @@ -1,4 +1,4 @@ -/* (C)opyright MMVI Anselm R. Garbe +/* (C)opyright MMVII Anselm R. Garbe * See LICENSE file for license details. */ #include "dwm.h" diff --git a/main.c b/main.c index 5a22982..4406b88 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* (C)opyright MMVI Anselm R. Garbe +/* (C)opyright MMVII Anselm R. Garbe * See LICENSE file for license details. */ @@ -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", stdout); + fputs("dwm-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", stdout); exit(EXIT_SUCCESS); } else if(argc != 1) diff --git a/tag.c b/tag.c index e8ebd8e..ef9cb08 100644 --- a/tag.c +++ b/tag.c @@ -1,4 +1,4 @@ -/* (C)opyright MMVI Anselm R. Garbe +/* (C)opyright MMVII Anselm R. Garbe * See LICENSE file for license details. */ #include "dwm.h" diff --git a/util.c b/util.c index abd82de..3175ab2 100644 --- a/util.c +++ b/util.c @@ -1,4 +1,4 @@ -/* (C)opyright MMVI Anselm R. Garbe +/* (C)opyright MMVII Anselm R. Garbe * See LICENSE file for license details. */ #include "dwm.h" diff --git a/view.c b/view.c index 9bc4e99..b3b412d 100644 --- a/view.c +++ b/view.c @@ -1,4 +1,4 @@ -/* (C)opyright MMVI Anselm R. Garbe +/* (C)opyright MMVII Anselm R. Garbe * See LICENSE file for license details. */ #include "dwm.h" -- 1.7.10.4