diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-03-26 23:45:29 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-03-26 23:45:29 +0100 |
commit | a1e5ff13c0573feb95c810e7e27cd30de97b8f21 (patch) | |
tree | 5e66243897dbfc738ce160007b34ea4efc39ac62 /tests/cyclic | |
parent | 8a3127f394283b367f15f43328a1c8751982898f (diff) | |
download | factory-boy-a1e5ff13c0573feb95c810e7e27cd30de97b8f21.tar factory-boy-a1e5ff13c0573feb95c810e7e27cd30de97b8f21.tar.gz |
Update header years.
Diffstat (limited to 'tests/cyclic')
-rw-r--r-- | tests/cyclic/bar.py | 2 | ||||
-rw-r--r-- | tests/cyclic/foo.py | 2 | ||||
-rw-r--r-- | tests/cyclic/self_ref.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/cyclic/bar.py b/tests/cyclic/bar.py index a5e6bf1..b4f8e0c 100644 --- a/tests/cyclic/bar.py +++ b/tests/cyclic/bar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2011-2013 Raphaël Barrois +# Copyright (c) 2011-2015 Raphaël Barrois # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cyclic/foo.py b/tests/cyclic/foo.py index 18de362..62e58c0 100644 --- a/tests/cyclic/foo.py +++ b/tests/cyclic/foo.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2011-2013 Raphaël Barrois +# Copyright (c) 2011-2015 Raphaël Barrois # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cyclic/self_ref.py b/tests/cyclic/self_ref.py index f18c989..d98b3ab 100644 --- a/tests/cyclic/self_ref.py +++ b/tests/cyclic/self_ref.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2011-2013 Raphaël Barrois +# Copyright (c) 2011-2015 Raphaël Barrois # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal |