From 4a613e600c334af8c0d201616b320013803ecffc Mon Sep 17 00:00:00 2001 From: Saxon Date: Sun, 14 Apr 2019 17:08:42 +0930 Subject: [PATCH] protocol/rtp: fixed gnu license url in file headers for parse_test.go and parse.go --- protocol/rtp/parse.go | 2 +- protocol/rtp/parse_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/rtp/parse.go b/protocol/rtp/parse.go index 8642385c..d658aa20 100644 --- a/protocol/rtp/parse.go +++ b/protocol/rtp/parse.go @@ -22,7 +22,7 @@ LICENSE for more details. You should have received a copy of the GNU General Public License - in gpl.txt. If not, see [GNU licenses](http://www.gnu.org/licenses). + in gpl.txt. If not, see http://www.gnu.org/licenses. */ package rtp diff --git a/protocol/rtp/parse_test.go b/protocol/rtp/parse_test.go index ec779e5d..f3468c57 100644 --- a/protocol/rtp/parse_test.go +++ b/protocol/rtp/parse_test.go @@ -22,7 +22,7 @@ LICENSE for more details. You should have received a copy of the GNU General Public License - in gpl.txt. If not, see [GNU licenses](http://www.gnu.org/licenses). + in gpl.txt. If not, see http://www.gnu.org/licenses. */ package rtp