diff options
Diffstat (limited to 'src/shared/Makefile.am')
-rw-r--r-- | src/shared/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/Makefile.am b/src/shared/Makefile.am index 5a64a45fc29..29d85e6c83f 100644 --- a/src/shared/Makefile.am +++ b/src/shared/Makefile.am @@ -4,7 +4,7 @@ # # 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, @@ -118,3 +118,4 @@ EXTRA_DIST += \ WheatyExceptionReport.cpp \ WheatyExceptionReport.h + |