Skip to content

Commit f5aafc3

Browse files
arunpersaudsteveicarus
authored andcommitted
updated FSF-address
1 parent 1f152aa commit f5aafc3

File tree

490 files changed

+511
-528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

490 files changed

+511
-528
lines changed

AStatement.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

AStatement.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include <map>

Attrib.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

Attrib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include "StringHeap.h"

COPYING

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Version 2, June 1991
33

44
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5-
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
5+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
6+
67
Everyone is permitted to copy and distribute verbatim copies
78
of this license document, but changing it is not allowed.
89

@@ -305,7 +306,7 @@ the "copyright" line and a pointer to where the full notice is found.
305306

306307
You should have received a copy of the GNU General Public License
307308
along with this program; if not, write to the Free Software
308-
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
309+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
309310

310311
Also add information on how to contact you by electronic and paper mail.
311312

HName.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

HName.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include <iostream>

Makefile.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
#
1313
# You should have received a copy of the GNU Library General Public
1414
# License along with this program; if not, write to the Free
15-
# Software Foundation, Inc.,
16-
# 59 Temple Place - Suite 330
17-
# Boston, MA 02111-1307, USA
15+
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16+
# Boston, MA 02110-1301, USA.
1817
#
1918
SHELL = /bin/sh
2019

Module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

Module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222

PClass.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "PClass.h"

PClass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include "PScope.h"

PDelays.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

PDelays.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include "svector.h"

PEvent.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

PEvent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include "LineInfo.h"

PExpr.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

PExpr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include <string>

PFunction.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

PGate.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

PGate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include "svector.h"

PGenerate.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "PGenerate.h"

PGenerate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include "LineInfo.h"

PScope.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "PScope.h"

PScope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include "LineInfo.h"

PSpec.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "PSpec.h"

PSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include "LineInfo.h"

PTask.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

PTask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include "LineInfo.h"

PUdp.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "PUdp.h"

PUdp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include <map>

PWire.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

PWire.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include "netlist.h"

Statement.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

Statement.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include <string>

_pli_types.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# undef HAVE_INTTYPES_H

acc_user.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
/*

async.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include "config.h"

cadpli/Makefile.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
#
1313
# You should have received a copy of the GNU Library General Public
1414
# License along with this program; if not, write to the Free
15-
# Software Foundation, Inc.,
16-
# 59 Temple Place - Suite 330
17-
# Boston, MA 02111-1307, USA
15+
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16+
# Boston, MA 02110-1301, USA.
1817
#
1918
SHELL = /bin/sh
2019

cadpli/cadpli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
17+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1818
*/
1919

2020
# include <vpi_user.h>

cadpli/ivl_dlfcn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
#if defined(__MINGW32__)

compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the GNU General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
*/
2121

2222
# include <list>

0 commit comments

Comments
 (0)