yasnippet now belongs to the FSF

This commit is contained in:
Joao Tavora 2012-07-13 17:34:34 +01:00
parent 245e267e1d
commit 3b26af4233

View File

@ -1,8 +1,6 @@
;;; yasnippet.el --- Yet another snippet extension for Emacs. ;;; yasnippet.el --- Yet another snippet extension for Emacs.
;; Copyright 2008 pluskid ;; Copyright (C) 2008-2012 Free Software Foundation, Inc.
;; 2009 pluskid, João Távora
;; 2010,2011,2012 João Távora
;; Authors: pluskid <pluskid@gmail.com>, João Távora <joaotavora@gmail.com> ;; Authors: pluskid <pluskid@gmail.com>, João Távora <joaotavora@gmail.com>
;; Version: 0.7.0 ;; Version: 0.7.0
;; Package-version: 0.7.0 ;; Package-version: 0.7.0
@ -4291,3 +4289,6 @@ handle the end-of-buffer error fired in it by calling
(provide 'yasnippet) (provide 'yasnippet)
;;; yasnippet.el ends here ;;; yasnippet.el ends here
;; Local Variables:
;; coding: utf-8
;; End: