diff options
author | Glenn Morris <rgm@gnu.org> | 2008-05-17 20:16:09 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-05-17 20:16:09 +0000 |
commit | 10bd156e17467bbb819001721d74b14be8adf55f (patch) | |
tree | 805ea40f4daeddb98cff43ef02dd0754ad6a0ea1 /lisp/elide-head.el | |
parent | fde92a81286f323552ba996bf6ebda3744a977df (diff) | |
download | emacs-10bd156e17467bbb819001721d74b14be8adf55f.tar.gz |
(elide-head-headers-to-hide): Handle GPLv3 format.
Diffstat (limited to 'lisp/elide-head.el')
-rw-r--r-- | lisp/elide-head.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/elide-head.el b/lisp/elide-head.el index e55ba4b9cd3..a8c09324bed 100644 --- a/lisp/elide-head.el +++ b/lisp/elide-head.el @@ -1,7 +1,7 @@ ;;; elide-head.el --- hide headers in files -;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, +;; 2008 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: outlines tools @@ -51,8 +51,9 @@ :group 'tools) (defcustom elide-head-headers-to-hide - '(("is free software; you can redistribute it" . ; GNU boilerplate - "Boston, MA 0211\\(1-1307\\|0-1301\\), USA\\.") + '(("is free software[:;] you can redistribute it" . ; GNU boilerplate + "\\(Boston, MA 0211\\(1-1307\\|0-1301\\), USA\\|\ +If not, see <http://www\\.gnu\\.org/licenses/>\\)\\.") ("The Regents of the University of California\\. All rights reserved\\." . "SUCH DAMAGE\\.") ; BSD ("Permission is hereby granted, free of charge" . ; X11 |