summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/songbook/conditionals.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-03 23:10:19 +0000
committerKarl Berry <karl@freefriends.org>2010-04-03 23:10:19 +0000
commitce612f56f26d1e7d403ac8cd02d8b4ce9642e93f (patch)
treee142418039e47f707429e1d4a4ac0f2b4811ec98 /Master/texmf-dist/tex/latex/songbook/conditionals.sty
parent09271d9bf7c7ef58046528d31a8fab85b8eaf36d (diff)
songbook update (31mar10)
git-svn-id: svn://tug.org/texlive/trunk@17672 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/songbook/conditionals.sty')
-rw-r--r--Master/texmf-dist/tex/latex/songbook/conditionals.sty6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/songbook/conditionals.sty b/Master/texmf-dist/tex/latex/songbook/conditionals.sty
index 5b849e38c72..929b0699a81 100644
--- a/Master/texmf-dist/tex/latex/songbook/conditionals.sty
+++ b/Master/texmf-dist/tex/latex/songbook/conditionals.sty
@@ -1,6 +1,10 @@
-% rcsid = @(#)$Id: conditionals.sty,v 1.4 2002/01/17 22:38:45 christopher Exp $
+% rcsid = @(#)$Id: conditionals.sty,v 1.5 2010-03-31 01:04:16 rathc Exp $
%==========Conditionals by Donald Arseneau <asnd@triumf.ca>===========
% (as of 2002/01/17)
+% Donald Arseneau asserts no claim to copyright of the contents of this
+% conditionals.sty file, and it may be freely used as in the public
+% domain.
+%
% \if\blank{ } --- checks if parameter is blank (Spaces count as blank)
% \if\given{ } --- checks if parameter is not blank: like \if\blank{}...\else
% \if\nil{ } --- checks if parameter is null (spaces are NOT null)