r18825 - gnucash/trunk/src/gnc - Add copyright notices in cutecash source code files.

Christian Stimming cstim at code.gnucash.org
Thu Mar 4 16:44:38 EST 2010


Author: cstim
Date: 2010-03-04 16:44:38 -0500 (Thu, 04 Mar 2010)
New Revision: 18825
Trac: http://svn.gnucash.org/trac/changeset/18825

Modified:
   gnucash/trunk/src/gnc/Account.hpp
   gnucash/trunk/src/gnc/AccountItemModel.hpp
   gnucash/trunk/src/gnc/Book.cpp
   gnucash/trunk/src/gnc/Book.hpp
   gnucash/trunk/src/gnc/ScopedPointer.hpp
   gnucash/trunk/src/gnc/Session.cpp
   gnucash/trunk/src/gnc/Session.hpp
   gnucash/trunk/src/gnc/WeakPointer.hpp
   gnucash/trunk/src/gnc/main.cpp
   gnucash/trunk/src/gnc/mainwindow.cpp
   gnucash/trunk/src/gnc/mainwindow.hpp
Log:
Add copyright notices in cutecash source code files.

Modified: gnucash/trunk/src/gnc/Account.hpp
===================================================================
--- gnucash/trunk/src/gnc/Account.hpp	2010-03-04 21:39:47 UTC (rev 18824)
+++ gnucash/trunk/src/gnc/Account.hpp	2010-03-04 21:44:38 UTC (rev 18825)
@@ -1,3 +1,25 @@
+/*
+ * Account.hpp
+ * Copyright (C) 2010 Christian Stimming
+ *
+ * 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, contact:
+ *
+ * Free Software Foundation           Voice:  +1-617-542-5942
+ * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
+ * Boston, MA  02110-1301,  USA       gnu at gnu.org
+ */
+
 #ifndef GNC_ACCOUNT_HPP
 #define GNC_ACCOUNT_HPP
 

Modified: gnucash/trunk/src/gnc/AccountItemModel.hpp
===================================================================
--- gnucash/trunk/src/gnc/AccountItemModel.hpp	2010-03-04 21:39:47 UTC (rev 18824)
+++ gnucash/trunk/src/gnc/AccountItemModel.hpp	2010-03-04 21:44:38 UTC (rev 18825)
@@ -1,3 +1,25 @@
+/*
+ * AccountItemModel.hpp
+ * Copyright (C) 2010 Christian Stimming
+ *
+ * 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, contact:
+ *
+ * Free Software Foundation           Voice:  +1-617-542-5942
+ * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
+ * Boston, MA  02110-1301,  USA       gnu at gnu.org
+ */
+
 #ifndef GNC_ACCOUNTITEMMODEL_HPP
 #define GNC_ACCOUNTITEMMODEL_HPP
 

Modified: gnucash/trunk/src/gnc/Book.cpp
===================================================================
--- gnucash/trunk/src/gnc/Book.cpp	2010-03-04 21:39:47 UTC (rev 18824)
+++ gnucash/trunk/src/gnc/Book.cpp	2010-03-04 21:44:38 UTC (rev 18825)
@@ -1,3 +1,25 @@
+/*
+ * Book.cpp
+ * Copyright (C) 2010 Christian Stimming
+ *
+ * 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, contact:
+ *
+ * Free Software Foundation           Voice:  +1-617-542-5942
+ * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
+ * Boston, MA  02110-1301,  USA       gnu at gnu.org
+ */
+
 #include "config.h"
 #include "gnc/Book.hpp"
 #include "gnc/Account.hpp"

Modified: gnucash/trunk/src/gnc/Book.hpp
===================================================================
--- gnucash/trunk/src/gnc/Book.hpp	2010-03-04 21:39:47 UTC (rev 18824)
+++ gnucash/trunk/src/gnc/Book.hpp	2010-03-04 21:44:38 UTC (rev 18825)
@@ -1,3 +1,25 @@
+/*
+ * Book.hpp
+ * Copyright (C) 2010 Christian Stimming
+ *
+ * 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, contact:
+ *
+ * Free Software Foundation           Voice:  +1-617-542-5942
+ * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
+ * Boston, MA  02110-1301,  USA       gnu at gnu.org
+ */
+
 #ifndef GNC_BOOK_HPP
 #define GNC_BOOK_HPP
 

Modified: gnucash/trunk/src/gnc/ScopedPointer.hpp
===================================================================
--- gnucash/trunk/src/gnc/ScopedPointer.hpp	2010-03-04 21:39:47 UTC (rev 18824)
+++ gnucash/trunk/src/gnc/ScopedPointer.hpp	2010-03-04 21:44:38 UTC (rev 18825)
@@ -1,3 +1,25 @@
+/*
+ * ScopedPointer.hpp
+ * Copyright (C) 2010 Christian Stimming
+ *
+ * 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, contact:
+ *
+ * Free Software Foundation           Voice:  +1-617-542-5942
+ * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
+ * Boston, MA  02110-1301,  USA       gnu at gnu.org
+ */
+
 #ifndef GNC_SCOPEDPOINTER_HPP
 #define GNC_SCOPEDPOINTER_HPP
 
@@ -65,7 +87,7 @@
     typedef T * (this_type::*unspecified_bool_type)() const;
     operator unspecified_bool_type() const // never throws
     {
-        return m_ptr == 0? 0: &this_type::get;
+        return m_ptr == 0 ? 0 : &this_type::get;
     }
 
     bool operator! () const // never throws

Modified: gnucash/trunk/src/gnc/Session.cpp
===================================================================
--- gnucash/trunk/src/gnc/Session.cpp	2010-03-04 21:39:47 UTC (rev 18824)
+++ gnucash/trunk/src/gnc/Session.cpp	2010-03-04 21:44:38 UTC (rev 18825)
@@ -1,3 +1,25 @@
+/*
+ * Session.cpp
+ * Copyright (C) 2010 Christian Stimming
+ *
+ * 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, contact:
+ *
+ * Free Software Foundation           Voice:  +1-617-542-5942
+ * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
+ * Boston, MA  02110-1301,  USA       gnu at gnu.org
+ */
+
 #include "config.h"
 #include "gnc/Session.hpp"
 #include "gnc/Book.hpp"

Modified: gnucash/trunk/src/gnc/Session.hpp
===================================================================
--- gnucash/trunk/src/gnc/Session.hpp	2010-03-04 21:39:47 UTC (rev 18824)
+++ gnucash/trunk/src/gnc/Session.hpp	2010-03-04 21:44:38 UTC (rev 18825)
@@ -1,3 +1,25 @@
+/*
+ * Session.hpp
+ * Copyright (C) 2010 Christian Stimming
+ *
+ * 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, contact:
+ *
+ * Free Software Foundation           Voice:  +1-617-542-5942
+ * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
+ * Boston, MA  02110-1301,  USA       gnu at gnu.org
+ */
+
 #ifndef GNC_SESSION_HPP
 #define GNC_SESSION_HPP
 

Modified: gnucash/trunk/src/gnc/WeakPointer.hpp
===================================================================
--- gnucash/trunk/src/gnc/WeakPointer.hpp	2010-03-04 21:39:47 UTC (rev 18824)
+++ gnucash/trunk/src/gnc/WeakPointer.hpp	2010-03-04 21:44:38 UTC (rev 18825)
@@ -1,3 +1,25 @@
+/*
+ * WeakPointer.hpp
+ * Copyright (C) 2010 Christian Stimming
+ *
+ * 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, contact:
+ *
+ * Free Software Foundation           Voice:  +1-617-542-5942
+ * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
+ * Boston, MA  02110-1301,  USA       gnu at gnu.org
+ */
+
 #ifndef GNC_WEAKPOINTER_HPP
 #define GNC_WEAKPOINTER_HPP
 
@@ -53,7 +75,7 @@
     typedef T * this_type::*unspecified_bool_type;
     operator unspecified_bool_type() const // never throws
     {
-        return m_ptr == 0? 0: &this_type::m_ptr;
+        return m_ptr == 0 ? 0 : &this_type::m_ptr;
     }
 
     bool operator! () const // never throws

Modified: gnucash/trunk/src/gnc/main.cpp
===================================================================
--- gnucash/trunk/src/gnc/main.cpp	2010-03-04 21:39:47 UTC (rev 18824)
+++ gnucash/trunk/src/gnc/main.cpp	2010-03-04 21:44:38 UTC (rev 18825)
@@ -1,7 +1,8 @@
 /*
- * gnucash-bin.c -- The program entry point for GnuCash
+ * main.cpp -- The program entry point for cutecash
  *
  * Copyright (C) 2006 Chris Shoemaker <c.shoemaker at cox.net>
+ * Copyright (C) 2010 Christian Stimming
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as

Modified: gnucash/trunk/src/gnc/mainwindow.cpp
===================================================================
--- gnucash/trunk/src/gnc/mainwindow.cpp	2010-03-04 21:39:47 UTC (rev 18824)
+++ gnucash/trunk/src/gnc/mainwindow.cpp	2010-03-04 21:44:38 UTC (rev 18825)
@@ -1,3 +1,25 @@
+/*
+ * mainwindow.cpp
+ * Copyright (C) 2010 Christian Stimming
+ *
+ * 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, contact:
+ *
+ * Free Software Foundation           Voice:  +1-617-542-5942
+ * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
+ * Boston, MA  02110-1301,  USA       gnu at gnu.org
+ */
+
 #include <QtCore/QSettings>
 #include <QtGui/QCloseEvent>
 #include <QtGui/QFileDialog>

Modified: gnucash/trunk/src/gnc/mainwindow.hpp
===================================================================
--- gnucash/trunk/src/gnc/mainwindow.hpp	2010-03-04 21:39:47 UTC (rev 18824)
+++ gnucash/trunk/src/gnc/mainwindow.hpp	2010-03-04 21:44:38 UTC (rev 18825)
@@ -1,3 +1,25 @@
+/*
+ * mainwindow.hpp
+ * Copyright (C) 2010 Christian Stimming
+ *
+ * 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, contact:
+ *
+ * Free Software Foundation           Voice:  +1-617-542-5942
+ * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
+ * Boston, MA  02110-1301,  USA       gnu at gnu.org
+ */
+
 #ifndef MAINWINDOW_H
 #define MAINWINDOW_H
 



More information about the gnucash-changes mailing list