diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-07-16 20:47:01 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-07-16 20:47:01 +0000 |
commit | 8167ee883931cb20c6264fc19d040ce2dc6ceaaa (patch) | |
tree | 20a7c266bae553f0747c45b3b762094600aea505 /target-cris | |
parent | a1961a4b313b346213439ca0e3e1e9ea69169bf4 (diff) |
Update to a hopefully more future proof FSF address
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-cris')
-rw-r--r-- | target-cris/cpu.h | 3 | ||||
-rw-r--r-- | target-cris/crisv32-decode.h | 3 | ||||
-rw-r--r-- | target-cris/exec.h | 3 | ||||
-rw-r--r-- | target-cris/helper.c | 3 | ||||
-rw-r--r-- | target-cris/mmu.c | 3 | ||||
-rw-r--r-- | target-cris/op_helper.c | 3 | ||||
-rw-r--r-- | target-cris/opcode-cris.h | 3 | ||||
-rw-r--r-- | target-cris/translate.c | 3 |
8 files changed, 8 insertions, 16 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index 7c4e2576d9..5717fa7800 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -15,8 +15,7 @@ * General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #ifndef CPU_CRIS_H #define CPU_CRIS_H diff --git a/target-cris/crisv32-decode.h b/target-cris/crisv32-decode.h index a8042ab491..ed141de0b7 100644 --- a/target-cris/crisv32-decode.h +++ b/target-cris/crisv32-decode.h @@ -15,8 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ /* Convenient binary macros. */ diff --git a/target-cris/exec.h b/target-cris/exec.h index 5f3cc00178..0b6c5ebf2c 100644 --- a/target-cris/exec.h +++ b/target-cris/exec.h @@ -15,8 +15,7 @@ * General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "dyngen-exec.h" diff --git a/target-cris/helper.c b/target-cris/helper.c index 405454f50f..c0e11d1aa7 100644 --- a/target-cris/helper.c +++ b/target-cris/helper.c @@ -15,8 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/target-cris/mmu.c b/target-cris/mmu.c index 1f3d483220..bc5b7105d1 100644 --- a/target-cris/mmu.c +++ b/target-cris/mmu.c @@ -15,8 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #ifndef CONFIG_USER_ONLY diff --git a/target-cris/op_helper.c b/target-cris/op_helper.c index edfaf41a8c..b44b9325ff 100644 --- a/target-cris/op_helper.c +++ b/target-cris/op_helper.c @@ -15,8 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "exec.h" diff --git a/target-cris/opcode-cris.h b/target-cris/opcode-cris.h index 76fbc2f3ca..8d4749debe 100644 --- a/target-cris/opcode-cris.h +++ b/target-cris/opcode-cris.h @@ -17,8 +17,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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef __CRIS_H_INCLUDED_ #define __CRIS_H_INCLUDED_ diff --git a/target-cris/translate.c b/target-cris/translate.c index fd9380cf60..bd3ae3d763 100644 --- a/target-cris/translate.c +++ b/target-cris/translate.c @@ -15,8 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ /* |