view admin/notes/newfile @ 107297:8b08de8dc0aa

Update short copyright year in refcard tex files. * refcards/calccard.tex, refcards/cs-dired-ref.tex: * refcards/cs-refcard.tex, refcards/cs-survival.tex: * refcards/de-refcard.tex, refcards/dired-ref.tex: * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex: * refcards/fr-survival.tex, refcards/orgcard.pdf: * refcards/orgcard.tex, refcards/pl-refcard.tex: * refcards/pt-br-refcard.tex, refcards/refcard.tex: * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex: * refcards/sk-refcard.tex, refcards/sk-survival.tex: * refcards/survival.tex, refcards/vipcard.tex: * refcards/viperCard.tex: Update short copyright year to 2010.
author Glenn Morris <rgm@gnu.org>
date Sun, 28 Feb 2010 18:36:15 -0800
parents dc1af63f6b73
children 43f8ac6763d9
line wrap: on
line source

CHECKLIST FOR ADDING A NEW FILE TO EMACS -*- outline -*-

** Make sure the author(s) have a copyright assignment/disclaimer.

** Make sure the file matches the standard Emacs template (header
format, copyright and license notice, etc).

** Make sure the filename does not cause the DOS port any problems (8+3).
Run the `doschk' program like this:

    find /path/to/emacs -print | doschk

and examine the output for DOS-related problems.  The sections of
output under the headings "The following files are not valid DOS file
names:" and "The following resolve to the same DOS file names:" should
not include any files that end up in the release tarball.

** Make the ChangeLog entry in the name of the author(s), not your own name.

** If appropriate, add an entry to lisp/Makefile.in ELCFILES.

** If appropriate, check that the file compiles OK and that Emacs
builds fine with it.  Address any compilation warnings.

** If a major contribution, consider adding an entry to the
Acknowledgments in doc/emacs/emacs.texi and ack.texi.

** If appropriate, add a short NEWS entry.

** If appropriate, update make-dist (not needed with "standard" file
names, eg *.el).