diff --git a/common/content/completion.js b/common/content/completion.js index d1bdebb2..716f0a08 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -1,4 +1,5 @@ // Copyright (c) 2006-2009 by Martin Stubenschrott +// 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/eval.js b/common/content/eval.js index dfd83b51..2a0c9d66 100644 --- a/common/content/eval.js +++ b/common/content/eval.js @@ -7,7 +7,7 @@ catch (e) // IMPORTANT: The eval statement *must* remain on the first line // in order for line numbering in any errors to remain correct. -// Copyright (c) 2008-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/sanitizer.js b/common/content/sanitizer.js index 99eca505..45b13458 100644 --- a/common/content/sanitizer.js +++ b/common/content/sanitizer.js @@ -1,4 +1,4 @@ -// Copyright (c) 2009 by Doug Kearns +// 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.