diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2012-02-08 10:46:33 -0500 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2012-02-08 10:47:08 -0500 |
commit | 7f4ebeed7677a229f539bd2eaa78f9783dfc1477 (patch) | |
tree | 338374747fca4338f2f7027d1b837d7d4950155e /mediagoblin/tests | |
parent | c2dfe1dd4090ef40eeb615d09c4607e6d5853994 (diff) | |
download | mediagoblin-7f4ebeed7677a229f539bd2eaa78f9783dfc1477.tar.lz mediagoblin-7f4ebeed7677a229f539bd2eaa78f9783dfc1477.tar.xz mediagoblin-7f4ebeed7677a229f539bd2eaa78f9783dfc1477.zip |
Fix copyright statements; add LICENSE for EXIF.py
Diffstat (limited to 'mediagoblin/tests')
-rw-r--r-- | mediagoblin/tests/test_cache.py | 2 | ||||
-rw-r--r-- | mediagoblin/tests/test_submission.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mediagoblin/tests/test_cache.py b/mediagoblin/tests/test_cache.py index cbffeb84..48fa1386 100644 --- a/mediagoblin/tests/test_cache.py +++ b/mediagoblin/tests/test_cache.py @@ -1,5 +1,5 @@ # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011 Free Software Foundation, Inc +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/mediagoblin/tests/test_submission.py b/mediagoblin/tests/test_submission.py index e31a7783..217926a4 100644 --- a/mediagoblin/tests/test_submission.py +++ b/mediagoblin/tests/test_submission.py @@ -1,4 +1,3 @@ - # GNU MediaGoblin -- federated, autonomous media hosting # Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. # |