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 | 3d70c3dc64c35d11471c6537dc127d81882c392f (patch) | |
tree | 292a6e2cdce39bb6bfa99ba0b52fa5d990694014 /util | |
parent | 30981dee426b39749a320a8656581dd59666bf3e (diff) | |
download | xmonad-3d70c3dc64c35d11471c6537dc127d81882c392f.tar.gz xmonad-3d70c3dc64c35d11471c6537dc127d81882c392f.tar.xz xmonad-3d70c3dc64c35d11471c6537dc127d81882c392f.zip |
Add GPL warning to GenerateManpage
Ignore-this: ea24691b8198976a4088a2708e0b4c94
darcs-hash:20091111000106-25a6b-ff6d500ee966c0cc17059190cfdfa32c0f4fdaee.gz
Diffstat (limited to 'util')
-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 |