diff --git a/common/bootstrap.js b/common/bootstrap.js index 541c5a4a..e84b7a6d 100755 --- a/common/bootstrap.js +++ b/common/bootstrap.js @@ -1,4 +1,10 @@ -// https://wiki.mozilla.org/Extension_Manager:Bootstrapped_Extensions +// Copyright (c) 2010-2011 by Kris Maglione +// +// 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; diff --git a/common/content/abbreviations.js b/common/content/abbreviations.js index f3d69823..d5239992 100644 --- a/common/content/abbreviations.js +++ b/common/content/abbreviations.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2009 by Martin Stubenschrott // Copyright (c) 2010 by anekos -// Copyright (c) 2010 by Kris Maglione +// Copyright (c) 2010-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/autocommands.js b/common/content/autocommands.js index 12c321c9..fdb0b2b5 100644 --- a/common/content/autocommands.js +++ b/common/content/autocommands.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/bookmarks.js b/common/content/bookmarks.js index 3e87b283..7fe61ab0 100644 --- a/common/content/bookmarks.js +++ b/common/content/bookmarks.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/browser.js b/common/content/browser.js index 1e4d2dc8..1be4fcfb 100644 --- a/common/content/browser.js +++ b/common/content/browser.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2010 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/buffer.js b/common/content/buffer.js index f9e73458..5a902d79 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/commandline.js b/common/content/commandline.js index a838e4bd..3ab022e6 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/commands.js b/common/content/commands.js index d01e59c8..173b59e3 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 675f4337..a8922422 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/events.js b/common/content/events.js index 1784f64e..bdab4bcd 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/help.js b/common/content/help.js index 947636e4..207c7807 100644 --- a/common/content/help.js +++ b/common/content/help.js @@ -1,4 +1,4 @@ -// Copyright (c) 2009-2010 by Kris Maglione +// Copyright (c) 2009-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/hints.js b/common/content/hints.js index cdece8bc..013afc21 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/history.js b/common/content/history.js index a713191d..e2447b90 100644 --- a/common/content/history.js +++ b/common/content/history.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/mappings.js b/common/content/mappings.js index 1d20f2d7..d57bf018 100644 --- a/common/content/mappings.js +++ b/common/content/mappings.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/marks.js b/common/content/marks.js index beb04eac..30dcedbb 100644 --- a/common/content/marks.js +++ b/common/content/marks.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/modes.js b/common/content/modes.js index 023e9ca5..b4a89b0a 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/options.js b/common/content/options.js index d1780c11..1354d4ae 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/quickmarks.js b/common/content/quickmarks.js index 0bf63837..4e1f067c 100644 --- a/common/content/quickmarks.js +++ b/common/content/quickmarks.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/statusline.js b/common/content/statusline.js index cec6fbcf..e5e842e2 100644 --- a/common/content/statusline.js +++ b/common/content/statusline.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/content/tabs.js b/common/content/tabs.js index 4c7f28f5..a6ecaeae 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/completion.jsm b/common/modules/completion.jsm index 1de30fda..7c352d1b 100644 --- a/common/modules/completion.jsm +++ b/common/modules/completion.jsm @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/config.jsm b/common/modules/config.jsm index 863cb78f..c0ff190b 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/finder.jsm b/common/modules/finder.jsm index d629dc3f..5694e4df 100644 --- a/common/modules/finder.jsm +++ b/common/modules/finder.jsm @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/highlight.jsm b/common/modules/highlight.jsm index d165b664..b032d66c 100644 --- a/common/modules/highlight.jsm +++ b/common/modules/highlight.jsm @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/io.jsm b/common/modules/io.jsm index 030d9b57..58d2fb6b 100644 --- a/common/modules/io.jsm +++ b/common/modules/io.jsm @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // Some code based on Venkman // // This work is licensed for reuse under an MIT license. Details are diff --git a/common/modules/javascript.jsm b/common/modules/javascript.jsm index 65d0e1b2..ab76a98a 100644 --- a/common/modules/javascript.jsm +++ b/common/modules/javascript.jsm @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/overlay.jsm b/common/modules/overlay.jsm index 8af99d25..391553c8 100644 --- a/common/modules/overlay.jsm +++ b/common/modules/overlay.jsm @@ -1,4 +1,4 @@ -// Copyright (c) 2009-2010 by Kris Maglione +// Copyright (c) 2009-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/prefs.jsm b/common/modules/prefs.jsm index 4675095c..12feb07e 100644 --- a/common/modules/prefs.jsm +++ b/common/modules/prefs.jsm @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2010 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/sanitizer.jsm b/common/modules/sanitizer.jsm index ebc0b95c..b4cd74f6 100644 --- a/common/modules/sanitizer.jsm +++ b/common/modules/sanitizer.jsm @@ -1,5 +1,5 @@ // Copyright (c) 2009 by Doug Kearns -// Copyright (c) 2009-2010 by Kris Maglione +// Copyright (c) 2009-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/services.jsm b/common/modules/services.jsm index 1f39cf2c..71e002e1 100644 --- a/common/modules/services.jsm +++ b/common/modules/services.jsm @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/storage.jsm b/common/modules/storage.jsm index a0c1df71..88fb7e52 100644 --- a/common/modules/storage.jsm +++ b/common/modules/storage.jsm @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/styles.jsm b/common/modules/styles.jsm index 654c11d8..bd0f7d03 100644 --- a/common/modules/styles.jsm +++ b/common/modules/styles.jsm @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/template.jsm b/common/modules/template.jsm index 36847f6d..e1f3fec4 100644 --- a/common/modules/template.jsm +++ b/common/modules/template.jsm @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/common/modules/util.jsm b/common/modules/util.jsm index 52debe7a..18925beb 100644 --- a/common/modules/util.jsm +++ b/common/modules/util.jsm @@ -1,6 +1,6 @@ // Copyright (c) 2006-2008 by Martin Stubenschrott -// Copyright (c) 2007-2010 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/melodactyl/content/config.js b/melodactyl/content/config.js index e6c1c8f0..10b77de5 100644 --- a/melodactyl/content/config.js +++ b/melodactyl/content/config.js @@ -1,7 +1,7 @@ // Copyright (c) 2009 by Martin Stubenschrott // Copyright (c) 2009 by Prathyush Thota -// Copyright (c) 2009-2010 by Doug Kearns -// Copyright (c) 2009-2010 by Kris Maglione +// Copyright (c) 2009-2011 by Doug Kearns +// Copyright (c) 2009-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. diff --git a/pentadactyl/content/config.js b/pentadactyl/content/config.js index 3c98bca7..89ace4cf 100644 --- a/pentadactyl/content/config.js +++ b/pentadactyl/content/config.js @@ -1,6 +1,6 @@ // Copyright (c) 2006-2009 by Martin Stubenschrott -// Copyright (c) 2007-2009 by Doug Kearns -// Copyright (c) 2008-2010 by Kris Maglione +// Copyright (c) 2007-2011 by Doug Kearns +// Copyright (c) 2008-2011 by Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file.