annotate lisp/oobr/BR-COPY @ 49:b46643e427ac

Added tag r19-16b90 for changeset 56c54cf7c5b6
author cvs
date Mon, 13 Aug 2007 08:56:06 +0200
parents 4103f0995bd7
children 131b0175ea99
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 # SUMMARY: Copyright notice and license for the OO-Browser
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 # AUTHOR: Bob Weiner
24
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
5 # ORG: InfoDock Associates
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 # ORIG-DATE: 16-Dec-89
24
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
8 # LAST-MOD: 20-Feb-97 at 11:04:23 by Bob Weiner
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 #
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 # This file is part of the OO-Browser.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
24
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
12 InfoDock Associates, the developer of the OO-Browser and InfoDock (an
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
13 industrial quality turn-key version of XEmacs), donates its work on
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
14 the OO-Browser to the Free Software Foundation and makes it freely
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
15 available for worldwide distribution.
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
16
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
17 InfoDock Associates is a commercial firm dedicated to radical productivity
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
18 improvement in technical environments, whether in software development or
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
19 other knowledge intensive disciplines. Our initial offerings include high
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
20 quality commercial support, training, books and custom package development
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
21 for InfoDock, XEmacs or GNU Emacs on a variety of platforms.
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
22
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
23 Contact us at <info@infodock.com> or visit our web site at
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
24 http://www.infodock.com.
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
25
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
26 ------------------
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
27
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
28 Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
29
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 Available for use and distribution under the terms of the GNU Public License,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 Version 2 or greater.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32
24
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
33 The OO-Browser is free software; you can use it, redistribute it
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
34 and/or modify it without fee under the terms of the GNU General Public
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
35 License as published by the Free Software Foundation; either version
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
36 2, or (at your option) any later version.
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
37
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
38 The OO-Browser is distributed in the hope that it will be useful, but
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
39 WITHOUT ANY WARRANTY; without even the implied warranty of
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
41 General Public License for more details.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42
24
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
43 InfoDock Associates sells support and development services for this
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
44 package and most other aspects of Emacs, XEmacs or InfoDock. Contact
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
45 information is at the top of the "BR-README" file.
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
46
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
47 You should have received a copy of the GNU General Public License along with
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
48 GNU Emacs, XEmacs or InfoDock; see the file etc/COPYING below the root
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
49 directory of your editor source tree. If you do not have a copy, you can
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
50 write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139,
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
51 USA to obtain one, <gnu@gnu.ai.mit.edu>.
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
52