Changed the license from GPL to MIT on request by Maurice. I'm the sole author of this code.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24195 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,20 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* VideoAddOn.cpp - "Video Window" media add-on.
|
* Copyright (C) 2006 Marcus Overhagen <[email protected]>. All rights reserved.
|
||||||
*
|
|
||||||
* Copyright (C) 2006 Marcus Overhagen <[email protected]>
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#include "VideoAddOn.h"
|
#include "VideoAddOn.h"
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* VideoAddOn.h - "Video Window" media add-on.
|
* Copyright (C) 2006 Marcus Overhagen <[email protected]>. All rights reserved.
|
||||||
*
|
|
||||||
* Copyright (C) 2006 Marcus Overhagen <[email protected]>
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef __VIDEO_ADD_ON_H
|
#ifndef __VIDEO_ADD_ON_H
|
||||||
#define __VIDEO_ADD_ON_H
|
#define __VIDEO_ADD_ON_H
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* VideoNode.cpp - "Video Window" media add-on.
|
* Copyright (C) 2006 Marcus Overhagen <[email protected]>. All rights reserved.
|
||||||
*
|
|
||||||
* Copyright (C) 2006 Marcus Overhagen <[email protected]>
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* VideoNode.h - "Video Window" media add-on.
|
* Copyright (C) 2006 Marcus Overhagen <[email protected]>. All rights reserved.
|
||||||
*
|
|
||||||
* Copyright (C) 2006 Marcus Overhagen <[email protected]>
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef __VIDEO_NODE_H_
|
#ifndef __VIDEO_NODE_H_
|
||||||
#define __VIDEO_NODE_H_
|
#define __VIDEO_NODE_H_
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* VideoView.cpp - "Video Window" media add-on.
|
* Copyright (C) 2006 Marcus Overhagen <[email protected]>. All rights reserved.
|
||||||
*
|
|
||||||
* Copyright (C) 2006 Marcus Overhagen <[email protected]>
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#include <Bitmap.h>
|
#include <Bitmap.h>
|
||||||
#include <MediaRoster.h>
|
#include <MediaRoster.h>
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* VideoView.h - "Video Window" media add-on.
|
* Copyright (C) 2006 Marcus Overhagen <[email protected]>. All rights reserved.
|
||||||
*
|
|
||||||
* Copyright (C) 2006 Marcus Overhagen <[email protected]>
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef __VIDEO_VIEW_H
|
#ifndef __VIDEO_VIEW_H
|
||||||
#define __VIDEO_VIEW_H
|
#define __VIDEO_VIEW_H
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* VideoWindow.cpp - "Video Window" media add-on.
|
* Copyright (C) 2006 Marcus Overhagen <[email protected]>. All rights reserved.
|
||||||
*
|
|
||||||
* Copyright (C) 2006 Marcus Overhagen <[email protected]>
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#include "VideoView.h"
|
#include "VideoView.h"
|
||||||
#include "VideoNode.h"
|
#include "VideoNode.h"
|
||||||
|
|||||||
@@ -1,21 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* VideoWindow.h - "Video Window" media add-on.
|
* Copyright (C) 2006 Marcus Overhagen <[email protected]>. All rights reserved.
|
||||||
*
|
|
||||||
* Copyright (C) 2006 Marcus Overhagen <[email protected]>
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef __VIDEO_WINDOW_H
|
#ifndef __VIDEO_WINDOW_H
|
||||||
#define __VIDEO_WINDOW_H
|
#define __VIDEO_WINDOW_H
|
||||||
|
|||||||
Reference in New Issue
Block a user