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
efe55b88
Commit
efe55b88
authored
Jan 16, 2019
by
Nick Mathewson
🎨
Browse files
Bump copyright date to 2019.
parent
9d9e7182
Changes
760
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
efe55b88
...
...
@@ -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
8
, The Tor Project, Inc.
Copyright (c) 2007-201
9
, 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 @
efe55b88
# Copyright (c) 2001-2004, Roger Dingledine
# Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
# Copyright (c) 2007-201
8
, The Tor Project, Inc.
# Copyright (c) 2007-201
9
, The Tor Project, Inc.
# See LICENSE for licensing information
ACLOCAL_AMFLAGS
=
-I
m4
...
...
acinclude.m4
View file @
efe55b88
...
...
@@ -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
8
, The Tor Project, Inc.
dnl Copyright (c) 2007-201
9
, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_DEFUN([TOR_EXTEND_CODEPATH],
...
...
configure.ac
View file @
efe55b88
dnl Copyright (c) 2001-2004, Roger Dingledine
dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2007-201
8
, The Tor Project, Inc.
dnl Copyright (c) 2007-201
9
, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
...
...
scripts/codegen/gen_server_ciphers.py
View file @
efe55b88
#!/usr/bin/python
# Copyright 2014-201
8
, The Tor Project, Inc
# Copyright 2014-201
9
, 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 @
efe55b88
#!/usr/bin/python
# coding=utf-8
# Copyright 2011-201
8
, The Tor Project, Inc
# Copyright 2011-201
9
, The Tor Project, Inc
# original version by Arturo Filastò
# See LICENSE for licensing information
...
...
scripts/codegen/makedesc.py
View file @
efe55b88
#!/usr/bin/python
# Copyright 2014-201
8
, The Tor Project, Inc.
# Copyright 2014-201
9
, The Tor Project, Inc.
# See LICENSE for license information
# This is a kludgey python script that uses ctypes and openssl to sign
...
...
scripts/maint/annotate_ifdef_directives
View file @
efe55b88
#!/usr/bin/python
# Copyright (c) 2017, The Tor Project, Inc.
# Copyright (c) 2017
-2019
, The Tor Project, Inc.
# See LICENSE for licensing information
import
re
...
...
scripts/maint/format_changelog.py
View file @
efe55b88
#!/usr/bin/python
# Copyright (c) 2014-201
8
, The Tor Project, Inc.
# Copyright (c) 2014-201
9
, 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 @
efe55b88
#!/usr/bin/python
#
# Copyright (c) 2008-201
8
, The Tor Project, Inc.
# Copyright (c) 2008-201
9
, The Tor Project, Inc.
# See LICENSE for licensing information.
#
# Hi!
...
...
scripts/maint/sortChanges.py
View file @
efe55b88
#!/usr/bin/python
# Copyright (c) 2014-201
8
, The Tor Project, Inc.
# Copyright (c) 2014-201
9
, The Tor Project, Inc.
# See LICENSE for licensing information
"""This script sorts a bunch of changes files listed on its command
...
...
src/app/config/config.c
View file @
efe55b88
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
* Copyright (c) 2007-201
9
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
@@ -2657,7 +2657,7 @@ print_usage(void)
printf
(
"Copyright (c) 2001-2004, Roger Dingledine
\n
"
"Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
\n
"
"Copyright (c) 2007-201
8
, The Tor Project, Inc.
\n\n
"
"Copyright (c) 2007-201
9
, The Tor Project, Inc.
\n\n
"
"tor -f <torrc> [args]
\n
"
"See man page for options, or https://www.torproject.org/ for "
"documentation.
\n
"
);
...
...
src/app/config/config.h
View file @
efe55b88
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
* Copyright (c) 2007-201
9
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/app/config/confparse.c
View file @
efe55b88
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
* Copyright (c) 2007-201
9
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/app/config/confparse.h
View file @
efe55b88
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
* Copyright (c) 2007-201
9
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/app/config/or_options_st.h
View file @
efe55b88
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
* Copyright (c) 2007-201
9
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/app/config/or_state_st.h
View file @
efe55b88
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
* Copyright (c) 2007-201
9
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/app/config/statefile.c
View file @
efe55b88
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
* Copyright (c) 2007-201
9
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/app/config/statefile.h
View file @
efe55b88
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
* Copyright (c) 2007-201
9
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/app/main/main.c
View file @
efe55b88
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
8
, The Tor Project, Inc. */
* Copyright (c) 2007-201
9
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
Prev
1
2
3
4
5
…
38
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