From d11be7d206361bf338e82f70a5d411a55396eec9 Mon Sep 17 00:00:00 2001 From: Gabriel Falcao Date: Fri, 9 Nov 2012 17:05:27 -0500 Subject: [PATCH] updating license --- httpretty/__init__.py | 2 +- tests/functional/__init__.py | 2 +- tests/functional/test_bypass.py | 2 +- tests/functional/test_httplib2.py | 2 +- tests/functional/test_requests.py | 2 +- tests/functional/test_urllib2.py | 2 +- tests/functional/testserver.py | 2 +- tests/unit/__init__.py | 3 +-- tests/unit/test_httpretty.py | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/httpretty/__init__.py b/httpretty/__init__.py index 432cc00..83f9bf3 100644 --- a/httpretty/__init__.py +++ b/httpretty/__init__.py @@ -1,7 +1,7 @@ # #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) <2011> Gabriel Falcão +# Copyright (C) <2011-2012> Gabriel Falcão # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/tests/functional/__init__.py b/tests/functional/__init__.py index 284a158..fee0020 100644 --- a/tests/functional/__init__.py +++ b/tests/functional/__init__.py @@ -1,7 +1,7 @@ # #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) <2011> Gabriel Falcão +# Copyright (C) <2011-2012> Gabriel Falcão # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/tests/functional/test_bypass.py b/tests/functional/test_bypass.py index c2b25ee..742c897 100644 --- a/tests/functional/test_bypass.py +++ b/tests/functional/test_bypass.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # -# Copyright (C) <2011> Gabriel Falcão +# Copyright (C) <2011-2012> Gabriel Falcão # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/tests/functional/test_httplib2.py b/tests/functional/test_httplib2.py index ee802b8..51d21b2 100644 --- a/tests/functional/test_httplib2.py +++ b/tests/functional/test_httplib2.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # -# Copyright (C) <2011> Gabriel Falcão +# Copyright (C) <2011-2012> Gabriel Falcão # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/tests/functional/test_requests.py b/tests/functional/test_requests.py index f256f5d..121d39c 100644 --- a/tests/functional/test_requests.py +++ b/tests/functional/test_requests.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # -# Copyright (C) <2011> Gabriel Falcão +# Copyright (C) <2011-2012> Gabriel Falcão # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/tests/functional/test_urllib2.py b/tests/functional/test_urllib2.py index 00f27cb..c559b36 100644 --- a/tests/functional/test_urllib2.py +++ b/tests/functional/test_urllib2.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # -# Copyright (C) <2011> Gabriel Falcão +# Copyright (C) <2011-2012> Gabriel Falcão # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/tests/functional/testserver.py b/tests/functional/testserver.py index 9263f92..b170be4 100644 --- a/tests/functional/testserver.py +++ b/tests/functional/testserver.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # -# Copyright (C) <2011> Gabriel Falcão +# Copyright (C) <2011-2012> Gabriel Falcão # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index 1e59f4f..0554510 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -1,7 +1,7 @@ # #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) <2011> Gabriel Falcão +# Copyright (C) <2011-2012> Gabriel Falcão # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation @@ -23,4 +23,3 @@ # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. - diff --git a/tests/unit/test_httpretty.py b/tests/unit/test_httpretty.py index a6806c9..61f81e6 100644 --- a/tests/unit/test_httpretty.py +++ b/tests/unit/test_httpretty.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # -# Copyright (C) <2011> Gabriel Falcão +# Copyright (C) <2011-2012> Gabriel Falcão # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation