Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
Added missing License header in the razorqt-confupdate/updates/razor-…
Browse files Browse the repository at this point in the history
…0.5/main.cpp
  • Loading branch information
SokoloffA authored and amoskvin committed Oct 20, 2012
1 parent 60c4658 commit bb77d9d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions razorqt-confupdate/updates/razor-0.5/main.cpp
@@ -1,3 +1,33 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
* Razor - a lightweight, Qt based, desktop toolset
* http://razor-qt.org
*
* Copyright: 2012 Razor team
* Authors:
* Alexander Sokoloff <sokoloff.a@gmail.com>
*
* This code based on kconf_update utility.
* Copyright (c) 2001 Waldo Bastian <bastian@kde.org>
*
* This program or library is free software; you can redistribute it
* and/or modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
* You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*
* END_COMMON_COPYRIGHT_HEADER */

#include <QtCore/QCoreApplication>
#include <QtCore/QTextStream>
#include <QtCore/QString>
Expand Down

0 comments on commit bb77d9d

Please sign in to comment.