Upgrade license headers to GPLv3

This commit is contained in:
João Távora 2012-07-18 12:16:30 +01:00
parent 52ce7438a3
commit 19180200d9
2 changed files with 17 additions and 17 deletions

View File

@ -2,9 +2,10 @@
;; ;;
;; Filename: dropdown-list.el ;; Filename: dropdown-list.el
;; Description: Drop-down menu interface ;; Description: Drop-down menu interface
;; Copyright (C) 2008-2012 Free Software Foundation, Inc.
;; Author: Jaeyoun Chung [jay.chung@gmail.com] ;; Author: Jaeyoun Chung [jay.chung@gmail.com]
;; Maintainer: ;; 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) ;; Created: Sun Mar 16 11:20:45 2008 (Pacific Daylight Time)
;; Version: ;; Version:
;; Last-Updated: Sun Mar 16 12:19:49 2008 (Pacific Daylight Time) ;; Last-Updated: Sun Mar 16 12:19:49 2008 (Pacific Daylight Time)
@ -38,20 +39,18 @@
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; This program is free software; you can redistribute it and/or ;; This program is free software: you can redistribute it and/or modify
;; modify it under the terms of the GNU General Public License as ;; it under the terms of the GNU General Public License as published by
;; published by the Free Software Foundation; either version 3, or ;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version. ;; (at your option) any later version.
;; ;;
;; This program 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 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; General Public License for more details. ;; GNU General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING. If not, write to ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
@ -249,3 +248,6 @@ Use multiple times to bind different COMMANDs to the same KEY."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; dropdown-list.el ends here ;;; dropdown-list.el ends here
;; Local Variables:
;; coding: utf-8
;; End:

View File

@ -9,20 +9,18 @@
;; URL: http://github.com/capitaomorte/yasnippet ;; URL: http://github.com/capitaomorte/yasnippet
;; EmacsWiki: YaSnippetMode ;; 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 ;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option) ;; the Free Software Foundation, either version 3 of the License, or
;; any later version. ;; (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 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details. ;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License ;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;; Commentary: ;;; Commentary:
;; ;;