Skip to content

Commit

Permalink
Corrected capitalization of "MIT License".
Browse files Browse the repository at this point in the history
  • Loading branch information
mk12 committed Jul 2, 2013
1 parent 38d2b28 commit 26971e4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -98,6 +98,6 @@ License

Copyright © 2012 Mitchell Kember

Luminosity is available under the MIT license; see [LICENSE][] for details.
Luminosity is available under the MIT License; see [LICENSE][] for details.

[LICENSE]: https://github.com/mk12/luminosity/blob/master/LICENSE.md
2 changes: 1 addition & 1 deletion src/Luminosity/Colour.hs
@@ -1,4 +1,4 @@
-- Copyright 2012 Mitchell Kember. Subject to the MIT license.
-- Copyright 2012 Mitchell Kember. Subject to the MIT License.

-- | An extension to "Luminosity.Vector" for the more specific usage of
-- vectors to represent colours, with some useful operations on them.
Expand Down
2 changes: 1 addition & 1 deletion src/Luminosity/Export.hs
@@ -1,4 +1,4 @@
-- Copyright 2012 Mitchell Kember. Subject to the MIT license.
-- Copyright 2012 Mitchell Kember. Subject to the MIT License.

-- | A simple TGA image exporter.
module Luminosity.Export (extension, export) where
Expand Down
2 changes: 1 addition & 1 deletion src/Luminosity/Intersect.hs
@@ -1,4 +1,4 @@
-- Copyright 2012 Mitchell Kember. Subject to the MIT license.
-- Copyright 2012 Mitchell Kember. Subject to the MIT License.

-- | The 'Ray' and 'Surface' types, with some useful operations on them (notably
-- the 'intersect' function).
Expand Down
2 changes: 1 addition & 1 deletion src/Luminosity/Misc.hs
@@ -1,4 +1,4 @@
-- Copyright 2012 Mitchell Kember. Subject to the MIT license.
-- Copyright 2012 Mitchell Kember. Subject to the MIT License.

-- | A collection of useful miscellaneous functions which do not belong in any
-- other module.
Expand Down
2 changes: 1 addition & 1 deletion src/Luminosity/Parse.hs
@@ -1,4 +1,4 @@
-- Copyright 2012 Mitchell Kember. Subject to the MIT license.
-- Copyright 2012 Mitchell Kember. Subject to the MIT License.

-- This module deliberately declares orphan instances:
{-# OPTIONS_GHC -fno-warn-orphans #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Luminosity/Render.hs
@@ -1,4 +1,4 @@
-- Copyright 2012 Mitchell Kember. Subject to the MIT license.
-- Copyright 2012 Mitchell Kember. Subject to the MIT License.

-- | The 'render' function and camera projection math. This module is
-- responsible for tranforming scenes into rendered images ready to be exported.
Expand Down
2 changes: 1 addition & 1 deletion src/Luminosity/Trace.hs
@@ -1,4 +1,4 @@
-- Copyright 2012 Mitchell Kember. Subject to the MIT license.
-- Copyright 2012 Mitchell Kember. Subject to the MIT License.

-- | The 'Scene' type, several other types that it contains, and the 'trace'
-- function for ray tracing scenes. This module is responsible for transforming
Expand Down
2 changes: 1 addition & 1 deletion src/Luminosity/Vector.hs
@@ -1,4 +1,4 @@
-- Copyright 2012 Mitchell Kember. Subject to the MIT license.
-- Copyright 2012 Mitchell Kember. Subject to the MIT License.

-- | A simple and lightweight module for vector math. The operations satisfy all
-- the Euclidean vector properties
Expand Down
2 changes: 1 addition & 1 deletion src/Main.hs
@@ -1,4 +1,4 @@
-- Copyright 2012 Mitchell Kember. Subject to the MIT license.
-- Copyright 2012 Mitchell Kember. Subject to the MIT License.

-- | The main module.
module Main (main) where
Expand Down

0 comments on commit 26971e4

Please sign in to comment.