diff --git a/tiramisu/autolib.py b/tiramisu/autolib.py index febc172..e4de794 100644 --- a/tiramisu/autolib.py +++ b/tiramisu/autolib.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 Team tiramisu (see README for all contributors) +# Copyright (C) 2012 Team tiramisu (see AUTHORS for all contributors) # # 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 diff --git a/tiramisu/basetype.py b/tiramisu/basetype.py index c501ccb..3176849 100644 --- a/tiramisu/basetype.py +++ b/tiramisu/basetype.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- "base 'interface' types for option types" -# Copyright (C) 2012 Team tiramisu (see README for all contributors) +# Copyright (C) 2012 Team tiramisu (see AUTHORS for all contributors) # # 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 diff --git a/tiramisu/config.py b/tiramisu/config.py index dc5e9c7..775845b 100644 --- a/tiramisu/config.py +++ b/tiramisu/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- "pretty small and local configuration management tool" -# Copyright (C) 2012 Team tiramisu (see README for all contributors) +# Copyright (C) 2012 Team tiramisu (see AUTHORS for all contributors) # # 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 diff --git a/tiramisu/option.py b/tiramisu/option.py index bd80579..75a2a07 100644 --- a/tiramisu/option.py +++ b/tiramisu/option.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- "option types and option description for the configuration management" -# Copyright (C) 2012 Team tiramisu (see README for all contributors) +# Copyright (C) 2012 Team tiramisu (see AUTHORS for all contributors) # # 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 diff --git a/tiramisu/tool.py b/tiramisu/tool.py index 229703f..b535e90 100644 --- a/tiramisu/tool.py +++ b/tiramisu/tool.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 Team tiramisu (see README for all contributors) +# Copyright (C) 2012 Team tiramisu (see AUTHORS for all contributors) # # 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