diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-07-08 07:16:16 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-07-08 07:16:16 +0200 |
commit | 2535cc7fae76e0512f62b76b5b1b81d6c9b8d15e (patch) | |
tree | 1f45ffeb8980fff4b02e4a281ecf585736b6c0b7 | |
parent | 595021f9a0b70483a7e26337bab8b2da68cd4757 (diff) | |
download | XMonadContrib-2535cc7fae76e0512f62b76b5b1b81d6c9b8d15e.tar.gz XMonadContrib-2535cc7fae76e0512f62b76b5b1b81d6c9b8d15e.tar.xz XMonadContrib-2535cc7fae76e0512f62b76b5b1b81d6c9b8d15e.zip |
Correct license for L.CenteredMaster
Ignore-this: 31136b901a7dc476ea337678cbc8637f
Context for why I've recorded the patch:
aavogt | portnov: did you get the message about your XMonad.Layout.CenteredMaster licence being not compatible with the licence of contrib?
portnov | aavogt: yep. Could you change that yourself? I allow this to be distributed as bsd3. Making so small patch and sending it will get to much time :)
portnov | *so
aavogt | I can change it, its more about whether you would allow the change to be made
aavogt | but I guess this clears it up
portnov | i allow.
darcs-hash:20090708051616-1499c-b6558a3cb11edeb47e003abc76984950823700d1.gz
-rw-r--r-- | XMonad/Layout/CenteredMaster.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/CenteredMaster.hs b/XMonad/Layout/CenteredMaster.hs index 41a3dc0..e7aab04 100644 --- a/XMonad/Layout/CenteredMaster.hs +++ b/XMonad/Layout/CenteredMaster.hs @@ -3,7 +3,7 @@ -- | -- Module : XMonad.Layout.CenteredMaster -- Copyright : (c) 2009 Ilya Portnov --- License : GNU GPL v3 or any later +-- License : BSD-style (see xmonad/LICENSE) -- -- Maintainer : Ilya Portnov <portnov84@rambler.ru> -- Stability : unstable |