diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-09-01 20:49:54 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-09-01 20:50:19 -0400 |
commit | 12a100e4d8bdda7bd2353403a7e08e3a94669498 (patch) | |
tree | 27e40dc1b526a1674c4ed00d18d2146840fac9a9 /mediagoblin/submit | |
parent | 9f552f449bf9b7d12a4754a4ab1a63829c66e8d7 (diff) | |
download | mediagoblin-12a100e4d8bdda7bd2353403a7e08e3a94669498.tar.lz mediagoblin-12a100e4d8bdda7bd2353403a7e08e3a94669498.tar.xz mediagoblin-12a100e4d8bdda7bd2353403a7e08e3a94669498.zip |
508. Updates copyright/license information
Diffstat (limited to 'mediagoblin/submit')
-rw-r--r-- | mediagoblin/submit/__init__.py | 2 | ||||
-rw-r--r-- | mediagoblin/submit/forms.py | 2 | ||||
-rw-r--r-- | mediagoblin/submit/routing.py | 2 | ||||
-rw-r--r-- | mediagoblin/submit/security.py | 2 | ||||
-rw-r--r-- | mediagoblin/submit/views.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mediagoblin/submit/__init__.py b/mediagoblin/submit/__init__.py index a8eeb5ed..576bd0f5 100644 --- a/mediagoblin/submit/__init__.py +++ b/mediagoblin/submit/__init__.py @@ -1,5 +1,5 @@ # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011 Free Software Foundation, Inc +# Copyright (C) 2011 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/submit/forms.py b/mediagoblin/submit/forms.py index 4519b057..17df6be6 100644 --- a/mediagoblin/submit/forms.py +++ b/mediagoblin/submit/forms.py @@ -1,5 +1,5 @@ # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011 Free Software Foundation, Inc +# Copyright (C) 2011 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/submit/routing.py b/mediagoblin/submit/routing.py index 5585ecb0..03e01f45 100644 --- a/mediagoblin/submit/routing.py +++ b/mediagoblin/submit/routing.py @@ -1,5 +1,5 @@ # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011 Free Software Foundation, Inc +# Copyright (C) 2011 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/submit/security.py b/mediagoblin/submit/security.py index b2cb6d88..9d62a36e 100644 --- a/mediagoblin/submit/security.py +++ b/mediagoblin/submit/security.py @@ -1,5 +1,5 @@ # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011 Free Software Foundation, Inc +# Copyright (C) 2011 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/submit/views.py b/mediagoblin/submit/views.py index b9395145..e24d78f3 100644 --- a/mediagoblin/submit/views.py +++ b/mediagoblin/submit/views.py @@ -1,5 +1,5 @@ # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011 Free Software Foundation, Inc +# Copyright (C) 2011 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 |