Changeset 4196 for trunk/etc/README
- Timestamp:
- 2007年03月21日 09時51分40秒 (2 years ago)
- Files:
-
- trunk/etc/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/README
r4190 r4196 1 Copyright (C) 1992, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007 2 Free Software Foundation, Inc. 3 See the end of the file for license conditions. 4 5 1 6 This directory contains the architecture-independent files used by or 2 7 with Emacs. This includes some text files of documentation for GNU … … 25 30 License: GNU General Public License version 2 or later (see COPYING) 26 31 32 File: emacs.icon 33 Author: Sun Microsystems, Inc 34 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007 35 Free Software Foundation, Inc. 36 License: GNU General Public License version 2 or later (see COPYING) 27 37 28 Copyright (C) 1992, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 200729 Free Software Foundation, Inc.30 38 39 This file is part of GNU Emacs. 31 40 32 COPYING PERMISSIONS: 41 GNU Emacs is free software; you can redistribute it and/or modify 42 it under the terms of the GNU General Public License as published by 43 the Free Software Foundation; either version 2, or (at your option) 44 any later version. 33 45 34 Permission is hereby granted, free of charge, to any person obtaining 35 a copy of this file, to deal in the file without restriction, including 36 without limitation the rights to use, copy, modify, merge, publish, 37 distribute, sublicense, and/or sell copies of the file, and to 38 permit persons to whom the file is furnished to do so, subject to 39 the following condition: 46 GNU Emacs is distributed in the hope that it will be useful, 47 but WITHOUT ANY WARRANTY; without even the implied warranty of 48 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 49 GNU General Public License for more details. 40 50 41 The above copyright notice and this permission notice shall be 42 included in all copies or substantial portions of the file. 51 You should have received a copy of the GNU General Public License 52 along with GNU Emacs; see the file COPYING. If not, write to the 53 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 54 Boston, MA 02110-1301, USA.
