Skip to content

Commit 07c6b43

Browse files
committed
Simplify copyright notice to current year
1 parent a9005bb commit 07c6b43

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ If the minute view is the minView, which is is by default, the date will be set
305305

306306
## License
307307

308-
angular-bootstrap-datetimepicker is released under the MIT license and is copyright 2015 Dale Lotts. Boiled down to smaller chunks, it can be described with the following conditions.
308+
angular-bootstrap-datetimepicker is released under the MIT license and is copyright 2015 Knight Rider Consulting, Inc.. Boiled down to smaller chunks, it can be described with the following conditions.
309309

310310
## It requires you to:
311311

@@ -323,8 +323,8 @@ angular-bootstrap-datetimepicker is released under the MIT license and is copyri
323323
* Hold the authors and license owners liable for damages as angular-bootstrap-datetimepicker is provided without warranty
324324
* Hold the creators or copyright holders of angular-bootstrap-datetimepicker liable
325325
* Redistribute any piece of angular-bootstrap-datetimepicker without proper attribution
326-
* Use any marks owned by Dale Lotts in any way that might state or imply that Dale Lotts endorses your distribution
327-
* Use any marks owned by Dale Lotts in any way that might state or imply that you created the software in question
326+
* Use any marks owned by Knight Rider Consulting, Inc. in any way that might state or imply that Knight Rider Consulting, Inc. endorses your distribution
327+
* Use any marks owned by Knight Rider Consulting, Inc. in any way that might state or imply that you created the Knight Rider Consulting, Inc. software in question
328328

329329
## It does not require you to:
330330

src/css/datetimepicker.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/datetimepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/**
55
* @license angular-bootstrap-datetimepicker version: 0.3.13
6-
* Copyright 2013-2015 Knight Rider Consulting, Inc. http://www.knightrider.com
6+
* Copyright 2015 Knight Rider Consulting, Inc. http://www.knightrider.com
77
* License: MIT
88
*/
99

src/less/datetimepicker.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* @license angular-bootstrap-datetimepicker version: 0.3.14
3-
* Copyright 2013-2015 Knight Rider Consulting, Inc. http://www.knightrider.com
3+
* Copyright 2015 Knight Rider Consulting, Inc. http://www.knightrider.com
44
* License: MIT
55
*/
66

77
// Core variables and mixins
88
@import "variables.less";
9-
@import "core.less";
9+
@import "core.less";

0 commit comments

Comments
 (0)