Change name

This commit is contained in:
Tom Willemse 2013-05-20 23:42:31 +02:00
parent 70eca89c39
commit 7cf38f5121
7 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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)

View file

@ -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.

View file

@ -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.

View file

@ -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.