From bf5fb6d44e7447381418d115e9ec4fe1e97af616 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 1 Dec 2009 07:08:05 -0500 Subject: [PATCH] Finish adding missing copyright notices. --HG-- branch : testing --- common/content/autocommands.js | 4 +++- common/content/bookmarks.js | 4 +++- common/content/browser.js | 2 +- common/content/buffer.js | 2 +- common/content/commandline.js | 4 +++- common/content/commands.js | 2 +- common/content/completion.js | 5 +++-- common/content/configbase.js | 4 +++- common/content/events.js | 2 +- common/content/finder.js | 4 +++- common/content/hints.js | 4 +++- common/content/history.js | 4 +++- common/content/io.js | 4 +++- common/content/liberator-overlay.js | 2 +- common/content/liberator.js | 4 +++- common/content/mappings.js | 2 +- common/content/marks.js | 4 +++- common/content/modes.js | 4 +++- common/content/options.js | 4 +++- common/content/quickmarks.js | 4 +++- common/content/statusline.js | 4 +++- common/content/tabs.js | 2 +- common/content/template.js | 2 +- common/content/util.js | 4 +++- 24 files changed, 56 insertions(+), 25 deletions(-) diff --git a/common/content/autocommands.js b/common/content/autocommands.js index 52ceecb6..1417e684 100644 --- a/common/content/autocommands.js +++ b/common/content/autocommands.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 207cb3b1..b822f7b7 100644 --- a/common/content/bookmarks.js +++ b/common/content/bookmarks.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 aec8bf25..2f47a583 100644 --- a/common/content/browser.js +++ b/common/content/browser.js @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott // Copyright (c) 2007-2009 by Doug Kearns // Copyright (c) 2008-2009 by Kris Maglione // diff --git a/common/content/buffer.js b/common/content/buffer.js index d70de3e5..a2424496 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott // Copyright (c) 2007-2009 by Doug Kearns // Copyright (c) 2008-2009 by Kris Maglione // diff --git a/common/content/commandline.js b/common/content/commandline.js index 16d06985..b4d027bc 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 f085507c..ab9cebbb 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott // Copyright (c) 2007-2009 by Doug Kearns // Copyright (c) 2008-2009 by Kris Maglione // diff --git a/common/content/completion.js b/common/content/completion.js index cd25a49a..c5beb117 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -1,5 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott -// Copyright (c) 2008-2009 by Kris Maglione +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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/configbase.js b/common/content/configbase.js index 7cb438b2..215695ef 100644 --- a/common/content/configbase.js +++ b/common/content/configbase.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 cfab6641..e96a67bc 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott // Copyright (c) 2007-2009 by Doug Kearns // Copyright (c) 2008-2009 by Kris Maglione // diff --git a/common/content/finder.js b/common/content/finder.js index 158ce928..cf4ebba2 100644 --- a/common/content/finder.js +++ b/common/content/finder.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 48974c7e..4459c0b2 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 8f3ae5c8..281d797d 100644 --- a/common/content/history.js +++ b/common/content/history.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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/io.js b/common/content/io.js index 713423f5..2aa3f9e8 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 by Kris Maglione // Some code based on Venkman // // This work is licensed for reuse under an MIT license. Details are diff --git a/common/content/liberator-overlay.js b/common/content/liberator-overlay.js index 478ecd9e..ae32b8a2 100644 --- a/common/content/liberator-overlay.js +++ b/common/content/liberator-overlay.js @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2009 Kris Maglione +// Copyright (c) 2008-2008 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/liberator.js b/common/content/liberator.js index 07380be7..5403ad16 100644 --- a/common/content/liberator.js +++ b/common/content/liberator.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 af181120..7d1fa3fa 100644 --- a/common/content/mappings.js +++ b/common/content/mappings.js @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott // Copyright (c) 2007-2009 by Doug Kearns // Copyright (c) 2008-2009 by Kris Maglione // diff --git a/common/content/marks.js b/common/content/marks.js index ab4c4789..44aadbc8 100644 --- a/common/content/marks.js +++ b/common/content/marks.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 e6048bea..5a4948fc 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 bbc7461b..f34a721e 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 b6d6914b..20cb8b33 100644 --- a/common/content/quickmarks.js +++ b/common/content/quickmarks.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 9214b75d..d8fbfe05 100644 --- a/common/content/statusline.js +++ b/common/content/statusline.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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 283c9262..6cd4083d 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott // Copyright (c) 2007-2009 by Doug Kearns // Copyright (c) 2008-2009 by Kris Maglione // diff --git a/common/content/template.js b/common/content/template.js index 26f0e512..7f8a1f09 100644 --- a/common/content/template.js +++ b/common/content/template.js @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 by Kris Maglione +// Copyright (c) 2008-2009 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/util.js b/common/content/util.js index e313747d..d1c5656f 100644 --- a/common/content/util.js +++ b/common/content/util.js @@ -1,4 +1,6 @@ -// Copyright (c) 2006-2009 by Martin Stubenschrott +// Copyright (c) 2006-2008 by Martin Stubenschrott +// Copyright (c) 2007-2009 by Doug Kearns +// Copyright (c) 2008-2009 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.