[Telepathy-commits] [telepathy-spec/master] Add licenses to the new source

Davyd Madeley davyd at madeley.id.au
Mon Mar 23 12:29:24 PDT 2009


---
 tools/doc-generator.py |   23 +++++++++++++++++++++++
 tools/specparser.py    |   22 +++++++++++++++++++++-
 2 files changed, 44 insertions(+), 1 deletions(-)

diff --git a/tools/doc-generator.py b/tools/doc-generator.py
index 9f7aba4..80ae96c 100755
--- a/tools/doc-generator.py
+++ b/tools/doc-generator.py
@@ -1,4 +1,27 @@
 #!/usr/bin/env python
+#
+# doc-generator.py
+#
+# Generates HTML documentation from the parsed spec using Cheetah templates.
+#
+# Copyright (C) 2009 Collabora Ltd.
+#
+# This library is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or (at
+# your option) any later version.
+#
+# This library 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 Lesser General Public License
+# for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this library; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Authors: Davyd Madeley <davyd.madeley at collabora.co.uk>
+#
 
 import sys
 import os.path
diff --git a/tools/specparser.py b/tools/specparser.py
index d4e6bb7..26509ef 100644
--- a/tools/specparser.py
+++ b/tools/specparser.py
@@ -1,5 +1,25 @@
 #
-# Reads in a spec document and generates pretty data structures from it
+# specparser.py
+#
+# Reads in a spec document and generates pretty data structures from it.
+#
+# Copyright (C) 2009 Collabora Ltd.
+#
+# This library is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or (at
+# your option) any later version.
+#
+# This library 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 Lesser General Public License
+# for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this library; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Authors: Davyd Madeley <davyd.madeley at collabora.co.uk>
 #
 
 import sys
-- 
1.5.6.5




More information about the telepathy-commits mailing list