diff options
author | Spencer Janssen <spencerjanssen@gmail.com> | 2009-11-11 01:01:06 +0100 |
---|---|---|
committer | Spencer Janssen <spencerjanssen@gmail.com> | 2009-11-11 01:01:06 +0100 |
commit | 04da3287137acdd5a62e2ffb26c7e815c3900b87 (patch) | |
tree | 292a6e2cdce39bb6bfa99ba0b52fa5d990694014 | |
parent | f2bb21f4e60fd1eacd696c2458b4bef6828ed2c8 (diff) | |
download | metatile-04da3287137acdd5a62e2ffb26c7e815c3900b87.tar metatile-04da3287137acdd5a62e2ffb26c7e815c3900b87.zip |
Add GPL warning to GenerateManpage
Ignore-this: ea24691b8198976a4088a2708e0b4c94
darcs-hash:20091111000106-25a6b-ff6d500ee966c0cc17059190cfdfa32c0f4fdaee
-rw-r--r-- | util/GenerateManpage.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/GenerateManpage.hs b/util/GenerateManpage.hs index 3c289d8..9c7e2e0 100644 --- a/util/GenerateManpage.hs +++ b/util/GenerateManpage.hs @@ -1,3 +1,6 @@ +-- Unlike the rest of xmonad, this file is copyright under the terms of the +-- GPL. + -- -- Generates man/xmonad.1 from man/xmonad.1.in by filling the list of -- keybindings with values scraped from Config.hs |