X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qmafw-gst-subtitles-renderer%2Fapplet%2Fdcpsubtitles.h;fp=qmafw-gst-subtitles-renderer%2Fapplet%2Fdcpsubtitles.h;h=25a1518ff02ead2246357db8b25d29ab5125eaab;hb=4a184eeafc73796372693f119578f7dfd6faaa8b;hp=285e591c5bc430494b39af6b281f0f47d365a512;hpb=0e21cfae09fd3132079664e0af7f7bcd88e269a5;p=mafwsubrenderer diff --git a/qmafw-gst-subtitles-renderer/applet/dcpsubtitles.h b/qmafw-gst-subtitles-renderer/applet/dcpsubtitles.h index 285e591..25a1518 100644 --- a/qmafw-gst-subtitles-renderer/applet/dcpsubtitles.h +++ b/qmafw-gst-subtitles-renderer/applet/dcpsubtitles.h @@ -1,30 +1,34 @@ -/**************************************************************************** -** -** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). -** All rights reserved. -** Contact: Nokia Corporation (directui@nokia.com) -** -** This file is part of meegotouch-controlpanelapplets. -** -** If you have questions regarding the use of this file, please contact -** Nokia at directui@nokia.com. -** -** This library is free software; you can redistribute it and/or -** modify it under the terms of the GNU Lesser General Public -** License version 2.1 as published by the Free Software Foundation -** and appearing in the file LICENSE.LGPL included in the packaging -** of this file. -** -****************************************************************************/ +/* + * Subtitles control panel applet. + * Copyright (C) 2011 Roman Moravcik + * + * Based on Battery applet from meegotouch-controlpanelapplets + * Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). + * + * 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-1307 USA + */ + #ifndef DCPSUBTITLES_H #define DCPSUBTITLES_H namespace DcpSubtitles { -enum { - None = -1, - Main = 0 -}; + enum { + None = -1, + Main = 0 + }; } #endif // DCPSUBTITLES_H