From 19180200d99d8e3d2ad35cbe778676cc28771638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Wed, 18 Jul 2012 12:16:30 +0100 Subject: [PATCH] Upgrade license headers to GPLv3 --- dropdown-list.el | 22 ++++++++++++---------- yasnippet.el | 12 +++++------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/dropdown-list.el b/dropdown-list.el index 7b451d5..ed4e3dd 100644 --- a/dropdown-list.el +++ b/dropdown-list.el @@ -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 , João Távora ;; Created: Sun Mar 16 11:20:45 2008 (Pacific Daylight Time) ;; Version: ;; 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 -;; 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 . ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; @@ -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: diff --git a/yasnippet.el b/yasnippet.el index 68c9f8a..9e42761 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -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 . ;;; Commentary: ;;