[hackers] [slock] updating copyright stuff in slock as well

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Fri Apr 13 11:53:12 2007

changeset: 25:38a69d728e64
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Fri Apr 13 11:48:17 2007 +0200
summary: updating copyright stuff in slock as well

diff -r d735e1486f19 -r 38a69d728e64 LICENSE
--- a/LICENSE Wed Mar 07 13:31:49 2007 +0100
+++ b/LICENSE Fri Apr 13 11:48:17 2007 +0200
@@ -1,6 +1,6 @@ MIT/X Consortium License
 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"),
diff -r d735e1486f19 -r 38a69d728e64 Makefile
--- a/Makefile Wed Mar 07 13:31:49 2007 +0100
+++ b/Makefile Fri Apr 13 11:48:17 2007 +0200
@@ -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
 
diff -r d735e1486f19 -r 38a69d728e64 config.mk
--- a/config.mk Wed Mar 07 13:31:49 2007 +0100
+++ b/config.mk Fri Apr 13 11:48:17 2007 +0200
@@ -1,5 +1,5 @@
 # slock version
-VERSION = 0.6
+VERSION = 0.7
 
 # Customize below to fit your system
 
diff -r d735e1486f19 -r 38a69d728e64 slock.c
--- a/slock.c Wed Mar 07 13:31:49 2007 +0100
+++ b/slock.c Fri Apr 13 11:48:17 2007 +0200
@@ -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();
Received on Fri Apr 13 2007 - 11:53:12 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:56:36 UTC