From 91635546a3ff4479f4d137a9084ce7458be6d55a Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 24 Apr 2013 16:00:07 +0200 Subject: [PATCH] Change copyright to The Tor Project. --- LICENSE | 2 +- src/examples/http.py | 4 ++-- src/socksclient.py | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index a37319e..44e280e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2012, Linus Nordberg +Copyright (c) 2011-2013, The Tor Project Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/src/examples/http.py b/src/examples/http.py index 81ecbc9..1c3b920 100755 --- a/src/examples/http.py +++ b/src/examples/http.py @@ -1,7 +1,7 @@ #! /usr/bin/env python -# Copyright (c) 2011-2013, Linus Nordberg -# See LICENSE for details. +# Copyright (c) 2011-2013, The Tor Project +# See LICENSE for the license. import sys from twisted.internet import reactor, endpoints diff --git a/src/socksclient.py b/src/socksclient.py index 362a6f1..d9eb4b7 100644 --- a/src/socksclient.py +++ b/src/socksclient.py @@ -1,6 +1,5 @@ -# Copyright (c) 2011-2012, Linus Nordberg -# Copyright (c) 2013, The Tor Project -# See LICENSE for details. +# Copyright (c) 2011-2013, The Tor Project +# See LICENSE for the license. import inspect import socket