[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] License required acknowledgement

From: Daniel L. Rall <dlr_at_finemaltcoding.com>
Date: 2004-03-05 14:51:20 CET

Doesn't look like a hard requirement, but I certainly wouldn't mind it.

http://subversion.tigris.org/license-1.html

3. The end-user documentation included with the redistribution, if
any, must include the following acknowledgment: "This product includes
software developed by CollabNet (http://www.Collab.Net/)."
Alternately, this acknowledgment may appear in the software itself, if
and wherever such third-party acknowledgments normally appear.

Ben Reser wrote:
> On Sun, Feb 29, 2004 at 02:24:45AM -0800, Ben Reser wrote:
>
>>Oops forgot to update the tests too. I'm going to bed. But if someone
>>else doesn't get to this before me I'll do it when I get up.
>
>
> Here's a new version with the tests fixed.
>
> [[[
> Comply with our own license per clause 3.
>
> * subversion/libsvn_subr/opt.c
> (print_version_info): Add software developed by CollabNet line.
>
> * subversion/tests/clients/cmdline/getopt_tests_data/svn--version_stdout
> Update tests for new --version output.
>
> ]]]
>
>
>
> ------------------------------------------------------------------------
>
> Index: subversion/libsvn_subr/opt.c
> ===================================================================
> --- subversion/libsvn_subr/opt.c (revision 8870)
> +++ subversion/libsvn_subr/opt.c (working copy)
> @@ -670,7 +670,9 @@
> {
> static const char info[] =
> "Copyright (C) 2000-2004 CollabNet.\n"
> - "Subversion is open source software, see http://subversion.tigris.org/\n";
> + "Subversion is open source software, see http://subversion.tigris.org/\n"
> + "This product includes software developed by CollabNet "
> + "(http://www.Collab.Net/).\n";
>
> if (quiet)
> {
> Index: subversion/tests/clients/cmdline/getopt_tests_data/svn--version_stdout
> ===================================================================
> --- subversion/tests/clients/cmdline/getopt_tests_data/svn--version_stdout (revision 8870)
> +++ subversion/tests/clients/cmdline/getopt_tests_data/svn--version_stdout (working copy)
> @@ -3,6 +3,7 @@
>
> Copyright (C) 2000-2003 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> +This product includes software developed by CollabNet (http://www.Collab.Net/).
>
> The following repository access (RA) modules are available:

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 5 14:51:36 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.