X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fgraphviz.scm;h=ee3ddd7fe717072aa5cee8c420e790df6a018c8c;hb=b067abe33b7eae2794f165a064e5af35e7f6d317;hp=bc17f6185ebbfa79b8b8327504aba4dd345d6bcf;hpb=0387f04497978e37b335a8b99eec905499d6ad0f;p=lilypond.git diff --git a/scm/graphviz.scm b/scm/graphviz.scm index bc17f6185e..ee3ddd7fe7 100644 --- a/scm/graphviz.scm +++ b/scm/graphviz.scm @@ -1,8 +1,19 @@ -;;;; graphviz.scm -- utilities for creating graphviz output +;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; source file of the GNU LilyPond music typesetter +;;;; Copyright (C) 2007--2010 Joe Neeman ;;;; -;;;; (c) 2007--2008 Joe Neeman +;;;; LilyPond 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. +;;;; +;;;; LilyPond 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 LilyPond. If not, see . (define-module (scm graphviz)