license/copyright notes added
This commit is contained in:
parent
1c5cbc10d1
commit
fb594267c2
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "ButtonBar.h"
|
#include "ButtonBar.h"
|
||||||
#include "SkinFactory.h"
|
#include "SkinFactory.h"
|
||||||
#include <QskGraphic.h>
|
#include <QskGraphic.h>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef BUTTON_BAR_H
|
#ifndef BUTTON_BAR_H
|
||||||
#define BUTTON_BAR_H
|
#define BUTTON_BAR_H
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "DefaultSkin.h"
|
#include "DefaultSkin.h"
|
||||||
|
|
||||||
#include "ButtonBar.h"
|
#include "ButtonBar.h"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef DEFAULTSKIN_H
|
#ifndef DEFAULTSKIN_H
|
||||||
#define DEFAULTSKIN_H
|
#define DEFAULTSKIN_H
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "MainWindow.h"
|
#include "MainWindow.h"
|
||||||
#include "ButtonBar.h"
|
#include "ButtonBar.h"
|
||||||
#include "SkinFactory.h"
|
#include "SkinFactory.h"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef MAINWINDOW_H
|
#ifndef MAINWINDOW_H
|
||||||
#define MAINWINDOW_H
|
#define MAINWINDOW_H
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "OtherSkin.h"
|
#include "OtherSkin.h"
|
||||||
#include "SkinFactory.h"
|
#include "SkinFactory.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef OTHERSKIN_H
|
#ifndef OTHERSKIN_H
|
||||||
#define OTHERSKIN_H
|
#define OTHERSKIN_H
|
||||||
|
|
||||||
@ -19,4 +24,4 @@ class OtherSkin : public QskSkin
|
|||||||
Palette* m_palette;
|
Palette* m_palette;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // OTHERSKIN_H
|
#endif
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "SkinFactory.h"
|
#include "SkinFactory.h"
|
||||||
#include "DefaultSkin.h"
|
#include "DefaultSkin.h"
|
||||||
#include "OtherSkin.h"
|
#include "OtherSkin.h"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef SKIN_FACTORY_H
|
#ifndef SKIN_FACTORY_H
|
||||||
#define SKIN_FACTORY_H
|
#define SKIN_FACTORY_H
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "SoundControl.h"
|
#include "SoundControl.h"
|
||||||
#include "SkinFactory.h"
|
#include "SkinFactory.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef SOUNDCONTROL_H
|
#ifndef SOUNDCONTROL_H
|
||||||
#define SOUNDCONTROL_H
|
#define SOUNDCONTROL_H
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "Speedometer.h"
|
#include "Speedometer.h"
|
||||||
|
|
||||||
#include <QskSkinlet.h>
|
#include <QskSkinlet.h>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef SPEEDOMETER_H
|
#ifndef SPEEDOMETER_H
|
||||||
#define SPEEDOMETER_H
|
#define SPEEDOMETER_H
|
||||||
|
|
||||||
@ -19,4 +24,4 @@ class Speedometer : public QskRangeControl
|
|||||||
QVector< QString > m_labels;
|
QVector< QString > m_labels;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // SPEEDOMETER_H
|
#endif
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "SpeedometerDisplay.h"
|
#include "SpeedometerDisplay.h"
|
||||||
|
|
||||||
#include "Speedometer.h"
|
#include "Speedometer.h"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef SPEEDOMETERDISPLAY_H
|
#ifndef SPEEDOMETERDISPLAY_H
|
||||||
#define SPEEDOMETERDISPLAY_H
|
#define SPEEDOMETERDISPLAY_H
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "SpeedometerSkinlet.h"
|
#include "SpeedometerSkinlet.h"
|
||||||
#include "Speedometer.h"
|
#include "Speedometer.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef SPEEDOMETERSKINLET_H
|
#ifndef SPEEDOMETERSKINLET_H
|
||||||
#define SPEEDOMETERSKINLET_H
|
#define SPEEDOMETERSKINLET_H
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "MainWindow.h"
|
#include "MainWindow.h"
|
||||||
#include "SkinFactory.h"
|
#include "SkinFactory.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "Box.h"
|
#include "Box.h"
|
||||||
|
|
||||||
#include <QskBoxBorderColors.h>
|
#include <QskBoxBorderColors.h>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef BOX_H
|
#ifndef BOX_H
|
||||||
#define BOX_H
|
#define BOX_H
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "Palette.h"
|
#include "Palette.h"
|
||||||
#include <QskRgbValue.h>
|
#include <QskRgbValue.h>
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef PALETTE_H
|
#ifndef PALETTE_H
|
||||||
#define PALETTE_H 1
|
#define PALETTE_H 1
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
* This file may be used under the terms of the QSkinny License, Version 1.0
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "Frame.h"
|
#include "Frame.h"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/******************************************************************************
|
||||||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "Slider.h"
|
#include "Slider.h"
|
||||||
#include "SliderSkinlet.h"
|
#include "SliderSkinlet.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
* This file may be used under the terms of the QSkinny License, Version 1.0
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "Image.h"
|
#include "Image.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
* This file may be used under the terms of the QSkinny License, Version 1.0
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef IMAGE_H
|
#ifndef IMAGE_H
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
* This file may be used under the terms of the QSkinny License, Version 1.0
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "Callback.h"
|
#include "Callback.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
* This file may be used under the terms of the QSkinny License, Version 1.0
|
* This file may be used under the terms of the 3-clause BSD License
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef CALLBACK_H
|
#ifndef CALLBACK_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user