diff options
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/erc32.c | 3 | ||||
-rw-r--r-- | sim/erc32/exec.c | 3 | ||||
-rw-r--r-- | sim/erc32/float.c | 3 | ||||
-rw-r--r-- | sim/erc32/func.c | 3 | ||||
-rw-r--r-- | sim/erc32/interf.c | 3 | ||||
-rw-r--r-- | sim/erc32/sis.c | 3 | ||||
-rw-r--r-- | sim/erc32/sis.h | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/sim/erc32/erc32.c b/sim/erc32/erc32.c index b8e0e60..3a5bd11 100644 --- a/sim/erc32/erc32.c +++ b/sim/erc32/erc32.c @@ -15,8 +15,7 @@ * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/erc32/exec.c b/sim/erc32/exec.c index 1479119..4fd2453 100644 --- a/sim/erc32/exec.c +++ b/sim/erc32/exec.c @@ -15,8 +15,7 @@ * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/erc32/float.c b/sim/erc32/float.c index 15ba754..c1a46f8 100644 --- a/sim/erc32/float.c +++ b/sim/erc32/float.c @@ -15,8 +15,7 @@ * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * * * This file implements the interface between the host and the simulated diff --git a/sim/erc32/func.c b/sim/erc32/func.c index 54d2557..881f26c 100644 --- a/sim/erc32/func.c +++ b/sim/erc32/func.c @@ -15,8 +15,7 @@ * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index f448cfa..1ec02be 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -15,8 +15,7 @@ * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/erc32/sis.c b/sim/erc32/sis.c index 0696fb9..f40cd65 100644 --- a/sim/erc32/sis.c +++ b/sim/erc32/sis.c @@ -15,8 +15,7 @@ * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ diff --git a/sim/erc32/sis.h b/sim/erc32/sis.h index dbc5028..a1cf00b 100644 --- a/sim/erc32/sis.h +++ b/sim/erc32/sis.h @@ -15,8 +15,7 @@ * 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., 675 - * Mass Ave, Cambridge, MA 02139, USA. + * this program; if not, see <http://www.gnu.org/licenses/>. * */ |