comparison lisp/makefile.w32-in @ 75347:e3694f1cb928

Add 2007 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Sun, 21 Jan 2007 03:53:13 +0000
parents 5b6a90ea7037
children fc72911206ac 95d0cdf160ea
comparison
equal deleted inserted replaced
75346:7a3f13e2dd57 75347:e3694f1cb928
1 # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. 1 # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2 # Copyright (C) 2000, 2001, 2002, 2003, 2004,
3 # 2005, 2006 Free Software Foundation, Inc. 3 # 2005, 2006, 2007 Free Software Foundation, Inc.
4 # 4 #
5 # This file is part of GNU Emacs. 5 # This file is part of GNU Emacs.
6 # 6 #
7 # GNU Emacs is free software; you can redistribute it and/or modify 7 # GNU Emacs is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by 8 # it under the terms of the GNU General Public License as published by
322 "$(lisp)/mh-e/mh-loaddefs.el" $(lisp)/mh-e 322 "$(lisp)/mh-e/mh-loaddefs.el" $(lisp)/mh-e
323 323
324 pre-mh-loaddefs.el-SH: 324 pre-mh-loaddefs.el-SH:
325 echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@ 325 echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@
326 echo ";;" >> $@ 326 echo ";;" >> $@
327 echo ";; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc." >> $@ 327 echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc." >> $@
328 echo ";; Author: Bill Wohler <wohler@newt.com>" >> $@ 328 echo ";; Author: Bill Wohler <wohler@newt.com>" >> $@
329 echo ";; Keywords: mail" >> $@ 329 echo ";; Keywords: mail" >> $@
330 echo ";;; Commentary:" >> $@ 330 echo ";;; Commentary:" >> $@
331 echo ";;; Change Log:" >> $@ 331 echo ";;; Change Log:" >> $@
332 echo ";;; Code:" >> $@ 332 echo ";;; Code:" >> $@
340 echo ";;; mh-loaddefs.el ends here" >> $@ 340 echo ";;; mh-loaddefs.el ends here" >> $@
341 341
342 pre-mh-loaddefs.el-CMD: 342 pre-mh-loaddefs.el-CMD:
343 echo ;;; mh-loaddefs.el --- automatically extracted autoloads> $@ 343 echo ;;; mh-loaddefs.el --- automatically extracted autoloads> $@
344 echo ;;>> $@ 344 echo ;;>> $@
345 echo ;; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.>> $@ 345 echo ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.>> $@
346 echo ;; Author: Bill Wohler (wohler@newt.com)>> $@ 346 echo ;; Author: Bill Wohler (wohler@newt.com)>> $@
347 echo ;; Keywords: mail>> $@ 347 echo ;; Keywords: mail>> $@
348 echo ;;; Commentary:>> $@ 348 echo ;;; Commentary:>> $@
349 echo ;;; Change Log:>> $@ 349 echo ;;; Change Log:>> $@
350 echo ;;; Code:>> $@ 350 echo ;;; Code:>> $@