diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-10 15:40:54 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-10 15:40:54 +0000 |
commit | b65d8176e6adcb4ac950d4c49419689eeacd03d7 (patch) | |
tree | c4a8ed21a636f61fff2d083d3cb671c930d6ecf4 /nt/runemacs.c | |
parent | 651f374c99a2bcf5e2ed326a26cf0d89a5c204f5 (diff) | |
download | emacs-b65d8176e6adcb4ac950d4c49419689eeacd03d7.tar.gz |
Update years in copyright notice; nfc.
Diffstat (limited to 'nt/runemacs.c')
-rw-r--r-- | nt/runemacs.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/nt/runemacs.c b/nt/runemacs.c index afa5340ef53..709389deb8f 100644 --- a/nt/runemacs.c +++ b/nt/runemacs.c @@ -1,3 +1,23 @@ +/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ + + /* Simple program to start Emacs with its console window hidden. |