diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 07:18:22 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 07:18:22 +0000 |
commit | 51b318dec8f66b2544b24c359ff3d69425d0d6ff (patch) | |
tree | 17f08aedf7c80cc7149d2eb35b575d1507f3bf49 /sim/microblaze | |
parent | 3fd725ef34e474e36bf2bea93a770589c69ee1e6 (diff) | |
download | gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.zip gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.tar.gz gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.tar.bz2 |
[sim] Update old contact info in GPL license notices
sim/ChangeLog:
Update old contact info in GPL license notices.
Diffstat (limited to 'sim/microblaze')
-rw-r--r-- | sim/microblaze/interp.c | 4 | ||||
-rw-r--r-- | sim/microblaze/microblaze.h | 4 | ||||
-rw-r--r-- | sim/microblaze/microblaze.isa | 4 | ||||
-rw-r--r-- | sim/microblaze/sim-main.h | 4 | ||||
-rw-r--r-- | sim/microblaze/sysdep.h | 3 |
5 files changed, 5 insertions, 14 deletions
diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c index bdeeb27..2d84165 100644 --- a/sim/microblaze/interp.c +++ b/sim/microblaze/interp.c @@ -14,9 +14,7 @@ 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., 51 Franklin Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "config.h" #include <signal.h> diff --git a/sim/microblaze/microblaze.h b/sim/microblaze/microblaze.h index 2fa773e..a1f4396 100644 --- a/sim/microblaze/microblaze.h +++ b/sim/microblaze/microblaze.h @@ -16,9 +16,7 @@ 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., 51 Franklin Street - Fifth Floor, Boston, - MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "../../opcodes/microblaze-opcm.h" diff --git a/sim/microblaze/microblaze.isa b/sim/microblaze/microblaze.isa index 9102bba..61d186f 100644 --- a/sim/microblaze/microblaze.isa +++ b/sim/microblaze/microblaze.isa @@ -13,9 +13,7 @@ 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., 51 Franklin Street - Fifth Floor, Boston, - MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* * MICROBLAZE Instruction Set Architecture diff --git a/sim/microblaze/sim-main.h b/sim/microblaze/sim-main.h index 9b3ed18..126fc58 100644 --- a/sim/microblaze/sim-main.h +++ b/sim/microblaze/sim-main.h @@ -16,9 +16,7 @@ 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., 51 Franklin Street - Fifth Floor, Boston, - MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "microblaze.h" #include "sim-basics.h" diff --git a/sim/microblaze/sysdep.h b/sim/microblaze/sysdep.h index acd23a5..a8620bb 100644 --- a/sim/microblaze/sysdep.h +++ b/sim/microblaze/sysdep.h @@ -15,8 +15,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. */ +with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef __SYSDEP_H #define __SYSDEP_H |