]> code.delx.au - gnu-emacs-elpa/commitdiff
Upgrade license headers to GPLv3
authorJoão Távora <joaotavora@gmail.com>
Wed, 18 Jul 2012 11:16:30 +0000 (12:16 +0100)
committerJoão Távora <joaotavora@gmail.com>
Wed, 18 Jul 2012 11:16:30 +0000 (12:16 +0100)
dropdown-list.el
yasnippet.el

index 7b451d5f85dea446d6536a8e8fdf2dcae4ac8a0a..ed4e3dd25e40a16305897e0e6f1cfdd275c0c295 100644 (file)
@@ -2,9 +2,10 @@
 ;;
 ;; Filename: dropdown-list.el
 ;; Description: Drop-down menu interface
+;; Copyright (C) 2008-2012 Free Software Foundation, Inc.
 ;; Author: Jaeyoun Chung [jay.chung@gmail.com]
 ;; Maintainer:
-;; Copyright (C) 2008 Jaeyoun Chung
+;; Authors: pluskid <pluskid@gmail.com>,  João Távora <joaotavora@gmail.com>
 ;; Created: Sun Mar 16 11:20:45 2008 (Pacific Daylight Time)
 ;; Version:
 ;; Last-Updated: Sun Mar 16 12:19:49 2008 (Pacific Daylight Time)
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
-;; 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 3, or
+;; 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 3 of the License, 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.
+;; 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; see the file COPYING.  If not, write to
-;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
-;; Floor, Boston, MA 02110-1301, USA.
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
@@ -248,4 +247,7 @@ Use multiple times to bind different COMMANDs to the same KEY."
 (provide 'dropdown-list)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;; dropdown-list.el ends here
\ No newline at end of file
+;;; dropdown-list.el ends here
+;; Local Variables:
+;; coding: utf-8
+;; End:
index 68c9f8a661367a86602fc96c6cf500759413ba45..9e4276156117126580b5bb1886d60fe57ad7250a 100644 (file)
@@ -9,20 +9,18 @@
 ;; URL: http://github.com/capitaomorte/yasnippet
 ;; EmacsWiki: YaSnippetMode
 
-;; This file is free software; you can redistribute it and/or modify
+;; 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.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
 
-;; This file is distributed in the hope that it will be useful,
+;; 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.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to
-;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 ;;