From e89ea0c371144dac8a5b930601f94bc5617c8810 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 4 Mar 2012 22:04:07 +0100 Subject: cocoa_common: add license information --- libvo/cocoa_common.h | 19 +++++++++++++++++++ libvo/cocoa_common.m | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/libvo/cocoa_common.h b/libvo/cocoa_common.h index dc3e01db0f..16f9a2f1f9 100644 --- a/libvo/cocoa_common.h +++ b/libvo/cocoa_common.h @@ -1,3 +1,22 @@ +/* + * Cocoa OpenGL Backend + * + * This file is part of mplayer2. + * + * mplayer2 is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * mplayer2 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with mplayer2. If not, see . + */ + #ifndef MPLAYER_COCOA_COMMON_H #define MPLAYER_COCOA_COMMON_H diff --git a/libvo/cocoa_common.m b/libvo/cocoa_common.m index 007ecd1e02..52768edd1d 100644 --- a/libvo/cocoa_common.m +++ b/libvo/cocoa_common.m @@ -1,3 +1,22 @@ +/* + * Cocoa OpenGL Backend + * + * This file is part of mplayer2. + * + * mplayer2 is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * mplayer2 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with mplayer2. If not, see . + */ + #import #import #import -- cgit v1.2.3