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

Commit a65d5bf

Browse files
author
Alexander I.Grafov
committed
Add copyright of library authors
1 parent 0c0306a commit a65d5bf

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

reader.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package m3u8
55
This file defines functions related to playlist parsing.
66
77
Copyleft 2013-2015 Alexander I.Grafov aka Axel <grafov@gmail.com>
8+
Copyleft 2013-2015 library authors (see AUTHORS file).
89
910
This program is free software: you can redistribute it and/or modify
1011
it under the terms of the GNU General Public License as published by

reader_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Playlist parsing tests.
33
44
Copyleft 2013-2015 Alexander I.Grafov aka Axel <grafov@gmail.com>
5+
Copyleft 2013-2015 library authors (see AUTHORS file).
56
67
This program is free software: you can redistribute it and/or modify
78
it under the terms of the GNU General Public License as published by

structure.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package m3u8
55
This file defines data structures related to package.
66
77
Copyleft 2013-2015 Alexander I.Grafov aka Axel <grafov@gmail.com>
8+
Copyleft 2013-2015 library authors (see AUTHORS file).
89
910
This program is free software: you can redistribute it and/or modify
1011
it under the terms of the GNU General Public License as published by

structure_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Playlist structures tests.
33
44
Copyleft 2013-2015 Alexander I.Grafov aka Axel <grafov@gmail.com>
5+
Copyleft 2013-2015 library authors (see AUTHORS file).
56
67
This program is free software: you can redistribute it and/or modify
78
it under the terms of the GNU General Public License as published by

writer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package m3u8
55
This file defines functions related to playlist generation.
66
77
Copyleft 2013-2015 Alexander I.Grafov aka Axel <grafov@gmail.com>
8+
Copyleft 2013-2015 library authors (see AUTHORS file).
89
910
This program is free software: you can redistribute it and/or modify
1011
it under the terms of the GNU General Public License as published by

writer_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Package m3u8. Playlist generation tests.
33
44
Copyleft 2013-2015 Alexander I.Grafov aka Axel <grafov@gmail.com>
5+
Copyleft 2013-2015 library authors (see AUTHORS file).
56
67
This program is free software: you can redistribute it and/or modify
78
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)