Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

update copyrights to 2017 and LICENSE #359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions public/css/bootstrap-treeview.css
Original file line number Diff line number Diff line change
@@ -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");
Expand Down Expand Up @@ -34,4 +34,4 @@
.treeview .node-disabled {
color: silver;
cursor: not-allowed;
}
}
2 changes: 1 addition & 1 deletion public/js/bootstrap-treeview.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
4 changes: 2 additions & 2 deletions src/css/bootstrap-treeview.css
Original file line number Diff line number Diff line change
@@ -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");
Expand Down Expand Up @@ -34,4 +34,4 @@
.treeview .node-disabled {
color: silver;
cursor: not-allowed;
}
}
2 changes: 1 addition & 1 deletion src/js/bootstrap-treeview.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
4 changes: 2 additions & 2 deletions tests/lib/bootstrap-treeview.css
Original file line number Diff line number Diff line change
@@ -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");
Expand Down Expand Up @@ -34,4 +34,4 @@
.treeview .node-disabled {
color: silver;
cursor: not-allowed;
}
}
2 changes: 1 addition & 1 deletion tests/lib/bootstrap-treeview.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down