From d29013a2fd0eea7500e6e3580a2ebdb0dbe1fe9c Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Mon, 12 Jan 2009 09:14:54 -0500 Subject: 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"). --- common/content/modes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/content/modes.js') diff --git a/common/content/modes.js b/common/content/modes.js index 0a1ca076..68be3c99 100644 --- a/common/content/modes.js +++ b/common/content/modes.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 +Copyright (c) 2006-2009 by Martin Stubenschrott 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 -- cgit v1.2.3