aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-03-05 23:07:15 +0100
committerThomas White <taw@bitwiz.org.uk>2013-03-05 23:07:15 +0100
commitb7e702f191d02af0888f37e6a3d56ebbb99af96a (patch)
treeabe09c24283d96a358bc1b42f0bd1698c8ce4a9f
parentb7930391bf1981b68227bb1c286cd28630cfd544 (diff)
Update boilerplate comments
-rw-r--r--src/wrap.c8
-rw-r--r--src/wrap.h8
2 files changed, 10 insertions, 6 deletions
diff --git a/src/wrap.c b/src/wrap.c
index 6092fa3..5c717ab 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -1,11 +1,13 @@
/*
* wrap.c
*
- * Colloquium - A tiny presentation program
+ * Text wrapping, hyphenation, justification and shaping
*
- * Copyright (c) 2012 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2013 Thomas White <taw@bitwiz.org.uk>
*
- * This program is free software: you can redistribute it and/or modify
+ * This file is part of Colloquium.
+ *
+ * Colloquium is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
diff --git a/src/wrap.h b/src/wrap.h
index 6f93dc0..006fd68 100644
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -1,11 +1,13 @@
/*
* wrap.h
*
- * Colloquium - A tiny presentation program
+ * Text wrapping, hyphenation, justification and shaping
*
- * Copyright (c) 2012 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2013 Thomas White <taw@bitwiz.org.uk>
*
- * This program is free software: you can redistribute it and/or modify
+ * This file is part of Colloquium.
+ *
+ * Colloquium is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.