annotate COPYING @ 425:15541acbe8cb

Now, the `--width` option, although with a default value of 76, it's not set to any value initially so that the `--no-wrap` option can be passed without throwing an error. Fixes #145. With the above bug, another one was found where Babel was not mimic'ing xgtettext's behaviour regarding the `--no-wrap` option where comments are wrapped anyway to the width of 76, and, if `--width` is passed then that value is used to wrap the comments too.
author palgarvio
date Tue, 23 Dec 2008 01:03:40 +0000
parents e9eaddab598e
children e93f68837913
rev   line source
3
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
1 Copyright (C) 2007 Edgewall Software
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
2 All rights reserved.
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
3
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
4 Redistribution and use in source and binary forms, with or without
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
5 modification, are permitted provided that the following conditions
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
6 are met:
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
7
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
8 1. Redistributions of source code must retain the above copyright
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
9 notice, this list of conditions and the following disclaimer.
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
10 2. Redistributions in binary form must reproduce the above copyright
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
11 notice, this list of conditions and the following disclaimer in
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
12 the documentation and/or other materials provided with the
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
13 distribution.
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
14 3. The name of the author may not be used to endorse or promote
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
15 products derived from this software without specific prior
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
16 written permission.
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
17
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
18 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
19 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
20 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
21 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
22 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
23 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
24 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
25 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
26 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
27 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
28 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (C) 2012-2017 Edgewall Software