1
0
mirror of https://github.com/xmonad/xmonad.git synced 2025-07-26 17:51:51 -07:00

xmonad, not XMonad

This commit is contained in:
Spencer Janssen
2007-10-23 23:49:00 +00:00
parent 350a4d6f6b
commit 4c7cf15cdb

4
STYLE

@@ -1,6 +1,6 @@
== Coding guidelines for contributing to == Coding guidelines for contributing to
== XMonad and the XMonad contributed extensions == xmonad and the xmonad contributed extensions
* Comment every top level function (particularly exported funtions), and * Comment every top level function (particularly exported funtions), and
provide a type signature; use Haddock syntax in the comments. provide a type signature; use Haddock syntax in the comments.
@@ -18,4 +18,4 @@
precisely defining its behaviour. precisely defining its behaviour.
* New modules should identify the author, and be submitted under * New modules should identify the author, and be submitted under
the same license as XMonad (BSD3 license or freer). the same license as xmonad (BSD3 license or freer).