From 59a9ff845915e4b6335b79ef2a1f8645df96ed17 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 29 Mar 2017 12:53:10 +1300 Subject: [PATCH] FIX: Rename license file to match module standard. --- license.md => LICENSE | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) rename license.md => LICENSE (97%) diff --git a/license.md b/LICENSE similarity index 97% rename from license.md rename to LICENSE index 9445c8e4..87946707 100644 --- a/license.md +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016, SilverStripe Limited +Copyright (c) 2017, SilverStripe Limited All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index b8dfeb8b..1fd2131f 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,7 @@ The reports section will not show up in the CMS if: * There are no reports to show * The logged in user does not have permission to view any reports + +## Links ## + + * [License](./LICENSE)