From ed9b10dd2b58ec2ed44e18b7a734cc1430193d1f Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Fri, 13 Feb 2009 00:50:45 +0000 Subject: [PATCH] Update some copyrights, change net.freehaven to org.torproject. svn:r18514 --- contrib/osx/TorBundleInfo.plist.in | 2 +- contrib/osx/TorPreFlight | 2 +- contrib/osx/package.sh | 14 +++----------- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/contrib/osx/TorBundleInfo.plist.in b/contrib/osx/TorBundleInfo.plist.in index 61b4f8368b..c7f497f392 100644 --- a/contrib/osx/TorBundleInfo.plist.in +++ b/contrib/osx/TorBundleInfo.plist.in @@ -7,7 +7,7 @@ CFBundleGetInfoString Tor Bundle @VERSION@ CFBundleIdentifier - net.freehaven.torbundle + org.torproject.torbundle CFBundleShortVersionString @VERSION@ IFPkgFlagComponentDirectory diff --git a/contrib/osx/TorPreFlight b/contrib/osx/TorPreFlight index f84f3167a8..69dff3c1fd 100644 --- a/contrib/osx/TorPreFlight +++ b/contrib/osx/TorPreFlight @@ -5,7 +5,7 @@ # TorPreFlight is distributed under this license: # # 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 # modification, are permitted provided that the following conditions are diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 805e77ec24..040c7cd4c9 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -2,12 +2,12 @@ # $Id$ # Copyright 2004-2005 Nick Mathewson. # Copyright 2005-2007 Andrew Lewman -# Copyright 2008 The Tor Project +# Copyright 2008 The Tor Project, Inc. # See LICENSE in Tor distribution for licensing information. # This script builds a Macintosh OS X metapackage containing 2 packages: # - 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 # 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-resolve.1 -T ps -m man | pstopdf -i -o $DOC/tor-resolve.pdf mkdir $DOC/Advanced -cp doc/spec/tor-spec.txt \ - 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/spec/*.txt $DOC/Advanced cp doc/HACKING $DOC/Advanced/HACKING.txt cp ChangeLog $DOC/Advanced/ChangeLog.txt -- 2.11.4.GIT