1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 02:28:00 +01:00

Update copyright headers.

This commit is contained in:
Kris Maglione
2011-01-23 23:34:24 -05:00
parent ca9aa5bd02
commit fb7d6c9809
36 changed files with 66 additions and 60 deletions

8
common/bootstrap.js vendored
View File

@@ -1,4 +1,10 @@
// https://wiki.mozilla.org/Extension_Manager:Bootstrapped_Extensions
// Copyright (c) 2010-2011 by Kris Maglione <maglione.k@gmail.com>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the LICENSE.txt file included with this file.
//
// See https://wiki.mozilla.org/Extension_Manager:Bootstrapped_Extensions
// for details.
const NAME = "bootstrap";
const global = this;