diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-01-02 10:48:43 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-01-02 10:48:43 +0100 |
commit | 8c3c45e441e589a4ede80bb8532803a382624332 (patch) | |
tree | c035180651bd425973df1fd83a38d80e7bc56c52 /tests/cyclic | |
parent | c6182ccc61d2224275fb4af1f7807f91114e0bee (diff) | |
download | factory-boy-8c3c45e441e589a4ede80bb8532803a382624332.tar factory-boy-8c3c45e441e589a4ede80bb8532803a382624332.tar.gz |
Happy New Year!
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'tests/cyclic')
-rw-r--r-- | tests/cyclic/bar.py | 2 | ||||
-rw-r--r-- | tests/cyclic/foo.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cyclic/bar.py b/tests/cyclic/bar.py index cc90930..a8c9670 100644 --- a/tests/cyclic/bar.py +++ b/tests/cyclic/bar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2011-2012 Raphaël Barrois +# Copyright (c) 2011-2013 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 e6f8896..7f00f12 100644 --- a/tests/cyclic/foo.py +++ b/tests/cyclic/foo.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2011-2012 Raphaël Barrois +# Copyright (c) 2011-2013 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 |