1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 17:27:59 +01:00

Move all files to a MIT license

This commit is contained in:
Martin Stubenschrott
2009-10-03 00:32:29 +02:00
parent 2b5067dc83
commit 3910c0604b
52 changed files with 231 additions and 925 deletions

View File

@@ -6,5 +6,10 @@ catch (e)
}
// IMPORTANT: The eval statement *must* remain on the first line
// in order for line numbering in any errors to remain correct.
// Copyright (c) 2008-2009 by Doug Kearns <dougkearns@gmail.com>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the LICENSE.txt file included with this file.
// vim: set fdm=marker sw=4 ts=4 et: