[pkg-fso-commits] [SCM] Various useful tools for an FSO installation branch, master, updated. debian/0.git20080812.2-32-gb5a13bb

Jan Luebbe jluebbe at debian.org
Sun Sep 27 16:11:46 UTC 2009


The following commit has been merged in the master branch:
commit 79042eaa15a23e422a23abd9136ecc3d2d42b1f4
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Mon Feb 23 13:21:16 2009 +0100

    pyc: update license

diff --git a/pycd/pyc.c b/pycd/pyc.c
index 22ab1f3..320f98f 100644
--- a/pycd/pyc.c
+++ b/pycd/pyc.c
@@ -1,3 +1,23 @@
+/*
+ * PyC - Client for the Python Clone Factory
+ * Copyright (C) 2009 Jan Lübbe <jluebbe at debian.org>
+ *
+ * This program 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 program 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 program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/pycd/pycd.py b/pycd/pycd.py
index 73ceb29..ae790ab 100755
--- a/pycd/pycd.py
+++ b/pycd/pycd.py
@@ -1,10 +1,22 @@
 #!/usr/bin/env python
+# -*- coding: UTF-8 -*-
 """
-The Open Device Daemon - Python Implementation
-
-(C) 2008 Michael 'Mickey' Lauer <mlauer at vanille-media.de>
-(C) 2008 Openmoko, Inc.
-GPLv2 or later
+   PyCD - Python Clone Factory Daemon
+   Copyright (C) 2009 Jan Lübbe <jluebbe at debian.org>
+
+   This program 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 program 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 program; if not, write to the Free Software Foundation, Inc.,
+   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 """
 
 DBUS_PATH = "/"
@@ -25,7 +37,6 @@ import gobject
 import runpy
 
 import logging
-# create logger
 logger = logging.getLogger( "pycd" )
 logger.setLevel(logging.DEBUG)
 handler = logging.StreamHandler()

-- 
Various useful tools for an FSO installation



More information about the pkg-fso-commits mailing list