From b94c609c689cabc7d310473e0eaad310298419e6 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Sun, 24 Jan 2010 12:12:47 -0600 Subject: [PATCH] copyright updates. --- demos/blog/blog.py | 1 + psyclone/__init__.py | 1 + psyclone/auth.py | 1 + psyclone/autoreload.py | 1 + psyclone/escape.py | 1 + psyclone/httpclient.py | 1 + psyclone/httpserver.py | 1 + psyclone/iostream.py | 1 + psyclone/locale.py | 1 + psyclone/options.py | 1 + psyclone/s3server.py | 1 + psyclone/template.py | 1 + psyclone/web.py | 1 + psyclone/wsgi.py | 1 + 14 files changed, 14 insertions(+) diff --git a/demos/blog/blog.py b/demos/blog/blog.py index d51d22c00b..f6298f84a5 100755 --- a/demos/blog/blog.py +++ b/demos/blog/blog.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/__init__.py b/psyclone/__init__.py index 8f73764eb2..bf185a9816 100644 --- a/psyclone/__init__.py +++ b/psyclone/__init__.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/auth.py b/psyclone/auth.py index 26d36bb63f..3633991a83 100644 --- a/psyclone/auth.py +++ b/psyclone/auth.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/autoreload.py b/psyclone/autoreload.py index 880f5d6be5..4f4e9b3959 100644 --- a/psyclone/autoreload.py +++ b/psyclone/autoreload.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/escape.py b/psyclone/escape.py index a7a8c11325..4a81b92f93 100644 --- a/psyclone/escape.py +++ b/psyclone/escape.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/httpclient.py b/psyclone/httpclient.py index 578d273c9b..da32a619c9 100644 --- a/psyclone/httpclient.py +++ b/psyclone/httpclient.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/httpserver.py b/psyclone/httpserver.py index bbe4ccdf7c..69a3581ea0 100644 --- a/psyclone/httpserver.py +++ b/psyclone/httpserver.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/iostream.py b/psyclone/iostream.py index 2d1a682e8d..db8608ae1f 100644 --- a/psyclone/iostream.py +++ b/psyclone/iostream.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/locale.py b/psyclone/locale.py index fb4e679e7e..462079e804 100644 --- a/psyclone/locale.py +++ b/psyclone/locale.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/options.py b/psyclone/options.py index 82019ff42d..b79ffc736b 100644 --- a/psyclone/options.py +++ b/psyclone/options.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/s3server.py b/psyclone/s3server.py index 5a44496674..ccb04b2faa 100644 --- a/psyclone/s3server.py +++ b/psyclone/s3server.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/template.py b/psyclone/template.py index 1835cb4134..c65ed2dac6 100644 --- a/psyclone/template.py +++ b/psyclone/template.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/web.py b/psyclone/web.py index 2d65ade0aa..522f62d269 100644 --- a/psyclone/web.py +++ b/psyclone/web.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/psyclone/wsgi.py b/psyclone/wsgi.py index 78224c626d..bb43f8f615 100644 --- a/psyclone/wsgi.py +++ b/psyclone/wsgi.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2009 Facebook +# Copyright 2010 Dusty Phillips # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain