From c0c8871c50f51122c2845882c1de6b9187f4ca88 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Mon, 8 Aug 2011 00:11:04 +0100 Subject: Show copyright dates only in LICENCE file --- LICENSE | 3 ++- docs/examples/jarmon_example_recipes.js | 2 +- jarmon/jarmon.js | 2 +- jarmon/jarmon.test.js | 2 +- jarmonbuild/commands.py | 3 ++- 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 +Copyright (c) 2010-2011 +Richard Wall 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 +/* 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 + * 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 +/* 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 +# Copyright (c) Richard Wall +# See LICENSE for details. """ Functions and Classes for automating the release of Jarmon """ -- cgit v1.2.3