diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-06-26 02:13:52 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-30 10:35:10 -0400 |
commit | 0cbc0c463bcd5f3a80fe9388f778d4b6e09e0815 (patch) | |
tree | dcd8e88d5d94647fe905af2ed01dd115a88be6d2 | |
parent | 690db1331dcaed2ee4c8eb38cca53b97f25bd75d (diff) | |
download | tor-0cbc0c463bcd5f3a80fe9388f778d4b6e09e0815.tar.gz tor-0cbc0c463bcd5f3a80fe9388f778d4b6e09e0815.zip |
Update the year for the copyright statement in two more files
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ Tor is distributed under this license: Copyright (c) 2001-2004, Roger Dingledine Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson -Copyright (c) 2007-2008, The Tor Project, Inc. +Copyright (c) 2007-2009, The Tor Project, Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/Makefile.am b/Makefile.am index b6e559ef0c..ec8b4f1a66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # $Id$ # Copyright (c) 2001-2004, Roger Dingledine # Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson -# Copyright (c) 2007-2008, The Tor Project, Inc. +# Copyright (c) 2007-2009, The Tor Project, Inc. # See LICENSE for licensing information AUTOMAKE_OPTIONS = foreign |