summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2007-01-01 15:40:57 +0000
committerBen Harris <bjh21@bjh21.me.uk>2007-01-01 15:40:57 +0000
commit86c2b2e8b4ebbbe18f1668eec6fea03b454cce9d (patch)
tree02388136a0897c6ac2a105c45873a88b48436757
parent79884384cdb4a2d917f49cbd532f8f41988c0893 (diff)
downloadhalibut-86c2b2e8b4ebbbe18f1668eec6fea03b454cce9d.zip
halibut-86c2b2e8b4ebbbe18f1668eec6fea03b454cce9d.tar.gz
halibut-86c2b2e8b4ebbbe18f1668eec6fea03b454cce9d.tar.bz2
halibut-86c2b2e8b4ebbbe18f1668eec6fea03b454cce9d.tar.xz
Bump copyright dates, and change the one at the start of the manual to be
a range rather than a single year. [originally from svn r7047]
-rw-r--r--LICENCE2
-rw-r--r--doc/blurb.but2
-rw-r--r--doc/licence.but2
-rw-r--r--licence.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/LICENCE b/LICENCE
index a3e7a65..972c0df 100644
--- a/LICENCE
+++ b/LICENCE
@@ -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
diff --git a/licence.c b/licence.c
index 9843dfd..9ace634 100644
--- a/licence.c
+++ b/licence.c
@@ -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",