diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-28 23:46:38 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-28 23:46:38 +0100 |
commit | 651f97d0652e90ab1af4e80418f42468cc5932e2 (patch) | |
tree | fe10764bde9c29e790624d43737180816c4f23ac /src/main.cpp | |
parent | astyle. First round.. (diff) | |
download | rekonq-651f97d0652e90ab1af4e80418f42468cc5932e2.tar.xz |
pedantic
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9248aa14..b7cfbb3b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,7 +39,7 @@ int main(int argc, char **argv) ki18n("rekonq"), version, ki18n(description), - KAboutData::License_GPL, + KAboutData::License_GPL_V3, ki18n("(C) 2008 Andrea Diamantini"), KLocalizedString(), "http://rekonq.sourceforge.net", |