diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2007-01-02 22:38:23 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2007-01-02 22:38:23 +0000 |
| commit | 7fad3e54e8eb9fd3e894208b8b8ba2db982bf77a (patch) | |
| tree | a11955850a771cc1bbd58dbec339796472c2cc8f /licence.c | |
| parent | 0a93e0f4e52191819069b0a32b5fb051fae7d0da (diff) | |
| download | halibut-7fad3e54e8eb9fd3e894208b8b8ba2db982bf77a.zip halibut-7fad3e54e8eb9fd3e894208b8b8ba2db982bf77a.tar.gz halibut-7fad3e54e8eb9fd3e894208b8b8ba2db982bf77a.tar.bz2 halibut-7fad3e54e8eb9fd3e894208b8b8ba2db982bf77a.tar.xz | |
James should apparently have been removed from this file years ago. Fix that.
[originally from svn r7051]
Diffstat (limited to 'licence.c')
| -rw-r--r-- | licence.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ #include <stdio.h> static const char *const licencetext[] = { - "Halibut is copyright (c) 1999-2007 Simon Tatham and James Aylett.", + "Halibut is copyright (c) 1999-2007 Simon Tatham.", "", "Permission is hereby granted, free of charge, to any person", "obtaining a copy of this software and associated documentation files", |