+ add license notice
This commit is contained in:
parent
f71f962f54
commit
3299e0c377
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "actionbox.h"
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef ACTIONBOX_H
|
||||
#define ACTIONBOX_H
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "actiongroup.h"
|
||||
#include "taskheader_p.h"
|
||||
#include "taskgroup_p.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef ACTIONGROUP_H
|
||||
#define ACTIONGROUP_H
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "actionlabel.h"
|
||||
|
||||
#include <QStyleOptionToolButton>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef ACTIONLABEL_H
|
||||
#define ACTIONLABEL_H
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "actionpanel.h"
|
||||
#include "actionpanelscheme.h"
|
||||
#include "actiongroup.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef ACTIONPANEL_H
|
||||
#define ACTIONPANEL_H
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "actionpanelscheme.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef TASKPANELSCHEME_H
|
||||
#define TASKPANELSCHEME_H
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "androidpanelscheme.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef ANDROIDPANELSCHEME_H
|
||||
#define ANDROIDPANELSCHEME_H
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "macpanelscheme.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef MACPANELSCHEME_H
|
||||
#define MACPANELSCHEME_H
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "taskgroup_p.h"
|
||||
|
||||
#include <QVariant>
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef TASKGROUP_P_H
|
||||
#define TASKGROUP_P_H
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "taskheader_p.h"
|
||||
#include "actionpanelscheme.h"
|
||||
#include "actionlabel.h"
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef TASKHEADER_P_H
|
||||
#define TASKHEADER_P_H
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "winvistapanelscheme.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef WINVISTAPANELSCHEME_H
|
||||
#define WINVISTAPANELSCHEME_H
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "winxppanelscheme.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/***************************************************************************
|
||||
* *
|
||||
* Copyright: https://code.google.com/p/qsint/ *
|
||||
* License: LGPL *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef WinXPPanelScheme_H
|
||||
#define WinXPPanelScheme_H
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user