diff --git a/AUTHORS.md b/AUTHORS.md index 5978cc0..367dffd 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,14 +1,14 @@ # Authors -- Jonas Juselius - Radovan Bast +- Roberto Di Remigio +- Jonas Juselius # Contributors - Miroslav Ilias (Windows, portability, earliest adopter testing and feedback, math library testing) - Ivan Hrasko (Windows, Appveyor testing) - Dan Jonsson (idea for configuration file approach which preceded YAML solution) -- Roberto Di Remigio (design ideas and testing, OS X testing, Boost) For a list of all the contributions, see https://github.com/coderefinery/autocmake/contributors. diff --git a/LICENSE b/LICENSE index 65d6739..0ad43e6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2016 by Radovan Bast, Jonas Juselius, and contributors. +Copyright (c) 2015-2017 by Radovan Bast, Roberto Di Remigio, Jonas Juselius, and contributors. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/autocmake/generate.py b/autocmake/generate.py index dcd8ef9..d64f902 100644 --- a/autocmake/generate.py +++ b/autocmake/generate.py @@ -40,7 +40,7 @@ def autogenerated_notice(): s = [] s.append('# This file is autogenerated by Autocmake v{0} http://autocmake.org'.format(__version__)) - s.append('# Copyright (c) {0} by Radovan Bast, Jonas Juselius, and contributors.'.format(year_range)) + s.append('# Copyright (c) {0} by Radovan Bast, Roberto Di Remigio, Jonas Juselius, and contributors.'.format(year_range)) return '\n'.join(s) diff --git a/doc/conf.py b/doc/conf.py index 3f58260..a1189da 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,8 +56,8 @@ master_doc = 'index' # General information about the project. project = u'Autocmake' -copyright = u'2015-2016, Radovan Bast, Jonas Juselius, and contributors' -author = u'Radovan Bast, Jonas Juselius, and contributors' +copyright = u'2015-2017, Radovan Bast, Roberto Di Remigio, Jonas Juselius, and contributors' +author = u'Radovan Bast, Roberto Di Remigio, Jonas Juselius, and contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the