From eb294816d18d9ddb5488499322966c350088eb26 Mon Sep 17 00:00:00 2001 From: sven Date: Fri, 4 Aug 2017 10:18:51 -0400 Subject: [PATCH] update copyrights to 2017 and LICENSE - appears to be all locations, found with `grep -ri copyright .` from repo root --- LICENSE | 2 +- README.md | 3 ++- public/css/bootstrap-treeview.css | 4 ++-- public/js/bootstrap-treeview.js | 2 +- src/css/bootstrap-treeview.css | 4 ++-- src/js/bootstrap-treeview.js | 2 +- tests/lib/bootstrap-treeview.css | 4 ++-- tests/lib/bootstrap-treeview.js | 2 +- 8 files changed, 12 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index e06d20818..1d748641b 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2017 Jonathan Miles Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index c0a724235..ed2b486c8 100644 --- a/README.md +++ b/README.md @@ -750,7 +750,8 @@ $('#tree').on('nodeSelected', function(event, data) { ## Copyright and Licensing -Copyright 2013 Jonathan Miles + +Copyright 2017 Jonathan Miles Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/public/css/bootstrap-treeview.css b/public/css/bootstrap-treeview.css index 23c6cf066..2a0c0fe4c 100644 --- a/public/css/bootstrap-treeview.css +++ b/public/css/bootstrap-treeview.css @@ -1,7 +1,7 @@ /* ========================================================= * bootstrap-treeview.css v1.2.0 * ========================================================= - * Copyright 2013 Jonathan Miles + * Copyright 2017 Jonathan Miles * Project URL : http://www.jondmiles.com/bootstrap-treeview * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -34,4 +34,4 @@ .treeview .node-disabled { color: silver; cursor: not-allowed; -} \ No newline at end of file +} diff --git a/public/js/bootstrap-treeview.js b/public/js/bootstrap-treeview.js index 7a82a2eeb..00cd2bd57 100644 --- a/public/js/bootstrap-treeview.js +++ b/public/js/bootstrap-treeview.js @@ -1,7 +1,7 @@ /* ========================================================= * bootstrap-treeview.js v1.2.0 * ========================================================= - * Copyright 2013 Jonathan Miles + * Copyright 2017 Jonathan Miles * Project URL : http://www.jondmiles.com/bootstrap-treeview * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/css/bootstrap-treeview.css b/src/css/bootstrap-treeview.css index 23c6cf066..2a0c0fe4c 100644 --- a/src/css/bootstrap-treeview.css +++ b/src/css/bootstrap-treeview.css @@ -1,7 +1,7 @@ /* ========================================================= * bootstrap-treeview.css v1.2.0 * ========================================================= - * Copyright 2013 Jonathan Miles + * Copyright 2017 Jonathan Miles * Project URL : http://www.jondmiles.com/bootstrap-treeview * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -34,4 +34,4 @@ .treeview .node-disabled { color: silver; cursor: not-allowed; -} \ No newline at end of file +} diff --git a/src/js/bootstrap-treeview.js b/src/js/bootstrap-treeview.js index 7a82a2eeb..00cd2bd57 100644 --- a/src/js/bootstrap-treeview.js +++ b/src/js/bootstrap-treeview.js @@ -1,7 +1,7 @@ /* ========================================================= * bootstrap-treeview.js v1.2.0 * ========================================================= - * Copyright 2013 Jonathan Miles + * Copyright 2017 Jonathan Miles * Project URL : http://www.jondmiles.com/bootstrap-treeview * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/lib/bootstrap-treeview.css b/tests/lib/bootstrap-treeview.css index 23c6cf066..2a0c0fe4c 100644 --- a/tests/lib/bootstrap-treeview.css +++ b/tests/lib/bootstrap-treeview.css @@ -1,7 +1,7 @@ /* ========================================================= * bootstrap-treeview.css v1.2.0 * ========================================================= - * Copyright 2013 Jonathan Miles + * Copyright 2017 Jonathan Miles * Project URL : http://www.jondmiles.com/bootstrap-treeview * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -34,4 +34,4 @@ .treeview .node-disabled { color: silver; cursor: not-allowed; -} \ No newline at end of file +} diff --git a/tests/lib/bootstrap-treeview.js b/tests/lib/bootstrap-treeview.js index 7a82a2eeb..00cd2bd57 100644 --- a/tests/lib/bootstrap-treeview.js +++ b/tests/lib/bootstrap-treeview.js @@ -1,7 +1,7 @@ /* ========================================================= * bootstrap-treeview.js v1.2.0 * ========================================================= - * Copyright 2013 Jonathan Miles + * Copyright 2017 Jonathan Miles * Project URL : http://www.jondmiles.com/bootstrap-treeview * * Licensed under the Apache License, Version 2.0 (the "License");