summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-09 06:48:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-09 06:48:57 +0000
commit40411f9e47b0d8616b307a74cc5882ce6d4f21ad (patch)
treefd886db9e9d7e8c716cff6ede4b93c8b42df4f0b
parent8bec1dda934fa75cbb1402c58cb879b23305dc40 (diff)
downloadabakus-40411f9e.tar.gz
abakus-40411f9e.zip
Fixed GPL license addresses
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/abakus@1071970 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--COPYING4
-rw-r--r--src/abakus.cpp2
-rw-r--r--src/abakuslistview.cpp2
-rw-r--r--src/abakuslistview.h2
-rw-r--r--src/dcopIface.h2
-rw-r--r--src/dragsupport.cpp2
-rw-r--r--src/dragsupport.h2
-rw-r--r--src/editor.cpp2
-rw-r--r--src/editor.h2
-rw-r--r--src/evaluator.cpp2
-rw-r--r--src/evaluator.h2
-rw-r--r--src/function.cpp2
-rw-r--r--src/function.h2
-rw-r--r--src/hmath.cpp2
-rw-r--r--src/hmath.h2
-rw-r--r--src/lexer.ll2
-rw-r--r--src/mainwindow.cpp2
-rw-r--r--src/mainwindow.h2
-rw-r--r--src/node.cpp2
-rw-r--r--src/node.h2
-rw-r--r--src/number.c2
-rw-r--r--src/number.h2
-rw-r--r--src/numerictypes.cpp2
-rw-r--r--src/numerictypes.h2
-rw-r--r--src/parser.yy2
-rw-r--r--src/result.cpp2
-rw-r--r--src/result.h2
-rw-r--r--src/resultlistview.cpp2
-rw-r--r--src/resultlistview.h2
-rw-r--r--src/resultlistviewtext.cpp2
-rw-r--r--src/resultlistviewtext.h2
-rw-r--r--src/rpnmuncher.cpp2
-rw-r--r--src/rpnmuncher.h2
-rw-r--r--src/sharedptr.h2
-rw-r--r--src/valuemanager.cpp2
-rw-r--r--src/valuemanager.h2
36 files changed, 37 insertions, 37 deletions
diff --git a/COPYING b/COPYING
index 905537c..c3ec62d 100644
--- a/COPYING
+++ b/COPYING
@@ -3,7 +3,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -306,7 +306,7 @@ the "copyright" line and a pointer to where the full notice is found.
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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
diff --git a/src/abakus.cpp b/src/abakus.cpp
index 6200641..a071007 100644
--- a/src/abakus.cpp
+++ b/src/abakus.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <kaboutdata.h>
#include <kapplication.h>
diff --git a/src/abakuslistview.cpp b/src/abakuslistview.cpp
index 964c8a7..06d2418 100644
--- a/src/abakuslistview.cpp
+++ b/src/abakuslistview.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <klocale.h>
#include <kpopupmenu.h>
diff --git a/src/abakuslistview.h b/src/abakuslistview.h
index 1712b6e..f0b9c4c 100644
--- a/src/abakuslistview.h
+++ b/src/abakuslistview.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <klistview.h>
diff --git a/src/dcopIface.h b/src/dcopIface.h
index 505f411..949cbab 100644
--- a/src/dcopIface.h
+++ b/src/dcopIface.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <kdebug.h>
diff --git a/src/dragsupport.cpp b/src/dragsupport.cpp
index 0a8b875..e20207f 100644
--- a/src/dragsupport.cpp
+++ b/src/dragsupport.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <qstring.h>
diff --git a/src/dragsupport.h b/src/dragsupport.h
index 76ebe81..1b63e1f 100644
--- a/src/dragsupport.h
+++ b/src/dragsupport.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
class QPixmap;
diff --git a/src/editor.cpp b/src/editor.cpp
index 1ae425f..186294b 100644
--- a/src/editor.cpp
+++ b/src/editor.cpp
@@ -16,7 +16,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "function.h"
diff --git a/src/editor.h b/src/editor.h
index a71d661..bb81f97 100644
--- a/src/editor.h
+++ b/src/editor.h
@@ -16,7 +16,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
diff --git a/src/evaluator.cpp b/src/evaluator.cpp
index 4b47d5e..138e12f 100644
--- a/src/evaluator.cpp
+++ b/src/evaluator.cpp
@@ -16,7 +16,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include "evaluator.h"
diff --git a/src/evaluator.h b/src/evaluator.h
index 2d156eb..081ac14 100644
--- a/src/evaluator.h
+++ b/src/evaluator.h
@@ -16,7 +16,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef ABAKUS_EVALUATOR_H
diff --git a/src/function.cpp b/src/function.cpp
index 70c4f1c..742bdd3 100644
--- a/src/function.cpp
+++ b/src/function.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "numerictypes.h"
diff --git a/src/function.h b/src/function.h
index 3b56cbb..ab66637 100644
--- a/src/function.h
+++ b/src/function.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "numerictypes.h"
diff --git a/src/hmath.cpp b/src/hmath.cpp
index 8dcf346..1c4dfa3 100644
--- a/src/hmath.cpp
+++ b/src/hmath.cpp
@@ -18,7 +18,7 @@
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.
- 59 Temple Place, Suite 330
+ 51 Franklin Street, Fifth Floor
Boston, MA 02110-1301 USA.
*/
diff --git a/src/hmath.h b/src/hmath.h
index dae4749..e54af35 100644
--- a/src/hmath.h
+++ b/src/hmath.h
@@ -17,7 +17,7 @@
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.
- 59 Temple Place, Suite 330
+ 51 Franklin Street, Fifth Floor
Boston, MA 02110-1301 USA.
*/
diff --git a/src/lexer.ll b/src/lexer.ll
index 8ec48e2..e1b72ab 100644
--- a/src/lexer.ll
+++ b/src/lexer.ll
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
%option noyywrap
%{
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 8300dbb..cd7de9f 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "mainwindow.h"
#include "abakuscommon.h"
diff --git a/src/mainwindow.h b/src/mainwindow.h
index ee24cdd..bd6fecb 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <kmainwindow.h>
diff --git a/src/node.cpp b/src/node.cpp
index bb49676..0686f1d 100644
--- a/src/node.cpp
+++ b/src/node.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <kdebug.h>
diff --git a/src/node.h b/src/node.h
index e2331ab..b3c6011 100644
--- a/src/node.h
+++ b/src/node.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <qstring.h>
diff --git a/src/number.c b/src/number.c
index 3ba4297..07aea62 100644
--- a/src/number.c
+++ b/src/number.c
@@ -16,7 +16,7 @@
along with this program; see the file COPYING. If not, write to:
The Free Software Foundation, Inc.
- 59 Temple Place, Suite 330
+ 51 Franklin Street, Fifth Floor
Boston, MA 02110-1301 USA.
diff --git a/src/number.h b/src/number.h
index 9f5e5a7..c7d07ac 100644
--- a/src/number.h
+++ b/src/number.h
@@ -16,7 +16,7 @@
along with this program; see the file COPYING. If not, write to:
The Free Software Foundation, Inc.
- 59 Temple Place, Suite 330
+ 51 Franklin Street, Fifth Floor
Boston, MA 02110-1301 USA.
diff --git a/src/numerictypes.cpp b/src/numerictypes.cpp
index f2aaf7a..8b32c9f 100644
--- a/src/numerictypes.cpp
+++ b/src/numerictypes.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "numerictypes.h"
diff --git a/src/numerictypes.h b/src/numerictypes.h
index 7a82d06..12880a2 100644
--- a/src/numerictypes.h
+++ b/src/numerictypes.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <sstream>
diff --git a/src/parser.yy b/src/parser.yy
index 5a93621..b1540d7 100644
--- a/src/parser.yy
+++ b/src/parser.yy
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
%{
diff --git a/src/result.cpp b/src/result.cpp
index 4aa06ca..557d516 100644
--- a/src/result.cpp
+++ b/src/result.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "result.h"
diff --git a/src/result.h b/src/result.h
index 682324c..7c541da 100644
--- a/src/result.h
+++ b/src/result.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <qstring.h>
diff --git a/src/resultlistview.cpp b/src/resultlistview.cpp
index abe76c1..eda1acc 100644
--- a/src/resultlistview.cpp
+++ b/src/resultlistview.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <kdebug.h>
#include <kpopupmenu.h>
diff --git a/src/resultlistview.h b/src/resultlistview.h
index 891443c..c5ec724 100644
--- a/src/resultlistview.h
+++ b/src/resultlistview.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <klistview.h>
diff --git a/src/resultlistviewtext.cpp b/src/resultlistviewtext.cpp
index cbf7bfb..3957f61 100644
--- a/src/resultlistviewtext.cpp
+++ b/src/resultlistviewtext.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <kdebug.h>
diff --git a/src/resultlistviewtext.h b/src/resultlistviewtext.h
index d624b0b..9a3587d 100644
--- a/src/resultlistviewtext.h
+++ b/src/resultlistviewtext.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "resultlistview.h"
diff --git a/src/rpnmuncher.cpp b/src/rpnmuncher.cpp
index ad75495..191196a 100644
--- a/src/rpnmuncher.cpp
+++ b/src/rpnmuncher.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <math.h>
diff --git a/src/rpnmuncher.h b/src/rpnmuncher.h
index 71c340e..4f5e69f 100644
--- a/src/rpnmuncher.h
+++ b/src/rpnmuncher.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
class QString;
diff --git a/src/sharedptr.h b/src/sharedptr.h
index 2837870..1c63ca3 100644
--- a/src/sharedptr.h
+++ b/src/sharedptr.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <kdebug.h>
diff --git a/src/valuemanager.cpp b/src/valuemanager.cpp
index db8ef99..93cfa77 100644
--- a/src/valuemanager.cpp
+++ b/src/valuemanager.cpp
@@ -14,7 +14,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <kdebug.h>
#include <klocale.h>
diff --git a/src/valuemanager.h b/src/valuemanager.h
index f57016c..a0c3007 100644
--- a/src/valuemanager.h
+++ b/src/valuemanager.h
@@ -16,7 +16,7 @@
*
* 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., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <qobject.h>