Skip to content

Commit fe61029

Browse files
committed
Update licenses
1 parent 87a6725 commit fe61029

5 files changed

Lines changed: 7 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2013, Hsiaoming Yang <me@lepture.com>
1+
Copyright (c) 2012-2015, Hsiaoming Yang <me@lepture.com>
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions

livereload/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
55
A python version of livereload.
66
7-
:copyright: (c) 2013 by Hsiaoming Yang
7+
:copyright: (c) 2013 - 2015 by Hsiaoming Yang
8+
:license: BSD, see LICENSE for more details.
89
"""
910

1011
__version__ = '2.4.0'

livereload/handlers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
HTTP and WebSocket handlers for livereload.
77
88
:copyright: (c) 2013 - 2015 by Hsiaoming Yang
9+
:license: BSD, see LICENSE for more details.
910
"""
1011

1112
import os

livereload/server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
66
WSGI app server for livereload.
77
8-
:copyright: (c) 2013 by Hsiaoming Yang
8+
:copyright: (c) 2013 - 2015 by Hsiaoming Yang
9+
:license: BSD, see LICENSE for more details.
910
"""
1011

1112
import os

livereload/watcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
A file watch management for LiveReload Server.
77
88
:copyright: (c) 2013 - 2015 by Hsiaoming Yang
9+
:license: BSD, see LICENSE for more details.
910
"""
1011

1112
import os

0 commit comments

Comments
 (0)