Skip to content

Commit d02424b

Browse files
committed
updating license headers in all files
1 parent ce5f72f commit d02424b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+66
-66
lines changed

COPYING

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
<Lettuce - Behaviour Driven Development for python> Copyright (C) <2010> Gabriel Falcão <[email protected]>
655+
<Lettuce - Behaviour Driven Development for python> Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.

README.md

+1-1

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# <Lettuce - Behaviour Driven Development for python>
4-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
4+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

lettuce/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/decorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/django/apps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/django/management/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/django/management/commands/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/django/management/commands/harvest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/django/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/fs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/languages.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/plugins/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/plugins/colored_shell_output.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/plugins/dots.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/plugins/non_verbose.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/plugins/scenario_names.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/plugins/shell_output.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/plugins/xunit_output.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/registry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

lettuce/terrain.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# <Lettuce - Behaviour Driven Development for python>
4-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
4+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

tests/asserts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/language_specific_features/language_helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/language_specific_features/test_ptbr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/output_features/fail_outline/fail_outline_steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/output_features/failed_table/failed_table_steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/output_features/success_outline/success_outline_steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/output_features/success_table/success_table_steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/sandbox/terrain.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/simple_features/1st_feature_dir/terrain.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/simple_features/2nd_feature_dir/step_definitions/sum_steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/simple_features/3rd_feature_dir/look/and_here/and_any_python_file/step_four.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/simple_features/3rd_feature_dir/look/and_here/step_two.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/simple_features/3rd_feature_dir/look/here/for_steps/step_three.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/simple_features/3rd_feature_dir/look/here/step_one.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/test_feature_loader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/test_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/test_step_definition_loading.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/test_terrain.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/functional/test_xunit_output.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/integration/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/integration/django/alfaces/donothing/features/simple-steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

tests/integration/django/brocolis/leaves/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# <Lettuce - Behaviour Driven Development for python>
3-
# Copyright (C) <2010> Gabriel Falcão <[email protected]>
3+
# Copyright (C) <2010-2011> Gabriel Falcão <[email protected]>
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)