diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-04 22:05:52 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-04 22:05:52 +0000 |
commit | fad6cb1a565bb73f83fc0e2654489457b489e436 (patch) | |
tree | 393d020d2e2c7da3072e67db063d5648cc3ab9ff /target-cris | |
parent | CRIS: Dont flush kernel protected pages when modifying $pid. (diff) | |
download | qemu-kvm-fad6cb1a565bb73f83fc0e2654489457b489e436.tar.gz qemu-kvm-fad6cb1a565bb73f83fc0e2654489457b489e436.tar.bz2 qemu-kvm-fad6cb1a565bb73f83fc0e2654489457b489e436.zip |
Update FSF address in GPL/LGPL boilerplate
The attached patch updates the FSF address in the GPL/LGPL boilerplate
in most GPL/LGPLed files, and also in COPYING.LIB.
Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6162 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris')
-rw-r--r-- | target-cris/cpu.h | 2 | ||||
-rw-r--r-- | target-cris/crisv32-decode.h | 2 | ||||
-rw-r--r-- | target-cris/exec.h | 2 | ||||
-rw-r--r-- | target-cris/helper.c | 2 | ||||
-rw-r--r-- | target-cris/mmu.c | 2 | ||||
-rw-r--r-- | target-cris/op_helper.c | 2 | ||||
-rw-r--r-- | target-cris/translate.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index cf61a3d66..9e4faff30 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA */ #ifndef CPU_CRIS_H #define CPU_CRIS_H diff --git a/target-cris/crisv32-decode.h b/target-cris/crisv32-decode.h index 3a515c4a0..a8042ab49 100644 --- a/target-cris/crisv32-decode.h +++ b/target-cris/crisv32-decode.h @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA */ /* Convenient binary macros. */ diff --git a/target-cris/exec.h b/target-cris/exec.h index e82c04a7f..d328bf60a 100644 --- a/target-cris/exec.h +++ b/target-cris/exec.h @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA */ #include "dyngen-exec.h" diff --git a/target-cris/helper.c b/target-cris/helper.c index 2aa5a8e7d..6bd7aaf02 100644 --- a/target-cris/helper.c +++ b/target-cris/helper.c @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA */ #include <stdio.h> diff --git a/target-cris/mmu.c b/target-cris/mmu.c index 9ae398db6..334b2b600 100644 --- a/target-cris/mmu.c +++ b/target-cris/mmu.c @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA */ #ifndef CONFIG_USER_ONLY diff --git a/target-cris/op_helper.c b/target-cris/op_helper.c index 541237bb5..5db4575fe 100644 --- a/target-cris/op_helper.c +++ b/target-cris/op_helper.c @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA */ #include <assert.h> diff --git a/target-cris/translate.c b/target-cris/translate.c index d4328f046..6a8c35597 100644 --- a/target-cris/translate.c +++ b/target-cris/translate.c @@ -16,7 +16,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA */ /* |