From: Heikki Junes Date: Wed, 8 Nov 2006 22:26:41 +0000 (+0000) Subject: * elisp/lilypond-font-lock.el: Should always have been GPL. X-Git-Tag: release/2.10.0-2~15^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c83b4eef57b5e25739d87606aa1fb31bd31d6eea;p=lilypond.git * elisp/lilypond-font-lock.el: Should always have been GPL. --- diff --git a/ChangeLog b/ChangeLog index 43a22c48b5..d858604e3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-09 Heikki Junes + + * elisp/lilypond-font-lock.el: Should always have been GPL. + 2006-11-07 Han-Wen Nienhuys * lily/break-substitution.cc: diff --git a/elisp/lilypond-font-lock.el b/elisp/lilypond-font-lock.el index 224ab779de..73a8df8f7d 100644 --- a/elisp/lilypond-font-lock.el +++ b/elisp/lilypond-font-lock.el @@ -1,8 +1,6 @@ ;;; lilypond-font-lock.el --- syntax coloring for LilyPond mode -;; Copyright (C) 1992,1993,1994 Tim Peters - -;; Author: 2001-2003: Heikki Junes +;; Author: 2001-2006: Heikki Junes ;; * Emacs-mode: new keywords, reserved words, identifiers, notenames, ;; some dynamics and brackets are font-lock-keywords ;; * context-dependent syntax-tables @@ -10,16 +8,10 @@ ;; Author: 1995-1996 Barry A. Warsaw ;; 1992-1994 Tim Peters ;; Created: Feb 1992 -;; Version: 1.9.9 -;; Last Modified: 23SEP2003 +;; Version: 2.9.29 +;; Last Modified: 11NOV2006 ;; Keywords: lilypond languages music notation -;; This software is provided as-is, without express or implied -;; warranty. Permission to use, copy, modify, distribute or sell this -;; software, without fee, for any purpose and by any individual or -;; organization, is hereby granted, provided that the above copyright -;; notice and this paragraph appear in all copies. - ;; This started out as a cannabalised version of python-mode.el, by hwn ;; For changes see the LilyPond ChangeLog ;;