Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
fb0019da
Commit
fb0019da
authored
Jun 20, 2018
by
Nick Mathewson
🌻
Browse files
Update copyrights to 2018.
parent
11a76b90
Changes
495
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
fb0019da
...
...
@@ -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
7
, The Tor Project, Inc.
Copyright (c) 2007-201
8
, 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 @
fb0019da
# Copyright (c) 2001-2004, Roger Dingledine
# Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
# Copyright (c) 2007-201
7
, The Tor Project, Inc.
# Copyright (c) 2007-201
8
, The Tor Project, Inc.
# See LICENSE for licensing information
ACLOCAL_AMFLAGS
=
-I
m4
...
...
acinclude.m4
View file @
fb0019da
...
...
@@ -2,7 +2,7 @@ dnl Helper macros for Tor configure.ac
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-201
7
, The Tor Project, Inc.
dnl Copyright (c) 2007-201
8
, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_DEFUN([TOR_EXTEND_CODEPATH],
...
...
configure.ac
View file @
fb0019da
dnl Copyright (c) 2001-2004, Roger Dingledine
dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2007-201
7
, The Tor Project, Inc.
dnl Copyright (c) 2007-201
8
, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
...
...
scripts/codegen/gen_server_ciphers.py
View file @
fb0019da
#!/usr/bin/python
# Copyright 2014-201
7
, The Tor Project, Inc
# Copyright 2014-201
8
, The Tor Project, Inc
# See LICENSE for licensing information
# This script parses openssl headers to find ciphersuite names, determines
...
...
scripts/codegen/get_mozilla_ciphers.py
View file @
fb0019da
#!/usr/bin/python
# coding=utf-8
# Copyright 2011-201
7
, The Tor Project, Inc
# Copyright 2011-201
8
, The Tor Project, Inc
# original version by Arturo Filastò
# See LICENSE for licensing information
...
...
scripts/codegen/makedesc.py
View file @
fb0019da
#!/usr/bin/python
# Copyright 2014-201
7
, The Tor Project, Inc.
# Copyright 2014-201
8
, The Tor Project, Inc.
# See LICENSE for license information
# This is a kludgey python script that uses ctypes and openssl to sign
...
...
scripts/maint/format_changelog.py
View file @
fb0019da
#!/usr/bin/python
# Copyright (c) 2014-201
7
, The Tor Project, Inc.
# Copyright (c) 2014-201
8
, The Tor Project, Inc.
# See LICENSE for licensing information
#
# This script reformats a section of the changelog to wrap everything to
...
...
scripts/maint/redox.py
View file @
fb0019da
#!/usr/bin/python
#
# Copyright (c) 2008-201
7
, The Tor Project, Inc.
# Copyright (c) 2008-201
8
, The Tor Project, Inc.
# See LICENSE for licensing information.
#
# Hi!
...
...
scripts/maint/sortChanges.py
View file @
fb0019da
#!/usr/bin/python
# Copyright (c) 2014-201
7
, The Tor Project, Inc.
# Copyright (c) 2014-201
8
, The Tor Project, Inc.
# See LICENSE for licensing information
"""This script sorts a bunch of changes files listed on its command
...
...
scripts/maint/updateCopyright.pl
View file @
fb0019da
#!/usr/bin/perl -i -w -p
$NEWYEAR
=
201
7
;
$NEWYEAR
=
201
8
;
s/Copyright(.*) (201[^
7
]), The Tor Project/Copyright$1 $2-${NEWYEAR}, The Tor Project/
;
s/Copyright(.*) (201[^
8
]), 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 @
fb0019da
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
7
, The Tor Project, Inc. */
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/address.h
View file @
fb0019da
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
7
, The Tor Project, Inc. */
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/address_set.c
View file @
fb0019da
/* Copyright (c) 2018, The Tor Project, Inc. */
/* Copyright (c)
2018-
2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/address_set.h
View file @
fb0019da
/* Copyright (c) 2018, The Tor Project, Inc. */
/* Copyright (c)
2018-
2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/aes.c
View file @
fb0019da
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
7
, The Tor Project, Inc. */
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/aes.h
View file @
fb0019da
/* Copyright (c) 2003, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
7
, The Tor Project, Inc. */
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* Implements a minimal interface to counter-mode AES. */
...
...
src/common/backtrace.c
View file @
fb0019da
/* Copyright (c) 2013-201
7
, The Tor Project, Inc. */
/* Copyright (c) 2013-201
8
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/backtrace.h
View file @
fb0019da
/* Copyright (c) 2013-201
7
, The Tor Project, Inc. */
/* Copyright (c) 2013-201
8
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_BACKTRACE_H
...
...
src/common/buffers.c
View file @
fb0019da
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
7
, The Tor Project, Inc. */
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
Prev
1
2
3
4
5
…
25
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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