From 47b63fed56c0f5aabb69ef4b194528f340abde08 Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Sun, 2 Mar 2008 02:57:28 +0000 Subject: [PATCH] Changed license from GPL to MIT. I'm the sole author of this code. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24197 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/VideoNode.cpp | 18 ++---------------- src/apps/mediaplayer/VideoNode.h | 18 ++---------------- 2 files changed, 4 insertions(+), 32 deletions(-) diff --git a/src/apps/mediaplayer/VideoNode.cpp b/src/apps/mediaplayer/VideoNode.cpp index 26c35708d1..3c41efb0c9 100644 --- a/src/apps/mediaplayer/VideoNode.cpp +++ b/src/apps/mediaplayer/VideoNode.cpp @@ -1,21 +1,7 @@ /* - * VideoNode.cpp - Media Player for the Haiku Operating System - * - * Copyright (C) 2006 Marcus Overhagen - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * version 2 as published by the Free Software Foundation. - * - * This program 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * Copyright (C) 2006 Marcus Overhagen . All rights reserved. * + * Distributed under the terms of the MIT License. */ #include #include diff --git a/src/apps/mediaplayer/VideoNode.h b/src/apps/mediaplayer/VideoNode.h index ee12d13af7..5b18b5bd94 100644 --- a/src/apps/mediaplayer/VideoNode.h +++ b/src/apps/mediaplayer/VideoNode.h @@ -1,21 +1,7 @@ /* - * VideoNode.h - Media Player for the Haiku Operating System - * - * Copyright (C) 2006 Marcus Overhagen - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * version 2 as published by the Free Software Foundation. - * - * This program 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * Copyright (C) 2006 Marcus Overhagen . All rights reserved. * + * Distributed under the terms of the MIT License. */ #ifndef __VIDEO_NODE_H_ #define __VIDEO_NODE_H_