aboutsummaryrefslogtreecommitdiffstats
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
parent70eca89c3934709f8bf4df3a6fecca08b18f2440 (diff)
downloadgitto-7cf38f5121f41d5175d5d73c647594d7912a840f.tar.gz
gitto-7cf38f5121f41d5175d5d73c647594d7912a840f.zip
Change name
-rw-r--r--emacs/gitto.el4
-rw-r--r--gitto/config.scm2
-rw-r--r--gitto/git.scm2
-rw-r--r--gitto/main.scm4
-rw-r--r--gitto/path.scm2
-rwxr-xr-xsrc/gitto2
-rw-r--r--src/gitto-path.c2
7 files changed, 9 insertions, 9 deletions
diff --git a/emacs/gitto.el b/emacs/gitto.el
index 28f586f..5d514c1 100644
--- a/emacs/gitto.el
+++ b/emacs/gitto.el
@@ -1,8 +1,8 @@
;;; gitto.el --- Gitto in emacs
-;; Copyright (C) 2012 Tom Willemsen
+;; Copyright (C) 2012 Tom Willemse
-;; Author: Tom Willemsen <thomas@aethon.nl>
+;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: convenience
;; Package-Version: 0.2.0
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.
diff --git a/src/gitto b/src/gitto
index 283083e..e911a9a 100755
--- a/src/gitto
+++ b/src/gitto
@@ -1,6 +1,6 @@
#!/bin/sh
# 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/src/gitto-path.c b/src/gitto-path.c
index 6d5be4d..918d678 100644
--- a/src/gitto-path.c
+++ b/src/gitto-path.c
@@ -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.