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