aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-13 21:20:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-13 21:20:03 +0200
commita519bac4e04e679e3063f71e31e1b43db1a703cc (patch)
treeb99dca1c579cbb226018bb3120c91cabe113c92a /makefile
parent5fe41d3986657724c225f2801466984942fc86f7 (diff)
Change GPL v3
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 2448e2e..3f6bee0 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
# file : makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
+# license : GNU GPL v3; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
@@ -14,7 +14,7 @@ clean := $(out_base)/.clean
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
$(dist): export dirs := $(dirs)
-$(dist): export docs := GPLv2 LICENSE README NEWS version
+$(dist): export docs := GPLv3 LICENSE README NEWS version
$(dist): data_dist :=
$(dist): exec_dist := bootstrap
$(dist): export extra_dist := $(data_dist) $(exec_dist)