diff --git a/reader.go b/reader.go index aa3200e5..4764ce8c 100644 --- a/reader.go +++ b/reader.go @@ -5,6 +5,7 @@ package m3u8 This file defines functions related to playlist parsing. Copyleft 2013-2015 Alexander I.Grafov aka Axel + Copyleft 2013-2015 library authors (see AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/reader_test.go b/reader_test.go index 06cdc56c..383ebcbc 100644 --- a/reader_test.go +++ b/reader_test.go @@ -2,6 +2,7 @@ Playlist parsing tests. Copyleft 2013-2015 Alexander I.Grafov aka Axel + Copyleft 2013-2015 library authors (see AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/structure.go b/structure.go index f9dd609b..36bcd5c2 100644 --- a/structure.go +++ b/structure.go @@ -5,6 +5,7 @@ package m3u8 This file defines data structures related to package. Copyleft 2013-2015 Alexander I.Grafov aka Axel + Copyleft 2013-2015 library authors (see AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/structure_test.go b/structure_test.go index 603d9883..6ce586e2 100644 --- a/structure_test.go +++ b/structure_test.go @@ -2,6 +2,7 @@ Playlist structures tests. Copyleft 2013-2015 Alexander I.Grafov aka Axel + Copyleft 2013-2015 library authors (see AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/writer.go b/writer.go index 2c1a4e53..927d490a 100644 --- a/writer.go +++ b/writer.go @@ -5,6 +5,7 @@ package m3u8 This file defines functions related to playlist generation. Copyleft 2013-2015 Alexander I.Grafov aka Axel + Copyleft 2013-2015 library authors (see AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/writer_test.go b/writer_test.go index a49020a7..6b53e97c 100644 --- a/writer_test.go +++ b/writer_test.go @@ -2,6 +2,7 @@ Package m3u8. Playlist generation tests. Copyleft 2013-2015 Alexander I.Grafov aka Axel + Copyleft 2013-2015 library authors (see AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by