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
David Goulet
Tor
Commits
f54e54b0
Commit
f54e54b0
authored
Jan 02, 2015
by
Nick Mathewson
🌻
Browse files
Bump copyright dates to 2015, in case someday this matters.
parent
563bb1ad
Changes
222
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
f54e54b0
...
...
@@ -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
4
, The Tor Project, Inc.
Copyright (c) 2007-201
5
, 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 @
f54e54b0
# 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
5
, The Tor Project, Inc.
# See LICENSE for licensing information
# "foreign" means we don't follow GNU package layout standards
...
...
acinclude.m4
View file @
f54e54b0
...
...
@@ -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
4
, The Tor Project, Inc.
dnl Copyright (c) 2007-201
5
, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_DEFUN([TOR_EXTEND_CODEPATH],
...
...
configure.ac
View file @
f54e54b0
dnl Copyright (c) 2001-2004, Roger Dingledine
dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2007-201
4
, The Tor Project, Inc.
dnl Copyright (c) 2007-201
5
, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_INIT([tor],[0.2.6.2-alpha-dev])
...
...
scripts/codegen/gen_server_ciphers.py
View file @
f54e54b0
#!/usr/bin/python
# Copyright 2014, The Tor Project, Inc
# Copyright 2014
-2015
, 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 @
f54e54b0
#!/usr/bin/python
# coding=utf-8
# Copyright 2011, The Tor Project, Inc
# Copyright 2011
-2015
, The Tor Project, Inc
# original version by Arturo Filastò
# See LICENSE for licensing information
...
...
scripts/codegen/makedesc.py
View file @
f54e54b0
#!/usr/bin/python
# Copyright 2014, The Tor Project, Inc.
# Copyright 2014
-2015
, 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 @
f54e54b0
#!/usr/bin/python
# Copyright (c) 2014, The Tor Project, Inc.
# Copyright (c) 2014
-2015
, 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 @
f54e54b0
#!/usr/bin/python
#
# Copyright (c) 2008-201
3
, The Tor Project, Inc.
# Copyright (c) 2008-201
5
, The Tor Project, Inc.
# See LICENSE for licensing information.
#
# Hi!
...
...
scripts/maint/sortChanges.py
View file @
f54e54b0
#!/usr/bin/python
# Copyright (c) 2014, The Tor Project, Inc.
# Copyright (c) 2014
-2015
, The Tor Project, Inc.
# See LICENSE for licensing information
"""This script sorts a bunch of changes files listed on its command
...
...
src/common/address.c
View file @
f54e54b0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
4
, The Tor Project, Inc. */
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/address.h
View file @
f54e54b0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
4
, The Tor Project, Inc. */
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/aes.c
View file @
f54e54b0
/* Copyright (c) 2001, Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
4
, The Tor Project, Inc. */
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/aes.h
View file @
f54e54b0
/* Copyright (c) 2003, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
4
, The Tor Project, Inc. */
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* Implements a minimal interface to counter-mode AES. */
...
...
src/common/backtrace.c
View file @
f54e54b0
/* Copyright (c) 2013-201
4
, The Tor Project, Inc. */
/* Copyright (c) 2013-201
5
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#define __USE_GNU
...
...
src/common/backtrace.h
View file @
f54e54b0
/* Copyright (c) 2013-201
4
, The Tor Project, Inc. */
/* Copyright (c) 2013-201
5
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_BACKTRACE_H
...
...
src/common/compat.c
View file @
f54e54b0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
4
, The Tor Project, Inc. */
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/compat.h
View file @
f54e54b0
/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-201
4
, The Tor Project, Inc. */
* Copyright (c) 2007-201
5
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_COMPAT_H
...
...
src/common/compat_libevent.c
View file @
f54e54b0
/* Copyright (c) 2009-201
4
, The Tor Project, Inc. */
/* Copyright (c) 2009-201
5
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
...
...
src/common/compat_libevent.h
View file @
f54e54b0
/* Copyright (c) 2009-201
4
, The Tor Project, Inc. */
/* Copyright (c) 2009-201
5
, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#ifndef TOR_COMPAT_LIBEVENT_H
...
...
Prev
1
2
3
4
5
…
12
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