diff options
Diffstat (limited to 'factory')
-rw-r--r-- | factory/base.py | 1 | ||||
-rw-r--r-- | factory/containers.py | 1 | ||||
-rw-r--r-- | factory/declarations.py | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/factory/base.py b/factory/base.py index 8ae166e..17da43c 100644 --- a/factory/base.py +++ b/factory/base.py @@ -1,4 +1,5 @@ # Copyright (c) 2010 Mark Sandstrom +# Copyright (c) 2011 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/factory/containers.py b/factory/containers.py index 62c8847..17f1c6e 100644 --- a/factory/containers.py +++ b/factory/containers.py @@ -1,4 +1,5 @@ # Copyright (c) 2010 Mark Sandstrom +# Copyright (c) 2011 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/factory/declarations.py b/factory/declarations.py index f1112c5..a5f85c0 100644 --- a/factory/declarations.py +++ b/factory/declarations.py @@ -1,4 +1,5 @@ # Copyright (c) 2010 Mark Sandstrom +# Copyright (c) 2011 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 |