From 771c0cb6072b3e90d4ed7007073552736c49e655 Mon Sep 17 00:00:00 2001 From: "arg@mig29" Date: Tue, 2 Jan 2007 15:38:44 +0100 Subject: next version will contain updated copyright notice --- LICENSE | 4 ++-- Makefile | 2 +- config.mk | 2 +- dmenu.h | 2 +- draw.c | 2 +- main.c | 6 +++--- util.c | 2 +- 7 files changed, 10 insertions(+), 10 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 d208dbb..fec5da4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # dmenu - dynamic menu -# (C)opyright MMVI Anselm R. Garbe +# (C)opyright MMVII Anselm R. Garbe include config.mk diff --git a/config.mk b/config.mk index 1670243..7b2808d 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 1.8 +VERSION = 1.9 # Customize below to fit your system diff --git a/dmenu.h b/dmenu.h index ff9790d..0afdf0e 100644 --- a/dmenu.h +++ b/dmenu.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/draw.c b/draw.c index 710af8e..92f07ca 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 "dmenu.h" diff --git a/main.c b/main.c index 69214dd..71ad867 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,5 @@ -/* (C)opyright MMVI Anselm R. Garbe - * (C)opyright MMVI Sander van Dijk +/* (C)opyright MMVII Anselm R. Garbe + * (C)opyright MMVII Sander van Dijk * See LICENSE file for license details. */ #include "dmenu.h" @@ -373,7 +373,7 @@ main(int argc, char *argv[]) { if(++i < argc) timeout.tv_sec = atoi(argv[i]); } else if(!strncmp(argv[i], "-v", 3)) { - fputs("dmenu-"VERSION", (C)opyright MMVI Anselm R. Garbe\n", stdout); + fputs("dmenu-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", stdout); exit(EXIT_SUCCESS); } else diff --git a/util.c b/util.c index 0427ed5..62b816b 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 "dmenu.h" -- cgit v1.2.3