diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-09-23 21:52:45 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-09-23 21:52:45 +0000 |
commit | 6c641ee035fbef06ca0cbb42c921fb7028cf5216 (patch) | |
tree | a56cd1b5f3372e7ba0983a5a11fb47a1bd676992 /util/cbfstool | |
parent | 920279842dec7a2233e36eeba158ec399703b34a (diff) | |
download | coreboot-6c641ee035fbef06ca0cbb42c921fb7028cf5216.tar.xz |
fix some wrong versions of the FSF's address (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4664 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/cbfstool')
-rw-r--r-- | util/cbfstool/elf.h | 4 | ||||
-rw-r--r-- | util/cbfstool/lzma/C/LGPL.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/util/cbfstool/elf.h b/util/cbfstool/elf.h index bbdce6e83b..01af81988a 100644 --- a/util/cbfstool/elf.h +++ b/util/cbfstool/elf.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301 USA. */ #ifndef _ELF_H #define _ELF_H 1 diff --git a/util/cbfstool/lzma/C/LGPL.txt b/util/cbfstool/lzma/C/LGPL.txt index 4c3890127d..60db6f46a4 100644 --- a/util/cbfstool/lzma/C/LGPL.txt +++ b/util/cbfstool/lzma/C/LGPL.txt @@ -2,7 +2,7 @@ Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the 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 St, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. |