From fac472aac964c9f8b1d9dabb0ca2073cde3c3689 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Sat, 26 Apr 2014 16:43:54 -0400 Subject: Updated author and copyright info. Also cleaned up a couple of doc typos. --- README.rst | 9 ++++++--- doc/man/scons.xml | 24 ++++++++++++------------ doc/python10/main.xml | 8 ++++---- doc/user/main.xml | 2 +- rpm/scons.spec.in | 4 ++-- 5 files changed, 25 insertions(+), 22 deletions(-) diff --git a/README.rst b/README.rst index a1025ca..b9e7d3b 100644 --- a/README.rst +++ b/README.rst @@ -731,9 +731,10 @@ Check the SCons web site at: Author Info =========== -Steven Knight, knight at baldmt dot com, http://www.baldmt.com/~knight/ - -With plenty of help from the SCons Development team: +SCons was originally written by Steven Knight, knight at baldmt dot com. +Since around 2010 it has been maintained by the SCons +development team, co-managed by Bill Deegan and Gary Oberbrunner, with +many contributors, including but not at all limited to: - Chad Austin - Dirk Baechle @@ -745,6 +746,8 @@ With plenty of help from the SCons Development team: - Gary Oberbrunner - Anthony Roach - Greg Spencer +- Tom Tanner +- Anatoly Techtonik - Christoph Wiedemann - Russel Winder diff --git a/doc/man/scons.xml b/doc/man/scons.xml index d726796..10d2509 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -52,19 +52,19 @@ Knight - Steven Knight + Steven Knight and the SCons Development Team - 2004, 2005, 2006, 2007, 2008, 2009, 2010 + 2004 - 2014 - 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Steven Knight + 2004 - 2014 + The SCons Foundation version &buildversion; - + - + SCons &buildversion; @@ -4936,7 +4936,7 @@ multi-stage builder. single_source Specifies that this builder expects exactly one source file per call. Giving -more than one source file without target files results in implicitely calling +more than one source file without target files results in implicitly calling the builder multiple times (once for each source given). Giving multiple source files together with target files results in a UserError exception. @@ -5118,7 +5118,7 @@ function will turn its action keyword argument into an appropriate internal Action object. -You can also explicity create Action objects +You can also explicitly create Action objects using the Action() global function, @@ -6125,7 +6125,7 @@ So in the following case: env['COND'] = 0 env.Command('foo.out', 'foo.in', - + '''echo ${COND==1 and 'FOO' or 'BAR'} > $TARGET''') the command executed will be either @@ -7095,9 +7095,9 @@ source code. AUTHORS -Steven Knight <knight@baldmt.com> - -Anthony Roach <aroach@electriceyeball.com> +Originally: Steven Knight <knight@baldmt.com> and Anthony Roach <aroach@electriceyeball.com>
+Since 2010: The SCons Development Team <scons-dev@scons.org> +
diff --git a/doc/python10/main.xml b/doc/python10/main.xml index 6093852..a7732da 100644 --- a/doc/python10/main.xml +++ b/doc/python10/main.xml @@ -10,7 +10,7 @@
- + - + SCons Design and Implementation @@ -46,8 +46,8 @@ 2001 - 2002 - Steven Knight + 2014 + The SCons Foundation 2002 diff --git a/doc/user/main.xml b/doc/user/main.xml index ae515fa..a165777 100644 --- a/doc/user/main.xml +++ b/doc/user/main.xml @@ -72,7 +72,7 @@ Knight - Steven Knight + Steven Knight and the SCons Development Team 2004 - 2014 diff --git a/rpm/scons.spec.in b/rpm/scons.spec.in index 312eb44..9b97a07 100644 --- a/rpm/scons.spec.in +++ b/rpm/scons.spec.in @@ -14,8 +14,8 @@ Group: Development/Tools BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} BuildArchitectures: noarch -Vendor: Steven Knight -Packager: Steven Knight +Vendor: The SCons Development Team +Packager: The SCons Development Team Requires: python >= 2.4 Url: http://www.scons.org/ -- cgit v0.12