diff --git a/src/add-ons/media/media-add-ons/videowindow/VideoAddOn.cpp b/src/add-ons/media/media-add-ons/videowindow/VideoAddOn.cpp index 338e0534fc..a70366d6c0 100644 --- a/src/add-ons/media/media-add-ons/videowindow/VideoAddOn.cpp +++ b/src/add-ons/media/media-add-ons/videowindow/VideoAddOn.cpp @@ -1,20 +1,6 @@ /* - * VideoAddOn.cpp - "Video Window" media add-on. - * - * 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 "VideoAddOn.h" diff --git a/src/add-ons/media/media-add-ons/videowindow/VideoAddOn.h b/src/add-ons/media/media-add-ons/videowindow/VideoAddOn.h index d1583a56ca..a08a31120c 100644 --- a/src/add-ons/media/media-add-ons/videowindow/VideoAddOn.h +++ b/src/add-ons/media/media-add-ons/videowindow/VideoAddOn.h @@ -1,21 +1,7 @@ /* - * VideoAddOn.h - "Video Window" media add-on. - * - * 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_ADD_ON_H #define __VIDEO_ADD_ON_H diff --git a/src/add-ons/media/media-add-ons/videowindow/VideoNode.cpp b/src/add-ons/media/media-add-ons/videowindow/VideoNode.cpp index e04876b507..3c41efb0c9 100644 --- a/src/add-ons/media/media-add-ons/videowindow/VideoNode.cpp +++ b/src/add-ons/media/media-add-ons/videowindow/VideoNode.cpp @@ -1,21 +1,7 @@ /* - * VideoNode.cpp - "Video Window" media add-on. - * - * 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/add-ons/media/media-add-ons/videowindow/VideoNode.h b/src/add-ons/media/media-add-ons/videowindow/VideoNode.h index 02d829d626..5b18b5bd94 100644 --- a/src/add-ons/media/media-add-ons/videowindow/VideoNode.h +++ b/src/add-ons/media/media-add-ons/videowindow/VideoNode.h @@ -1,21 +1,7 @@ /* - * VideoNode.h - "Video Window" media add-on. - * - * 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_ diff --git a/src/add-ons/media/media-add-ons/videowindow/VideoView.cpp b/src/add-ons/media/media-add-ons/videowindow/VideoView.cpp index 953e50c79b..946a974c3e 100644 --- a/src/add-ons/media/media-add-ons/videowindow/VideoView.cpp +++ b/src/add-ons/media/media-add-ons/videowindow/VideoView.cpp @@ -1,21 +1,7 @@ /* - * VideoView.cpp - "Video Window" media add-on. - * - * 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/add-ons/media/media-add-ons/videowindow/VideoView.h b/src/add-ons/media/media-add-ons/videowindow/VideoView.h index d030b25c9a..aa37b8201f 100644 --- a/src/add-ons/media/media-add-ons/videowindow/VideoView.h +++ b/src/add-ons/media/media-add-ons/videowindow/VideoView.h @@ -1,21 +1,7 @@ /* - * VideoView.h - "Video Window" media add-on. - * - * 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_VIEW_H #define __VIDEO_VIEW_H diff --git a/src/add-ons/media/media-add-ons/videowindow/VideoWindow.cpp b/src/add-ons/media/media-add-ons/videowindow/VideoWindow.cpp index af0e6a4769..b988429949 100644 --- a/src/add-ons/media/media-add-ons/videowindow/VideoWindow.cpp +++ b/src/add-ons/media/media-add-ons/videowindow/VideoWindow.cpp @@ -1,21 +1,7 @@ /* - * VideoWindow.cpp - "Video Window" media add-on. - * - * 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 "VideoView.h" #include "VideoNode.h" diff --git a/src/add-ons/media/media-add-ons/videowindow/VideoWindow.h b/src/add-ons/media/media-add-ons/videowindow/VideoWindow.h index eaf1fed11d..b72c2666db 100644 --- a/src/add-ons/media/media-add-ons/videowindow/VideoWindow.h +++ b/src/add-ons/media/media-add-ons/videowindow/VideoWindow.h @@ -1,21 +1,7 @@ /* - * VideoWindow.h - "Video Window" media add-on. - * - * 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_WINDOW_H #define __VIDEO_WINDOW_H