diff options
| -rw-r--r-- | LICENCE | 2 | ||||
| -rw-r--r-- | doc/blurb.but | 2 | ||||
| -rw-r--r-- | doc/licence.but | 2 | ||||
| -rw-r--r-- | licence.c | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Halibut is copyright (c) 1999-2006 Simon Tatham. +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 diff --git a/doc/blurb.but b/doc/blurb.but index a960246..6e58ad6 100644 --- a/doc/blurb.but +++ b/doc/blurb.but @@ -16,7 +16,7 @@ Halibut is a free (MIT-licensed) documentation production system, able to generate multiple output formats from the same input data. This document is its user manual. -\copyright This manual is copyright 2006 Simon Tatham. All +\copyright This manual is copyright 2004-2007 Simon Tatham. All rights reserved. You may distribute this documentation under the MIT licence. See \k{licence} for the licence text in full. diff --git a/doc/licence.but b/doc/licence.but index 163a695..8378d98 100644 --- a/doc/licence.but +++ b/doc/licence.but @@ -2,7 +2,7 @@ \A{licence} Halibut Licence -Halibut is copyright (c) 1999-2006 Simon Tatham. +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 @@ -5,7 +5,7 @@ #include <stdio.h> static const char *const licencetext[] = { - "Halibut is copyright (c) 1999-2006 Simon Tatham and James Aylett.", + "Halibut is copyright (c) 1999-2007 Simon Tatham and James Aylett.", "", "Permission is hereby granted, free of charge, to any person", "obtaining a copy of this software and associated documentation files", |