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
0fa107a6
Commit
0fa107a6
authored
Jun 04, 2012
by
Nick Mathewson
🐻
Browse files
Update copyright dates to 2012; add a few missing copyright statements
parent
173b18c7
Changes
132
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
0fa107a6
...
...
@@ -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
1
, The Tor Project, Inc.
Copyright (c) 2007-201
2
, The Tor Project, Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
...
...
acinclude.m4
View file @
0fa107a6
...
...
@@ -2,6 +2,7 @@ dnl Helper macros for Tor configure.in
dnl Copyright (c) 2001-2004, Roger Dingledine
dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2007-2008, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2007-2012, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_DEFUN([TOR_EXTEND_CODEPATH],
...
...
configure.in
View file @
0fa107a6
dnl Copyright (c) 2001-2004, Roger Dingledine
dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2007-20
08
, The Tor Project, Inc.
dnl Copyright (c) 2007-20
12
, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_INIT
...
...
src/common/address.c
View file @
0fa107a6
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/address.h
View file @
0fa107a6
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/aes.c
View file @
0fa107a6
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/aes.h
View file @
0fa107a6
/* Copyright (c) 2003, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* Implements a minimal interface to counter-mode AES. */
...
...
src/common/compat.c
View file @
0fa107a6
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/compat.h
View file @
0fa107a6
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef _TOR_COMPAT_H
...
...
src/common/compat_libevent.c
View file @
0fa107a6
/* Copyright (c) 2009-201
1
, The Tor Project, Inc. */
/* Copyright (c) 2009-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/compat_libevent.h
View file @
0fa107a6
/* Copyright (c) 2009, The Tor Project, Inc. */
/* Copyright (c) 2009
-2012
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef _TOR_COMPAT_LIBEVENT_H
...
...
src/common/container.c
View file @
0fa107a6
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/container.h
View file @
0fa107a6
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef _TOR_CONTAINER_H
...
...
src/common/crypto.c
View file @
0fa107a6
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/crypto.h
View file @
0fa107a6
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/di_ops.c
View file @
0fa107a6
/* Copyright (c) 2011, The Tor Project, Inc. */
/* Copyright (c) 2011
-2012
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/di_ops.h
View file @
0fa107a6
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/ht.h
View file @
0fa107a6
/* Copyright (c) 2002, Christopher Clark.
* Copyright (c) 2005-2006, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, 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 @
0fa107a6
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
1
, The Tor Project, Inc. */
* Copyright (c) 2007-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/memarea.c
View file @
0fa107a6
/* Copyright (c) 2008-201
1
, The Tor Project, Inc. */
/* Copyright (c) 2008-201
2
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/** \file memarea.c
...
...
Prev
1
2
3
4
5
…
7
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