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
Mike Perry
Tor
Commits
57699de0
Commit
57699de0
authored
Feb 27, 2016
by
Nick Mathewson
⛰
Browse files
Update the copyright year.
parent
f4864d37
Changes
247
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
57699de0
...
...
@@ -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
5
, The Tor Project, Inc.
Copyright (c) 2007-201
6
, The Tor Project, Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
...
...
scripts/maint/updateCopyright.pl
View file @
57699de0
#!/usr/bin/perl -i -w -p
$NEWYEAR
=
201
5
;
$NEWYEAR
=
201
6
;
s/Copyright(.*) (201[^
5
]), The Tor Project/Copyright$1 $2-${NEWYEAR}, The Tor Project/
;
s/Copyright(.*) (201[^
6
]), The Tor Project/Copyright$1 $2-${NEWYEAR}, The Tor Project/
;
s/Copyright(.*)-(20..), The Tor Project/Copyright$1-${NEWYEAR}, The Tor Project/
;
src/common/address.c
View file @
57699de0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/address.h
View file @
57699de0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/aes.c
View file @
57699de0
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/aes.h
View file @
57699de0
/* Copyright (c) 2003, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* Implements a minimal interface to counter-mode AES. */
...
...
src/common/backtrace.c
View file @
57699de0
/* Copyright (c) 2013-201
5
, The Tor Project, Inc. */
/* Copyright (c) 2013-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/backtrace.h
View file @
57699de0
/* Copyright (c) 2013-201
5
, The Tor Project, Inc. */
/* Copyright (c) 2013-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_BACKTRACE_H
...
...
src/common/compat.c
View file @
57699de0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/compat.h
View file @
57699de0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_COMPAT_H
...
...
src/common/compat_libevent.c
View file @
57699de0
/* Copyright (c) 2009-201
5
, The Tor Project, Inc. */
/* Copyright (c) 2009-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/compat_libevent.h
View file @
57699de0
/* Copyright (c) 2009-201
5
, The Tor Project, Inc. */
/* Copyright (c) 2009-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_COMPAT_LIBEVENT_H
...
...
src/common/compat_openssl.h
View file @
57699de0
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_COMPAT_OPENSSL_H
...
...
src/common/compat_pthreads.c
View file @
57699de0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/compat_threads.c
View file @
57699de0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/compat_threads.h
View file @
57699de0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_COMPAT_THREADS_H
...
...
src/common/compat_winthreads.c
View file @
57699de0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/container.c
View file @
57699de0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/container.h
View file @
57699de0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_CONTAINER_H
...
...
src/common/crypto.c
View file @
57699de0
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
* Copyright (c) 2007-201
6
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
Prev
1
2
3
4
5
…
13
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