summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-01-25 12:49:57 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-01-25 12:49:57 +0000
commitd7c11cccfcdc3ef94f183d79203fac136e2c3494 (patch)
tree0da70733715dd0767ebdc915a6a20dbe6bc909c6 /doc
parentdc6b66210bda929f92524ef10f5c3edbb3cb495c (diff)
doc/tutorial.txt.in: Add copyright and license (GPL2/AFL2.1, like the code)
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial.txt.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/tutorial.txt.in b/doc/tutorial.txt.in
index 421463a..cbea47b 100644
--- a/doc/tutorial.txt.in
+++ b/doc/tutorial.txt.in
@@ -640,5 +640,28 @@ one of its methods is called. (In reality, you'd emit a signal when some
sort of internal state changed, which may or may not be triggered by a
D-Bus method call.)
+.. --------------------------------------------------------------------
+
+License for this document
+=========================
+
+Copyright 2006-2007 `Collabora Ltd.`_
+
+Licensed under the Academic Free License version 2.1
+
+This document 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 2 of the License, or
+(at your option) any later version.
+
+This document is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this document; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
..
vim:set ft=rst sw=4 sts=4 et tw=72: