summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wall <richard@largo>2011-08-08 00:11:04 +0100
committerRichard Wall <richard@largo>2011-08-08 00:11:04 +0100
commitc0c8871c50f51122c2845882c1de6b9187f4ca88 (patch)
treeee3a4ec5c3118165441b3ddddca03d1c4807ee28
parent638094f46324f6316ba6320a3a7e5e35df8574e7 (diff)
Show copyright dates only in LICENCE file
-rw-r--r--LICENSE3
-rw-r--r--docs/examples/jarmon_example_recipes.js2
-rw-r--r--jarmon/jarmon.js2
-rw-r--r--jarmon/jarmon.test.js2
-rw-r--r--jarmonbuild/commands.py3
5 files changed, 7 insertions, 5 deletions
diff --git a/LICENSE b/LICENSE
index 3402ea0..68aac9a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,5 @@
-Copyright (c) 2010 Richard Wall <richard (at) the-moon.net>
+Copyright (c) 2010-2011
+Richard Wall <richard (at) the-moon.net>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/docs/examples/jarmon_example_recipes.js b/docs/examples/jarmon_example_recipes.js
index 610ecb2..5677b18 100644
--- a/docs/examples/jarmon_example_recipes.js
+++ b/docs/examples/jarmon_example_recipes.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010 Richard Wall <richard (at) the-moon.net>
+/* Copyright (c) Richard Wall
* See LICENSE for details.
*
* Some example recipes for Collectd RRD data - you *will* need to modify this
diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js
index fc74b98..4299145 100644
--- a/jarmon/jarmon.js
+++ b/jarmon/jarmon.js
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2010 Richard Wall <richard (at) the-moon.net>
+ * Copyright (c) Richard Wall
* See LICENSE for details.
*
* Wrappers and convenience fuctions for working with the javascriptRRD, jQuery,
diff --git a/jarmon/jarmon.test.js b/jarmon/jarmon.test.js
index 6370740..a2b36be 100644
--- a/jarmon/jarmon.test.js
+++ b/jarmon/jarmon.test.js
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010 Richard Wall <richard (at) the-moon.net>
+/* Copyright (c) Richard Wall
* See LICENSE for details.
*
* Unit tests for Jarmon
diff --git a/jarmonbuild/commands.py b/jarmonbuild/commands.py
index f6ed712..d60615a 100644
--- a/jarmonbuild/commands.py
+++ b/jarmonbuild/commands.py
@@ -1,4 +1,5 @@
-# Copyright (c) 2010 Richard Wall <richard (at) the-moon.net>
+# Copyright (c) Richard Wall
+# See LICENSE for details.
"""
Functions and Classes for automating the release of Jarmon
"""