diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-28 15:28:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-28 15:30:16 -0400 |
commit | fcdcb377a4de84a50d771cdd8bed61890d9dfc4e (patch) | |
tree | b5b87787a07f6002a4cda55668a6b74e7e7813d4 /src/ext | |
parent | fd83bc1d417990a06407b56d4c9fed9bc94f878b (diff) | |
download | tor-fcdcb377a4de84a50d771cdd8bed61890d9dfc4e.tar.gz tor-fcdcb377a4de84a50d771cdd8bed61890d9dfc4e.zip |
Add another year to our copyright dates.
Because in 95 years, we or our successors will surely care about
enforcing the BSD license terms on this code. Right?
Diffstat (limited to 'src/ext')
-rw-r--r-- | src/ext/csiphash.c | 2 | ||||
-rw-r--r-- | src/ext/ht.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/csiphash.c b/src/ext/csiphash.c index c247886038..faca9ef362 100644 --- a/src/ext/csiphash.c +++ b/src/ext/csiphash.c @@ -1,5 +1,5 @@ /* <MIT License> - Copyright (c) 2013 Marek Majkowski <marek@popcount.org> + Copyright (c) 2013-2014 Marek Majkowski <marek@popcount.org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/ext/ht.h b/src/ext/ht.h index 61e9719224..1cca28ef4d 100644 --- a/src/ext/ht.h +++ b/src/ext/ht.h @@ -1,6 +1,6 @@ /* Copyright (c) 2002, Christopher Clark. * Copyright (c) 2005-2006, Nick Mathewson. - * Copyright (c) 2007-2013, The Tor Project, Inc. */ + * Copyright (c) 2007-2014, The Tor Project, Inc. */ /* See license at end. */ /* Based on ideas by Christopher Clark and interfaces from Niels Provos. */ |