1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 12:38:00 +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

@@ -1,3 +1,8 @@
// Copyright (c) 2009 by Doug Kearns
//
// This work is licensed for reuse under an MIT license. Details are
// given in the LICENSE.txt file included with this file.
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
const Cc = Components.classes;