aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2013-07-08 17:00:51 +0000
committerrelan <relan@users.noreply.github.com>2015-08-24 08:26:16 +0300
commit3925ca6f53180770d00f7dcca5fe754421c465d0 (patch)
treef79b53b2d59db04229d106befa38de617ca9b4af
parent48573fff5d070863e3279769e8a95d5c15a5c77d (diff)
downloadandroid_external_exfat-3925ca6f53180770d00f7dcca5fe754421c465d0.tar.gz
android_external_exfat-3925ca6f53180770d00f7dcca5fe754421c465d0.tar.bz2
android_external_exfat-3925ca6f53180770d00f7dcca5fe754421c465d0.zip
Fix license for the SConscript.
-rw-r--r--SConstruct10
1 files changed, 6 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index e40a340..dc31c21 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2,11 +2,12 @@
# SConstruct (10.09.09)
# SConscript for all components.
#
+# Free exFAT implementation.
# Copyright (C) 2010-2013 Andrew Nayenko
#
-# This program is free software: you can redistribute it and/or modify
+# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -14,8 +15,9 @@
# 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, see <http://www.gnu.org/licenses/>.
+# 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.
#
import os