Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neel Chauhan
Tor
Commits
1a07348a
Commit
1a07348a
authored
Jan 03, 2011
by
Nick Mathewson
🐻
Browse files
Bump copyright statements to 2011
parent
69771bb5
Changes
70
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
1a07348a
...
...
@@ -13,7 +13,7 @@ Tor is distributed under this license:
Copyright (c) 2001-2004, Roger Dingledine
Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
Copyright (c) 2007-201
0
, The Tor Project, Inc.
Copyright (c) 2007-201
1
, The Tor Project, Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
...
...
Makefile.am
View file @
1a07348a
# $Id$
# Copyright (c) 2001-2004, Roger Dingledine
# Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
# Copyright (c) 2007-201
0
, The Tor Project, Inc.
# Copyright (c) 2007-201
1
, The Tor Project, Inc.
# See LICENSE for licensing information
AUTOMAKE_OPTIONS
=
foreign
...
...
contrib/bundle.nsi
View file @
1a07348a
...
...
@@ -22,7 +22,7 @@ VIProductVersion "${VERSION}"
VIAddVersionKey "ProductName" "Tor"
VIAddVersionKey "Comments" "${WEBSITE}"
VIAddVersionKey "LegalTrademarks" "Three line BSD"
VIAddVersionKey "LegalCopyright" "2004-2010
,
Roger Dingledine, Nick Mathewson, The Tor Project, Inc."
VIAddVersionKey "LegalCopyright" "2004-2011
,
Roger Dingledine, Nick Mathewson, The Tor Project, Inc."
VIAddVersionKey "FileDescription" "Tor is an implementation of Onion Routing. You can read more at ${WEBSITE}"
VIAddVersionKey "FileVersion" "${VERSION}"
...
...
contrib/netinst.nsi
View file @
1a07348a
...
...
@@ -22,7 +22,7 @@ VIProductVersion "${VERSION}"
VIAddVersionKey "ProductName" "Tor"
VIAddVersionKey "Comments" "${WEBSITE}"
VIAddVersionKey "LegalTrademarks" "Three line BSD"
VIAddVersionKey "LegalCopyright" "2004-2010
,
Roger Dingledine, Nick Mathewson, The Tor Project, Inc."
VIAddVersionKey "LegalCopyright" "2004-2011
,
Roger Dingledine, Nick Mathewson, The Tor Project, Inc."
VIAddVersionKey "FileDescription" "Tor is an implementation of Onion Routing. You can read more at ${WEBSITE}"
VIAddVersionKey "FileVersion" "${VERSION}"
...
...
contrib/polipo/README
View file @
1a07348a
Copyright 2007-2008 Andrew Lewman
Copyright 2009-201
0
The Tor Project
Copyright 2007-2008
,
Andrew Lewman
Copyright 2009-201
1,
The Tor Project
----------------
General Comments
...
...
src/common/address.c
View file @
1a07348a
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/address.h
View file @
1a07348a
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/aes.c
View file @
1a07348a
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/aes.h
View file @
1a07348a
/* Copyright (c) 2003, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* Implements a minimal interface to counter-mode AES. */
...
...
src/common/compat.c
View file @
1a07348a
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/compat.h
View file @
1a07348a
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef _TOR_COMPAT_H
...
...
src/common/container.c
View file @
1a07348a
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/container.h
View file @
1a07348a
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef _TOR_CONTAINER_H
...
...
src/common/crypto.c
View file @
1a07348a
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/crypto.h
View file @
1a07348a
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/ht.h
View file @
1a07348a
/* Copyright (c) 2002, Christopher Clark.
* Copyright (c) 2005-2006, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See license at end. */
/* Based on ideas by Christopher Clark and interfaces from Niels Provos. */
...
...
src/common/log.c
View file @
1a07348a
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/log.h
View file @
1a07348a
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
0
, The Tor Project, Inc. */
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/memarea.c
View file @
1a07348a
/* Copyright (c) 2008-201
0
, The Tor Project, Inc. */
/* Copyright (c) 2008-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/** \file memarea.c
...
...
src/common/memarea.h
View file @
1a07348a
/* Copyright (c) 2008-201
0
, The Tor Project, Inc. */
/* Copyright (c) 2008-201
1
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* Tor dependencies */
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment