diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-09 06:48:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-09 06:48:57 +0000 |
commit | 40411f9e47b0d8616b307a74cc5882ce6d4f21ad (patch) | |
tree | fd886db9e9d7e8c716cff6ede4b93c8b42df4f0b /src | |
parent | 8bec1dda934fa75cbb1402c58cb879b23305dc40 (diff) | |
download | abakus-40411f9e47b0d8616b307a74cc5882ce6d4f21ad.tar.gz abakus-40411f9e47b0d8616b307a74cc5882ce6d4f21ad.zip |
Fixed GPL license addresses
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/abakus@1071970 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src')
-rw-r--r-- | src/abakus.cpp | 2 | ||||
-rw-r--r-- | src/abakuslistview.cpp | 2 | ||||
-rw-r--r-- | src/abakuslistview.h | 2 | ||||
-rw-r--r-- | src/dcopIface.h | 2 | ||||
-rw-r--r-- | src/dragsupport.cpp | 2 | ||||
-rw-r--r-- | src/dragsupport.h | 2 | ||||
-rw-r--r-- | src/editor.cpp | 2 | ||||
-rw-r--r-- | src/editor.h | 2 | ||||
-rw-r--r-- | src/evaluator.cpp | 2 | ||||
-rw-r--r-- | src/evaluator.h | 2 | ||||
-rw-r--r-- | src/function.cpp | 2 | ||||
-rw-r--r-- | src/function.h | 2 | ||||
-rw-r--r-- | src/hmath.cpp | 2 | ||||
-rw-r--r-- | src/hmath.h | 2 | ||||
-rw-r--r-- | src/lexer.ll | 2 | ||||
-rw-r--r-- | src/mainwindow.cpp | 2 | ||||
-rw-r--r-- | src/mainwindow.h | 2 | ||||
-rw-r--r-- | src/node.cpp | 2 | ||||
-rw-r--r-- | src/node.h | 2 | ||||
-rw-r--r-- | src/number.c | 2 | ||||
-rw-r--r-- | src/number.h | 2 | ||||
-rw-r--r-- | src/numerictypes.cpp | 2 | ||||
-rw-r--r-- | src/numerictypes.h | 2 | ||||
-rw-r--r-- | src/parser.yy | 2 | ||||
-rw-r--r-- | src/result.cpp | 2 | ||||
-rw-r--r-- | src/result.h | 2 | ||||
-rw-r--r-- | src/resultlistview.cpp | 2 | ||||
-rw-r--r-- | src/resultlistview.h | 2 | ||||
-rw-r--r-- | src/resultlistviewtext.cpp | 2 | ||||
-rw-r--r-- | src/resultlistviewtext.h | 2 | ||||
-rw-r--r-- | src/rpnmuncher.cpp | 2 | ||||
-rw-r--r-- | src/rpnmuncher.h | 2 | ||||
-rw-r--r-- | src/sharedptr.h | 2 | ||||
-rw-r--r-- | src/valuemanager.cpp | 2 | ||||
-rw-r--r-- | src/valuemanager.h | 2 |
35 files changed, 35 insertions, 35 deletions
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> @@ -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> |