Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 0b86a8a

Browse files
committed
Update year in copyrights.
1 parent 3cf03b2 commit 0b86a8a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We are open playlist from the file and parse it as master playlist.
5050
*/
5151
package m3u8
5252

53-
// Copyright 2013-2016 The Project Developers.
53+
// Copyright 2013-2017 The Project Developers.
5454
// See the AUTHORS and LICENSE files at the top-level directory of this distribution
5555
// and at https://github.com/grafov/m3u8/
5656

reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package m3u8
44
Part of M3U8 parser & generator library.
55
This file defines functions related to playlist parsing.
66
7-
Copyright 2013-2016 The Project Developers.
7+
Copyright 2013-2017 The Project Developers.
88
See the AUTHORS and LICENSE files at the top-level directory of this distribution
99
and at https://github.com/grafov/m3u8/
1010

reader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Playlist parsing tests.
33
4-
Copyright 2013-2016 The Project Developers.
4+
Copyright 2013-2017 The Project Developers.
55
See the AUTHORS and LICENSE files at the top-level directory of this distribution
66
and at https://github.com/grafov/m3u8/
77

structure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package m3u8
44
Part of M3U8 parser & generator library.
55
This file defines data structures related to package.
66
7-
Copyright 2013-2016 The Project Developers.
7+
Copyright 2013-2017 The Project Developers.
88
See the AUTHORS and LICENSE files at the top-level directory of this distribution
99
and at https://github.com/grafov/m3u8/
1010

structure_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Playlist structures tests.
33
4-
Copyright 2013-2016 The Project Developers.
4+
Copyright 2013-2017 The Project Developers.
55
See the AUTHORS and LICENSE files at the top-level directory of this distribution
66
and at https://github.com/grafov/m3u8/
77

writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package m3u8
44
Part of M3U8 parser & generator library.
55
This file defines functions related to playlist generation.
66
7-
Copyright 2013-2016 The Project Developers.
7+
Copyright 2013-2017 The Project Developers.
88
See the AUTHORS and LICENSE files at the top-level directory of this distribution
99
and at https://github.com/grafov/m3u8/
1010

writer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Package m3u8. Playlist generation tests.
33
4-
Copyright 2013-2016 The Project Developers.
4+
Copyright 2013-2017 The Project Developers.
55
See the AUTHORS and LICENSE files at the top-level directory of this distribution
66
and at https://github.com/grafov/m3u8/
77

0 commit comments

Comments
 (0)