diff options
author | Glenn Morris <rgm@gnu.org> | 2013-03-30 09:42:17 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-03-30 09:42:17 -0700 |
commit | 4d73ec07d482503843f5919cb179628413e2b9b4 (patch) | |
tree | 32fa123d0338ba08f959b2c86b4f20c2f044dcce | |
parent | ca54aaa2853dab4961a93e5e4a32faa7dabbcb66 (diff) |
Relicense under GPLv3 or later
-rw-r--r-- | etc/srecode/ede-autoconf.srt | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/etc/srecode/ede-autoconf.srt b/etc/srecode/ede-autoconf.srt index 1cf5325602..ce7ac024b4 100644 --- a/etc/srecode/ede-autoconf.srt +++ b/etc/srecode/ede-autoconf.srt @@ -1,21 +1,23 @@ -;; ede/templates/autoconf.srt --- Templates for autoconf used by EDE. -;; +;;; ede/templates/autoconf.srt --- Templates for autoconf used by EDE + ;; Copyright (C) 2010, 2012-2013 Free Software Foundation, Inc. -;; + ;; Author: Eric M. Ludlam <eric@siege-engine.com> -;; -;; This program 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. -;; This program 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. +;; 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 3 of the License, 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 this program. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. set mode "autoconf-mode" set escape_start "{{" |