mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Update some copyrights, change net.freehaven to org.torproject.
svn:r18514
This commit is contained in:
parent
b03f78e8af
commit
ed9b10dd2b
@ -7,7 +7,7 @@
|
|||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Tor Bundle @VERSION@</string>
|
<string>Tor Bundle @VERSION@</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>net.freehaven.torbundle</string>
|
<string>org.torproject.torbundle</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>@VERSION@</string>
|
<string>@VERSION@</string>
|
||||||
<key>IFPkgFlagComponentDirectory</key>
|
<key>IFPkgFlagComponentDirectory</key>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# TorPreFlight is distributed under this license:
|
# TorPreFlight is distributed under this license:
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 Andrew Lewman
|
# Copyright (c) 2006 Andrew Lewman
|
||||||
# Copyright (c) 2008 The Tor Project
|
# Copyright (c) 2008 The Tor Project, Inc.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions are
|
# modification, are permitted provided that the following conditions are
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
# Copyright 2004-2005 Nick Mathewson.
|
# Copyright 2004-2005 Nick Mathewson.
|
||||||
# Copyright 2005-2007 Andrew Lewman
|
# Copyright 2005-2007 Andrew Lewman
|
||||||
# Copyright 2008 The Tor Project
|
# Copyright 2008 The Tor Project, Inc.
|
||||||
# See LICENSE in Tor distribution for licensing information.
|
# See LICENSE in Tor distribution for licensing information.
|
||||||
|
|
||||||
# This script builds a Macintosh OS X metapackage containing 2 packages:
|
# This script builds a Macintosh OS X metapackage containing 2 packages:
|
||||||
# - One for Tor.
|
# - One for Tor.
|
||||||
# - One for Startup scripts for Tor.
|
# - One for Startup script for Tor.
|
||||||
#
|
#
|
||||||
# This script expects to be run from the toplevel makefile, with VERSION
|
# This script expects to be run from the toplevel makefile, with VERSION
|
||||||
# set to the latest Tor version, and Tor already built.
|
# set to the latest Tor version, and Tor already built.
|
||||||
@ -94,15 +94,7 @@ cp AUTHORS $DOC/AUTHORS.txt
|
|||||||
groff doc/tor.1.in -T ps -m man | pstopdf -i -o $DOC/tor-reference.pdf
|
groff doc/tor.1.in -T ps -m man | pstopdf -i -o $DOC/tor-reference.pdf
|
||||||
groff doc/tor-resolve.1 -T ps -m man | pstopdf -i -o $DOC/tor-resolve.pdf
|
groff doc/tor-resolve.1 -T ps -m man | pstopdf -i -o $DOC/tor-resolve.pdf
|
||||||
mkdir $DOC/Advanced
|
mkdir $DOC/Advanced
|
||||||
cp doc/spec/tor-spec.txt \
|
cp doc/spec/*.txt $DOC/Advanced
|
||||||
doc/spec/rend-spec.txt \
|
|
||||||
doc/spec/control-spec.txt \
|
|
||||||
doc/spec/socks-extensions.txt \
|
|
||||||
doc/spec/version-spec.txt \
|
|
||||||
doc/spec/address-spec.txt \
|
|
||||||
doc/spec/path-spec.txt \
|
|
||||||
$DOC/Advanced
|
|
||||||
|
|
||||||
cp doc/HACKING $DOC/Advanced/HACKING.txt
|
cp doc/HACKING $DOC/Advanced/HACKING.txt
|
||||||
cp ChangeLog $DOC/Advanced/ChangeLog.txt
|
cp ChangeLog $DOC/Advanced/ChangeLog.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user