aboutsummaryrefslogtreecommitdiffstats
path: root/gitto
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-20 23:42:31 +0200
committerGravatar Tom Willemse2013-05-20 23:42:31 +0200
commit7cf38f5121f41d5175d5d73c647594d7912a840f (patch)
treec86c38863b8522561e05e8327f11023d849d1321 /gitto
parent70eca89c3934709f8bf4df3a6fecca08b18f2440 (diff)
downloadgitto-7cf38f5121f41d5175d5d73c647594d7912a840f.tar.gz
gitto-7cf38f5121f41d5175d5d73c647594d7912a840f.zip
Change name
Diffstat (limited to 'gitto')
-rw-r--r--gitto/config.scm2
-rw-r--r--gitto/git.scm2
-rw-r--r--gitto/main.scm4
-rw-r--r--gitto/path.scm2
4 files changed, 5 insertions, 5 deletions
diff --git a/gitto/config.scm b/gitto/config.scm
index 26b2dce..dcaecf0 100644
--- a/gitto/config.scm
+++ b/gitto/config.scm
@@ -1,6 +1,6 @@
;; -*- coding: utf-8; -*-
;; gitto -- Keep track of your git repositories
-;; Copyright (C) 2012 Tom Willemsen <tom at ryuslash dot org>
+;; Copyright (C) 2012 Tom Willemse <tom at ryuslash dot org>
;; This file is part of gitto.
diff --git a/gitto/git.scm b/gitto/git.scm
index 3f816a3..41aca7e 100644
--- a/gitto/git.scm
+++ b/gitto/git.scm
@@ -1,6 +1,6 @@
;; -*- coding: utf-8; -*-
;; gitto -- Keep track of your git repositories
-;; Copyright (C) 2012 Tom Willemsen <tom at ryuslash dot org>
+;; Copyright (C) 2012 Tom Willemse <tom at ryuslash dot org>
;; This file is part of gitto.
diff --git a/gitto/main.scm b/gitto/main.scm
index 7832f27..ccbc4b0 100644
--- a/gitto/main.scm
+++ b/gitto/main.scm
@@ -1,6 +1,6 @@
;; -*- coding: utf-8; -*-
;; gitto -- Keep track of your git repositories
-;; Copyright (C) 2012 Tom Willemsen <tom at ryuslash dot org>
+;; Copyright (C) 2012 Tom Willemse <tom at ryuslash dot org>
;; This file is part of gitto.
@@ -43,7 +43,7 @@
(define (version)
"Display version information."
(display "gitto 0.1.0") (newline)
- (display "Copyright (C) 2012 Tom Willemsen") (newline)
+ (display "Copyright (C) 2012 Tom Willemse") (newline)
(display "This program comes with ABSOLUTELY NO WARRANTY.") (newline)
(display "You may redistribute copies of this program") (newline)
(display "under the terms of the GNU General Public License.") (newline)
diff --git a/gitto/path.scm b/gitto/path.scm
index bfd69d6..1326118 100644
--- a/gitto/path.scm
+++ b/gitto/path.scm
@@ -1,5 +1,5 @@
;; gitto -- Keep track of your git repositories
-;; Copyright (C) 2012 Tom Willemsen <tom at ryuslash dot org>
+;; Copyright (C) 2012 Tom Willemse <tom at ryuslash dot org>
;; This file is part of gitto.