diff options
author | Ted Pavlic <ted@tedpavlic.com> | 2009-01-12 09:14:54 -0500 |
---|---|---|
committer | Ted Pavlic <ted@tedpavlic.com> | 2009-01-12 09:14:54 -0500 |
commit | d29013a2fd0eea7500e6e3580a2ebdb0dbe1fe9c (patch) | |
tree | 0df02f3a9da2fb56381be3354ba43bb81a697efc /muttator | |
parent | 358b4b2f4ba47ee0fb1650a4fa185423185c4ae3 (diff) | |
download | pentadactyl-d29013a2fd0eea7500e6e3580a2ebdb0dbe1fe9c.tar.gz |
Three small changes (copyright, template.js copyright, and tildetidy target)
a.) Cleaned up copyright language to match conventions.
(I used the memoir document class documentation as a reference, but
these conventions are common throughout publishing)
* The (c) symbol has no legal meaning. Only the word "Copyright" and
an encircled lowercase c are appropriate. So the word "Copyright"
was placed before each (c).
* Each (C) was changed to (c).
* Kris uses the correct symbols in copyright notices, but those
symbols can be problematic in terminal-mode editors. Added the word
"Copyright" as well.
* Replaced colons/spaces after years with the word "by."
b.) Added a copyright notice to common/content/template.js. It was
missing one entirely. Please correct if it doesn't need one or if the
copyright isn't held by Martin.
c.) Also added a "tildetidy" target to Makefile common that includes a
version of the find line from the existing "clean" target (however,
this version uses "rm -fv" instead of "rm -f").
Diffstat (limited to 'muttator')
-rw-r--r-- | muttator/License.txt | 2 | ||||
-rw-r--r-- | muttator/content/addressbook.js | 2 | ||||
-rw-r--r-- | muttator/content/compose/compose.xul | 2 | ||||
-rw-r--r-- | muttator/content/config.js | 2 | ||||
-rw-r--r-- | muttator/content/mail.js | 2 | ||||
-rw-r--r-- | muttator/content/muttator.xul | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/muttator/License.txt b/muttator/License.txt index 481f249c..7efdb050 100644 --- a/muttator/License.txt +++ b/muttator/License.txt @@ -10,7 +10,7 @@ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. -(c) 2006-2009: Martin Stubenschrott <stubenschrott@gmx.net> +Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@gmx.net> Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/muttator/content/addressbook.js b/muttator/content/addressbook.js index 49b3b83b..ee1a4a74 100644 --- a/muttator/content/addressbook.js +++ b/muttator/content/addressbook.js @@ -11,7 +11,7 @@ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. -(c) 2008: Christian Dietrich <stettberger@dokucode.de> +Copyright (c) 2008 by Christian Dietrich <stettberger@dokucode.de> Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/muttator/content/compose/compose.xul b/muttator/content/compose/compose.xul index 75fc306d..f7466a7a 100644 --- a/muttator/content/compose/compose.xul +++ b/muttator/content/compose/compose.xul @@ -13,7 +13,7 @@ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. -(c) 2006-2009: Martin Stubenschrott <stubenschrott@gmx.net> +Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@gmx.net> Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/muttator/content/config.js b/muttator/content/config.js index 2ae985b0..259d019d 100644 --- a/muttator/content/config.js +++ b/muttator/content/config.js @@ -11,7 +11,7 @@ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. -(c) 2006-2009: Martin Stubenschrott <stubenschrott@gmx.net> +Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@gmx.net> Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/muttator/content/mail.js b/muttator/content/mail.js index dae5ec1d..e0e9bbef 100644 --- a/muttator/content/mail.js +++ b/muttator/content/mail.js @@ -11,7 +11,7 @@ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. -(c) 2006-2009: Martin Stubenschrott <stubenschrott@gmx.net> +Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@gmx.net> Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or diff --git a/muttator/content/muttator.xul b/muttator/content/muttator.xul index 801cdeaa..88816d94 100644 --- a/muttator/content/muttator.xul +++ b/muttator/content/muttator.xul @@ -13,7 +13,7 @@ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. -(c) 2006-2009: Martin Stubenschrott <stubenschrott@gmx.net> +Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@gmx.net> Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or |