From 7cf38f5121f41d5175d5d73c647594d7912a840f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 20 May 2013 23:42:31 +0200 Subject: Change name --- emacs/gitto.el | 4 ++-- gitto/config.scm | 2 +- gitto/git.scm | 2 +- gitto/main.scm | 4 ++-- gitto/path.scm | 2 +- src/gitto | 2 +- src/gitto-path.c | 2 +- 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 +;; Author: Tom Willemse ;; 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 +;; Copyright (C) 2012 Tom Willemse ;; 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 +;; Copyright (C) 2012 Tom Willemse ;; 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 +;; Copyright (C) 2012 Tom Willemse ;; 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 +;; Copyright (C) 2012 Tom Willemse ;; 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 +# Copyright (C) 2012 Tom Willemse # 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 + Copyright (C) 2012 Tom Willemse This file is part of gitto. -- cgit v1.2.3-54-g00ecf