1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 02:45:57 +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;

View File

@@ -1,3 +1,9 @@
// Copyright (c) 2008-2009 Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the LICENSE.txt file included with this file.
/* Adds support for data: URIs with chrome privileges
* and fragment identifiers.
*
@@ -5,7 +11,6 @@
*
* By Kris Maglione, ideas from Ed Anuff's nsChromeExtensionHandler.
*
* ©2008-2009 Kris Maglione <maglione.k at Gmail>
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),

View File

@@ -1,3 +1,9 @@
// 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");
function CommandLineHandler()