[Foo2zjs-commits] r80 - trunk/hannah

white at alioth.debian.org white at alioth.debian.org
Fri Sep 28 11:38:55 UTC 2007


Author: white
Date: 2007-09-28 11:38:55 +0000 (Fri, 28 Sep 2007)
New Revision: 80

Modified:
   trunk/hannah/gui.cpp
   trunk/hannah/gui.h
   trunk/hannah/main.cpp
Log:
Add statement about GPL License

Modified: trunk/hannah/gui.cpp
===================================================================
--- trunk/hannah/gui.cpp	2007-09-28 11:30:41 UTC (rev 79)
+++ trunk/hannah/gui.cpp	2007-09-28 11:38:55 UTC (rev 80)
@@ -1,3 +1,21 @@
+//      Hannah, GUI for downloading specific printer firmware
+//      Copyright (C) 2007 Steffen Joeris <white 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 "gui.h"
 
 MainWindow::MainWindow(QWidget *parent)

Modified: trunk/hannah/gui.h
===================================================================
--- trunk/hannah/gui.h	2007-09-28 11:30:41 UTC (rev 79)
+++ trunk/hannah/gui.h	2007-09-28 11:38:55 UTC (rev 80)
@@ -1,3 +1,21 @@
+//	Hannah, GUI for downloading specific printer firmware
+//	Copyright (C) 2007 Steffen Joeris <white 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.
+
+
 #ifndef GUI_H
 #define GUI_H
 

Modified: trunk/hannah/main.cpp
===================================================================
--- trunk/hannah/main.cpp	2007-09-28 11:30:41 UTC (rev 79)
+++ trunk/hannah/main.cpp	2007-09-28 11:38:55 UTC (rev 80)
@@ -1,3 +1,21 @@
+//      Hannah, GUI for downloading specific printer firmware
+//      Copyright (C) 2007 Steffen Joeris <white 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 "gui.h"
 
 int main(int argc, char *argv[])




More information about the Foo2zjs-commits mailing list