diff options
Diffstat (limited to 'mcopidl')
-rw-r--r-- | mcopidl/mcopidl.cc | 2 | ||||
-rw-r--r-- | mcopidl/namespace.cc | 4 | ||||
-rw-r--r-- | mcopidl/namespace.h | 4 | ||||
-rw-r--r-- | mcopidl/scanner.cc | 2 | ||||
-rw-r--r-- | mcopidl/scanner.ll | 2 | ||||
-rw-r--r-- | mcopidl/yacc.cc | 4 | ||||
-rw-r--r-- | mcopidl/yacc.yy | 2 |
7 files changed, 10 insertions, 10 deletions
diff --git a/mcopidl/mcopidl.cc b/mcopidl/mcopidl.cc index 2f8ff23..11d7705 100644 --- a/mcopidl/mcopidl.cc +++ b/mcopidl/mcopidl.cc @@ -15,7 +15,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 02111-1307, USA. + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. Permission is also granted to link this program with the Qt library, treating Qt like a library that normally accompanies the diff --git a/mcopidl/namespace.cc b/mcopidl/namespace.cc index 1e863a0..069fffd 100644 --- a/mcopidl/namespace.cc +++ b/mcopidl/namespace.cc @@ -15,8 +15,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. */ diff --git a/mcopidl/namespace.h b/mcopidl/namespace.h index 479e30f..ea21e45 100644 --- a/mcopidl/namespace.h +++ b/mcopidl/namespace.h @@ -15,8 +15,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 _MCOPIDL_NAMESPACE_H__ diff --git a/mcopidl/scanner.cc b/mcopidl/scanner.cc index 76139f7..4ea22ba 100644 --- a/mcopidl/scanner.cc +++ b/mcopidl/scanner.cc @@ -657,7 +657,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */ #line 25 "scanner.ll" diff --git a/mcopidl/scanner.ll b/mcopidl/scanner.ll index 10896d2..bc8f6ae 100644 --- a/mcopidl/scanner.ll +++ b/mcopidl/scanner.ll @@ -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, Boston, MA 02111-1307, USA. + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ diff --git a/mcopidl/yacc.cc b/mcopidl/yacc.cc index 2d6fac7..e063506 100644 --- a/mcopidl/yacc.cc +++ b/mcopidl/yacc.cc @@ -352,8 +352,8 @@ static const short yycheck[] = { 0, 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 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. diff --git a/mcopidl/yacc.yy b/mcopidl/yacc.yy index 9e90fbe..40b75ff 100644 --- a/mcopidl/yacc.yy +++ b/mcopidl/yacc.yy @@ -15,7 +15,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 02111-1307, USA. + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ |