aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--factory/base.py1
-rw-r--r--factory/containers.py1
-rw-r--r--factory/declarations.py1
-rw-r--r--tests/__init__.py2
-rw-r--r--tests/test_base.py1
-rw-r--r--tests/test_containers.py1
-rw-r--r--tests/test_declarations.py1
7 files changed, 8 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
diff --git a/tests/__init__.py b/tests/__init__.py
index 642caeb..51d9a6e 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2011 Raphaël Barrois
+
from .test_base import *
from .test_containers import *
from .test_declarations import *
diff --git a/tests/test_base.py b/tests/test_base.py
index 17d9a9b..d66148a 100644
--- a/tests/test_base.py
+++ b/tests/test_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/tests/test_containers.py b/tests/test_containers.py
index b1485b1..7dd6758 100644
--- a/tests/test_containers.py
+++ b/tests/test_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/tests/test_declarations.py b/tests/test_declarations.py
index 6299396..2d77e1a 100644
--- a/tests/test_declarations.py
+++ b/tests/test_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