Commit 65c5b28d authored by Sam Hocevar's avatar Sam Hocevar

* src/misc/iso-639_def.h modules/demux/util/id3genres.h modules/gui/kde:

    + Added missing copyright information.
    + Added GPL header.
  * src/misc/iso-639_def.h:
    + Removed useless (and unprotected) macros.
parent cef7569b
/* id3genres.h: list of genres for id3 genre tags, found at
* http://www.id3.org/id3v2.4.0-frames.txt
*/
/*****************************************************************************
* id3genres.h: list of genres for id3 genre tags
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: id3genres.h,v 1.3 2003/12/22 14:23:13 sam Exp $
*
* Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
* list found at http://www.id3.org/id3v2.4.0-frames.txt
*
* This program 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.
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#define NUM_GENRES 80
......
/*****************************************************************************
* info.cpp: the KInfoWindow class
*****************************************************************************
* Copyright (C) 2001-2003 VideoLAN
* $Id: info.cpp,v 1.2 2003/12/22 14:23:14 sam Exp $
*
* Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
* This program 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.
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#include "info.h"
#include "common.h"
#include <qtextview.h>
......
/*****************************************************************************
* info.h: the KInfoWindow class
*****************************************************************************
* Copyright (C) 2001-2003 VideoLAN
* $Id: info.h,v 1.2 2003/12/22 14:23:14 sam Exp $
*
* Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
* This program 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.
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#include <kdialogbase.h>
#include "common.h"
......
/*****************************************************************************
* languagemenu.cpp: the KLanguageMenuAction class
*****************************************************************************
* Copyright (C) 2001-2003 VideoLAN
* $Id: languagemenu.cpp,v 1.2 2003/12/22 14:23:14 sam Exp $
*
* Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
* This program 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.
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#include "languagemenu.h"
KLanguageMenuAction::KLanguageMenuAction( intf_thread_t *p_intf, const QString &text, es_descriptor_t * p_es, QObject *parent) : KRadioAction( text,0,parent), p_es(p_es), p_intf(p_intf)
......
/*****************************************************************************
* languagemenu.h: the KLanguageMenuAction class
*****************************************************************************
* Copyright (C) 2001-2003 VideoLAN
* $Id: languagemenu.h,v 1.2 2003/12/22 14:23:14 sam Exp $
*
* Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
* This program 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.
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#include <kaction.h>
#include "common.h"
class KLanguageMenuAction : public KRadioAction
......
/*****************************************************************************
* messages.cpp: the KMessagesWindow class
*****************************************************************************
* Copyright (C) 2001-2003 VideoLAN
* $Id: messages.cpp,v 1.5 2003/12/22 14:23:14 sam Exp $
*
* Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
* This program 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.
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#include "messages.h"
#include <qtextview.h>
#include <qlayout.h>
......@@ -67,7 +90,6 @@ void KMessagesWindow::update()
"</font>" +
ppsz_color[p_msg->p_msg[i_start].i_type] +
p_msg->p_msg[i_start].psz_msg + "</font>" );
}
vlc_mutex_lock( p_msg->p_lock );
......
/*****************************************************************************
* messages.h: the KMessagesWindow class
*****************************************************************************
* Copyright (C) 2001-2003 VideoLAN
* $Id: messages.h,v 1.2 2003/12/22 14:23:14 sam Exp $
*
* Author: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
* This program 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.
*
* 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#include <kdialogbase.h>
#include <qtextview.h>
#include "common.h"
......@@ -15,5 +38,5 @@ private:
intf_thread_t* p_intf;
QTextView* text;
msg_subscription_t *p_msg;
};
This diff is collapsed.
......@@ -2,7 +2,7 @@
* iso_lang.c: function to decode language code (in dvd or a52 for instance).
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: iso_lang.c,v 1.9 2003/08/17 20:39:08 fenrir Exp $
* $Id: iso_lang.c,v 1.10 2003/12/22 14:23:14 sam Exp $
*
* Author: Stphane Borel <stef@via.ecp.fr>
* Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
......@@ -34,15 +34,7 @@
/*****************************************************************************
* Local tables
*****************************************************************************/
#define DEFINE_LANGUAGE_CODE(engName, nativeName, iso1, iso2T, iso2B) \
{ engName, nativeName, #iso1, #iso2T, #iso2B },
static const iso639_lang_t p_languages[] =
{
#include "iso-639_def.h"
{ NULL, NULL, NULL, NULL, NULL }
};
static const iso639_lang_t unknown_language =
{ "Unknown", "Unknown", "??", "???", "???" };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment