diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-18 00:19:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-18 00:19:25 +0000 |
commit | e715d2b6489cfadcc147e15d0aaf1dc300984092 (patch) | |
tree | 871694dee3b0f5a8b16300e3a97d0a05b6e6d440 /Build/source/texk | |
parent | 3d3ab00f37c8e6461cb95f8b4018861213ccbb46 (diff) |
gplv2+ per author
git-svn-id: svn://tug.org/texlive/trunk@4966 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/musixflx/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/musixflx/musixflx.c | 16 |
2 files changed, 21 insertions, 1 deletions
diff --git a/Build/source/texk/musixflx/ChangeLog b/Build/source/texk/musixflx/ChangeLog index bcd047ca1aa..ca669273407 100644 --- a/Build/source/texk/musixflx/ChangeLog +++ b/Build/source/texk/musixflx/ChangeLog @@ -1,3 +1,7 @@ +2007-09-18 Karl Berry <karl@tug.org> + + * GPLv2 or later, per author. + 1998-11-25 Sebastian Rahtz <s.rahtz@elsevier.co.uk> * musixflx.c: DJGPP patches from Eli Zaretski @@ -7,7 +11,7 @@ Tue Jan 27 14:32:25 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> * configure etc: new configure.in, c-auto.in, Makefile.in from Olaf Weber + Tue Jan 27 13:57:34 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk> * Makefile.in: depend inclusion - diff --git a/Build/source/texk/musixflx/musixflx.c b/Build/source/texk/musixflx/musixflx.c index df5baa46bca..7db76c5a83a 100644 --- a/Build/source/texk/musixflx/musixflx.c +++ b/Build/source/texk/musixflx/musixflx.c @@ -1,6 +1,22 @@ #define VERSION "0.83" #define MYVERSION "/T.63dt+jh.2\0" /* Revision jh.2 jh-2 */ +/* Copyright (C) 1992, 1993, 1994, 1995, 1997, 2007 Ross Mitchell. + + 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 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. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. */ + + /**************************************************************************** Line breaking program for MusiXTeX. Ross Mitchell, August 1992. |