summaryrefslogtreecommitdiffstats
path: root/lib/cppparser
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-06 03:13:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-06 03:13:16 +0000
commit461cf05bf01b5ebf9d23f934a98e14bb699d9219 (patch)
treeb89c5a33ecb3f360bc211702b0cda1309a7b2563 /lib/cppparser
parentfa3dd5d55907dc3fbda7995747ccf217967c76c3 (diff)
downloadtdevelop-461cf05bf01b5ebf9d23f934a98e14bb699d9219.tar.gz
tdevelop-461cf05bf01b5ebf9d23f934a98e14bb699d9219.zip
Updated obsolete GPL license addresses to current GPL address
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/cppparser')
-rw-r--r--lib/cppparser/ast.cpp4
-rw-r--r--lib/cppparser/ast.h4
-rw-r--r--lib/cppparser/driver.cpp4
-rw-r--r--lib/cppparser/driver.h4
-rw-r--r--lib/cppparser/errors.cpp4
-rw-r--r--lib/cppparser/errors.h4
-rw-r--r--lib/cppparser/lexer.cpp4
-rw-r--r--lib/cppparser/lexer.h4
-rw-r--r--lib/cppparser/lookup.cpp4
-rw-r--r--lib/cppparser/lookup.h4
-rw-r--r--lib/cppparser/parser.cpp4
-rw-r--r--lib/cppparser/parser.h4
-rw-r--r--lib/cppparser/tree_parser.cpp4
-rw-r--r--lib/cppparser/tree_parser.h4
14 files changed, 28 insertions, 28 deletions
diff --git a/lib/cppparser/ast.cpp b/lib/cppparser/ast.cpp
index b6f452c0..978d9408 100644
--- a/lib/cppparser/ast.cpp
+++ b/lib/cppparser/ast.cpp
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include "ast.h"
diff --git a/lib/cppparser/ast.h b/lib/cppparser/ast.h
index 4e877e0e..b8756bf3 100644
--- a/lib/cppparser/ast.h
+++ b/lib/cppparser/ast.h
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef __ast_h
diff --git a/lib/cppparser/driver.cpp b/lib/cppparser/driver.cpp
index c5614d3e..a7592b97 100644
--- a/lib/cppparser/driver.cpp
+++ b/lib/cppparser/driver.cpp
@@ -14,8 +14,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#define CACHELEXER
diff --git a/lib/cppparser/driver.h b/lib/cppparser/driver.h
index 31f62443..826375e3 100644
--- a/lib/cppparser/driver.h
+++ b/lib/cppparser/driver.h
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef DRIVER_H
diff --git a/lib/cppparser/errors.cpp b/lib/cppparser/errors.cpp
index 154301c6..9a18ddd6 100644
--- a/lib/cppparser/errors.cpp
+++ b/lib/cppparser/errors.cpp
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include "errors.h"
diff --git a/lib/cppparser/errors.h b/lib/cppparser/errors.h
index f846533d..813d3a3f 100644
--- a/lib/cppparser/errors.h
+++ b/lib/cppparser/errors.h
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef ERRORS_H
diff --git a/lib/cppparser/lexer.cpp b/lib/cppparser/lexer.cpp
index 972b0bad..3f2ec712 100644
--- a/lib/cppparser/lexer.cpp
+++ b/lib/cppparser/lexer.cpp
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include "lexer.h"
diff --git a/lib/cppparser/lexer.h b/lib/cppparser/lexer.h
index 8b3f57ed..08681a4d 100644
--- a/lib/cppparser/lexer.h
+++ b/lib/cppparser/lexer.h
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef LEXER_H
diff --git a/lib/cppparser/lookup.cpp b/lib/cppparser/lookup.cpp
index 192b4d4c..172faf6a 100644
--- a/lib/cppparser/lookup.cpp
+++ b/lib/cppparser/lookup.cpp
@@ -14,8 +14,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include "lookup.h"
diff --git a/lib/cppparser/lookup.h b/lib/cppparser/lookup.h
index 6e41481e..0fabd010 100644
--- a/lib/cppparser/lookup.h
+++ b/lib/cppparser/lookup.h
@@ -14,8 +14,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef _LOOKUP_H_
diff --git a/lib/cppparser/parser.cpp b/lib/cppparser/parser.cpp
index b790f5a1..bed7cbd8 100644
--- a/lib/cppparser/parser.cpp
+++ b/lib/cppparser/parser.cpp
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
// c++ support
diff --git a/lib/cppparser/parser.h b/lib/cppparser/parser.h
index ff3891ac..d675c3da 100644
--- a/lib/cppparser/parser.h
+++ b/lib/cppparser/parser.h
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef PARSER_H
diff --git a/lib/cppparser/tree_parser.cpp b/lib/cppparser/tree_parser.cpp
index 780d86a2..21f451f3 100644
--- a/lib/cppparser/tree_parser.cpp
+++ b/lib/cppparser/tree_parser.cpp
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include "tree_parser.h"
diff --git a/lib/cppparser/tree_parser.h b/lib/cppparser/tree_parser.h
index a7477a16..442cd408 100644
--- a/lib/cppparser/tree_parser.h
+++ b/lib/cppparser/tree_parser.h
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef __tree_parser_h