]> git.armaanb.net Git - slock.git/commitdiff
updating copyright stuff in slock as well
authorAnselm R. Garbe <arg@suckless.org>
Fri, 13 Apr 2007 09:48:17 +0000 (11:48 +0200)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 13 Apr 2007 09:48:17 +0000 (11:48 +0200)
LICENSE
Makefile
config.mk
slock.c

diff --git a/LICENSE b/LICENSE
index 3646c7dadfbe7dba2e806f33fb4c28292871f1ce..9425c109d0093a1f9851aee0d3181809581cfdc9 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT/X Consortium License
 
-(C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
+© 2006-2007 Anselm R. Garbe <garbeam 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"),
index 2254925e414925047a56d23af3354ce46ee1cc11..05e88b405193d7d31f46edc666f98ce440b91bec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # slock - simple screen locker
-#   (C)opyright MMVI-MMVII Anselm R. Garbe
+# © 2006-2007 Anselm R. Garbe, Sander van Dijk
 
 include config.mk
 
index cea3d12cac5c05c1c312acc2174d5efb8115d14d..1a17285a9401d39a614644f904d058d06196ad0c 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # slock version
-VERSION = 0.6
+VERSION = 0.7
 
 # Customize below to fit your system
 
diff --git a/slock.c b/slock.c
index 7aace901ac2edde16403332714261370db925bb8..866df90d8a99815d9487150af6dc1adfc3ca6401 100644 (file)
--- a/slock.c
+++ b/slock.c
@@ -1,6 +1,5 @@
-/* (C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
- * See LICENSE file for license details.
- */
+/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
+ * See LICENSE file for license details. */
 #define _XOPEN_SOURCE 500
 #if HAVE_SHADOW_H
 #include <shadow.h>
@@ -64,7 +63,7 @@ main(int argc, char **argv) {
        XSetWindowAttributes wa;
 
        if((argc > 1) && !strncmp(argv[1], "-v", 3)) {
-               fputs("slock-"VERSION", (C)opyright MMVI Anselm R. Garbe\n", stdout);
+               fputs("slock-"VERSION", © 2006-2007 Anselm R. Garbe\n", stdout);
                exit(EXIT_SUCCESS);
        }
        pws = get_password();