aboutsummaryrefslogtreecommitdiff
path: root/odb/generator.cxx
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 /odb/generator.cxx
parent5fe41d3986657724c225f2801466984942fc86f7 (diff)
Change GPL v3
Diffstat (limited to 'odb/generator.cxx')
-rw-r--r--odb/generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/generator.cxx b/odb/generator.cxx
index 811d0d3..252b6df 100644
--- a/odb/generator.cxx
+++ b/odb/generator.cxx
@@ -1,7 +1,7 @@
// file : cli/generator.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-// license : GNU GPL v2; see accompanying LICENSE file
+// license : GNU GPL v3; see accompanying LICENSE file
#include <cctype> // std::toupper, std::is{alpha,upper,lower}
#include <string>