This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] define SIGPWR


According to Corinna Vinschen on 2/26/2010 8:52 AM:
> Btw., I fixed the copyright date and a minor formatting issue in
> strsig.cc.  The copyright date is one of those pesky things you almost
> never think of in time.

Unless you use emacs, in which case you can install a hook that remembers
on your behalf with this chunk in ~/.emacs:

(require 'copyright)
;; the next line is if you use GPLv3 more than GPLv2
(setq copyright-current-gpl-version "3")
(defun my-copyright-update (&optional arg)
  "My improvements to `copyright-update'."
  (interactive "*P")
  (and (not (eq major-mode 'fundamental-mode))
       (copyright-update arg))
  nil)
(add-hook 'before-save-hook 'my-copyright-update)


-- 
Eric Blake   eblake@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]