diff --git a/lib/ctt/test/__init__.py b/lib/ctt/test/__init__.py index 71ea5a3..c638736 100644 --- a/lib/ctt/test/__init__.py +++ b/lib/ctt/test/__init__.py @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with cdist. If not, see . +# along with ctt. If not, see . # # diff --git a/lib/ctt/test/__main__.py b/lib/ctt/test/__main__.py index 418ca27..c257ef9 100644 --- a/lib/ctt/test/__main__.py +++ b/lib/ctt/test/__main__.py @@ -1,9 +1,9 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# 2011 Nico Schottelius (nico-cdist at schottelius.org) +# 2016 Darko Poljak (darko.poljak at gmail.com) # -# This file is part of cdist. +# This file is part of ctt. # # cdist is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with cdist. If not, see . +# along with ctt. If not, see . # # diff --git a/lib/ctt/test/test_listprojects.py b/lib/ctt/test/test_listprojects.py index 3946470..17ddfe7 100755 --- a/lib/ctt/test/test_listprojects.py +++ b/lib/ctt/test/test_listprojects.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# 2012 Nico Schottelius (nico-ctt at schottelius.org) +# 2016 Darko Poljak (darko.poljak at gmail.com) # # This file is part of ctt. #