From 3e936843681b0307ae4daf023a7d3e8fb1dfd7f5 Mon Sep 17 00:00:00 2001 From: bbcallen Date: Sat, 4 Jan 2014 19:16:12 +0800 Subject: [PATCH] add license header --- .../IJKMediaPlayer/IJKAudioKit.h | 30 ++++++++++++++----- .../IJKMediaPlayer/IJKAudioKit.m | 30 ++++++++++++++----- 2 files changed, 46 insertions(+), 14 deletions(-) diff --git a/ios/IJKMediaPlayer/IJKMediaPlayer/IJKAudioKit.h b/ios/IJKMediaPlayer/IJKMediaPlayer/IJKAudioKit.h index fbbdb77a..df6a5a90 100644 --- a/ios/IJKMediaPlayer/IJKMediaPlayer/IJKAudioKit.h +++ b/ios/IJKMediaPlayer/IJKMediaPlayer/IJKAudioKit.h @@ -1,10 +1,26 @@ -// -// IJKAudioKit.h -// IJKMediaPlayer -// -// Created by ZhangRui on 14-1-4. -// Copyright (c) 2014年 bilibili. All rights reserved. -// +/* + * IJKAudioKit.h + * + * Copyright (c) 2013-2014 Zhang Rui + * + * based on https://github.com/kolyvan/kxmovie + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ #import diff --git a/ios/IJKMediaPlayer/IJKMediaPlayer/IJKAudioKit.m b/ios/IJKMediaPlayer/IJKMediaPlayer/IJKAudioKit.m index 520aa5a9..cf453f59 100644 --- a/ios/IJKMediaPlayer/IJKMediaPlayer/IJKAudioKit.m +++ b/ios/IJKMediaPlayer/IJKMediaPlayer/IJKAudioKit.m @@ -1,10 +1,26 @@ -// -// IJKAudioKit.m -// IJKMediaPlayer -// -// Created by ZhangRui on 14-1-4. -// Copyright (c) 2014年 bilibili. All rights reserved. -// +/* + * IJKAudioKit.m + * + * Copyright (c) 2013-2014 Zhang Rui + * + * based on https://github.com/kolyvan/kxmovie + * + * This file is part of ijkPlayer. + * + * ijkPlayer is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * ijkPlayer is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with ijkPlayer; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ #import "IJKAudioKit.h" -- GitLab