diff options
author | Harvey Harrison <[email protected]> | 2013-06-22 09:16:55 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2013-06-22 09:16:55 -0700 |
commit | e6c6d02057eaf3ce38fb0d99ec614d2e38788a6b (patch) | |
tree | eaf0bd84981265df2c9a1816ceaaf110dad606c8 /LICENSE.txt | |
parent | be715bd9b6747ed0d1ec1b7b3bfb2da8a213d0bd (diff) |
vecmath: check COPYRIGHT.txt in as UTF8, update FSF address
iconv -f iso8859-1 -t utf-8 COPYRIGHT.txt > tmp.txt
mv tmp.txt COPYRIGHT.txt
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index eeab58c..c5b3f64 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -3,7 +3,7 @@ The GNU General Public License (GPL) Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. -59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +51 Franklin Street, 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. @@ -287,9 +287,8 @@ pointer to where the full notice is found. 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, write to the Free Software Foundation, Inc., 51 + Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it |