license/copyright notes added

This commit is contained in:
Uwe Rathmann 2019-06-20 12:02:28 +02:00
parent 1c5cbc10d1
commit fb594267c2
29 changed files with 127 additions and 7 deletions

View File

@ -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>

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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