Skip to content

Commit

Permalink
Merge license-txt-608: Refer to the real filename of the license.
Browse files Browse the repository at this point in the history
Author: thijs
Reviewer: nick
Fixes: #608


git-svn-id: https://svn.pyamf.org/pyamf/trunk@2588 2dde4cc4-cf3c-0410-b1a3-a9b8ff274da5
  • Loading branch information
Thijs Triemstra committed Jul 10, 2009
1 parent db2bbb3 commit 7b61eed
Show file tree
Hide file tree
Showing 60 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion cpyamf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Python C-extensions for L{PyAMF<pyamf>}.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
B{PyAMF} provides B{A}ction B{M}essage B{F}ormat
Expand Down
2 changes: 1 addition & 1 deletion pyamf/adapters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
The adapter package provides additional functionality for other Python
Expand Down
2 changes: 1 addition & 1 deletion pyamf/adapters/_decimal.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Adapter for the C{decimal} module.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/adapters/_django_db_models_base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
C{django.db.models} adapter module.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/adapters/_django_db_models_fields.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
C{django.db.models.fields} adapter module.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/adapters/_django_db_models_query.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Django query adapter module.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/adapters/_django_utils_translation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
C{django.utils.translation} adapter module.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/adapters/_google_appengine_ext_db.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Google App Engine adapter module.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/adapters/_sets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Adapter for the stdlib C{sets} module.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/adapters/_sqlalchemy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
SQLAlchemy adapter module.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/adapters/util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Useful helpers for adapters.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/amf0.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
AMF0 implementation.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/amf3.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
AMF3 implementation.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/flex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Compatibility classes/functions for Flex.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/flex/data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Flex Data Management Service implementation.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/flex/messaging.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Flex Messaging implementation.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/remoting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
AMF Remoting support.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/remoting/amf0.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
AMF0 Remoting support.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/remoting/amf3.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
AMF3 RemoteObject support.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/remoting/client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Remoting client implementation.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/remoting/gateway/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Remoting server implementations.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/remoting/gateway/django.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Gateway for the Django framework.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/remoting/gateway/google.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Gateway for Google App Engine.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/remoting/gateway/twisted.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Twisted server implementation.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/remoting/gateway/wsgi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
WSGI server implementation.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/sol.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Local Shared Object implementation.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Unit tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/adapters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
File included to make the directory a Python package.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/adapters/test_django.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
PyAMF Django adapter tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/adapters/test_google.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
PyAMF Google adapter tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/adapters/test_sqlalchemy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
PyAMF SQLAlchemy adapter tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/gateway/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Unit tests for Remoting gateways.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/gateway/test_django.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Django gateway tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/gateway/test_google.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Google Web App gateway tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/gateway/test_twisted.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Twisted gateway tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/gateway/test_wsgi.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
WSGI gateway tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/modules/test_decimal.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Tests for the C{decimal} module integration.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/modules/test_sets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Tests for the C{sets} module integration.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/remoting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Remoting tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/remoting/test_client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Tests for Remoting client.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/remoting/test_remoteobject.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
RemoteObject Tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/test_adapters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Tests for the adapters module.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/test_adapters_util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Tests for the adapters.util module.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/test_amf0.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Tests for AMF0 Implementation.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/test_amf3.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Tests for AMF3 Implementation.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
General tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/test_flex.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Flex compatibility tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/test_flex_messaging.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Flex Messaging compatibility tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/test_gateway.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
General gateway tests.
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/test_imports.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Tests pyamf.util.imports
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/test_modules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Specific module tests
Expand Down
2 changes: 1 addition & 1 deletion pyamf/tests/test_remoting.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2007-2009 The PyAMF Project.
# See LICENSE for details.
# See LICENSE.txt for details.

"""
Tests for AMF Remoting.
Expand Down
Loading

0 comments on commit 7b61eed

Please sign in to comment.