diff options
Diffstat (limited to 'languages/ada/addclass.cpp')
-rw-r--r-- | languages/ada/addclass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/ada/addclass.cpp b/languages/ada/addclass.cpp index 75420266..725d6dc9 100644 --- a/languages/ada/addclass.cpp +++ b/languages/ada/addclass.cpp @@ -183,7 +183,7 @@ bool AddClass::generate() " * published by the Free Software Foundation; either version 2 of the\n" " * License, or (at your option) any later version.\n"; } - else if (m_info.license == "TQPL") + else if (m_info.license == "QPL") { code += " * This program may be distributed under the terms of the Q Public\n" |