diff --git a/examples/automotive/ButtonBar.cpp b/examples/automotive/ButtonBar.cpp index bd38182e..31a18d1e 100644 --- a/examples/automotive/ButtonBar.cpp +++ b/examples/automotive/ButtonBar.cpp @@ -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 "SkinFactory.h" #include diff --git a/examples/automotive/ButtonBar.h b/examples/automotive/ButtonBar.h index 45b65a42..666beae3 100644 --- a/examples/automotive/ButtonBar.h +++ b/examples/automotive/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 BUTTON_BAR_H #define BUTTON_BAR_H diff --git a/examples/automotive/DefaultSkin.cpp b/examples/automotive/DefaultSkin.cpp index 67e78b00..af50afd2 100644 --- a/examples/automotive/DefaultSkin.cpp +++ b/examples/automotive/DefaultSkin.cpp @@ -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 "ButtonBar.h" diff --git a/examples/automotive/DefaultSkin.h b/examples/automotive/DefaultSkin.h index 8bda8bb0..fcf914c9 100644 --- a/examples/automotive/DefaultSkin.h +++ b/examples/automotive/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 + *****************************************************************************/ + #ifndef DEFAULTSKIN_H #define DEFAULTSKIN_H diff --git a/examples/automotive/MainWindow.cpp b/examples/automotive/MainWindow.cpp index 963e1e15..15137369 100644 --- a/examples/automotive/MainWindow.cpp +++ b/examples/automotive/MainWindow.cpp @@ -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 "ButtonBar.h" #include "SkinFactory.h" diff --git a/examples/automotive/MainWindow.h b/examples/automotive/MainWindow.h index f5896f7a..975421cf 100644 --- a/examples/automotive/MainWindow.h +++ b/examples/automotive/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 + *****************************************************************************/ + #ifndef MAINWINDOW_H #define MAINWINDOW_H diff --git a/examples/automotive/OtherSkin.cpp b/examples/automotive/OtherSkin.cpp index c6c9bb29..70d51ea3 100644 --- a/examples/automotive/OtherSkin.cpp +++ b/examples/automotive/OtherSkin.cpp @@ -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 "SkinFactory.h" diff --git a/examples/automotive/OtherSkin.h b/examples/automotive/OtherSkin.h index 7b8b6fc8..0e712fea 100644 --- a/examples/automotive/OtherSkin.h +++ b/examples/automotive/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 OTHERSKIN_H #define OTHERSKIN_H @@ -19,4 +24,4 @@ class OtherSkin : public QskSkin Palette* m_palette; }; -#endif // OTHERSKIN_H +#endif diff --git a/examples/automotive/SkinFactory.cpp b/examples/automotive/SkinFactory.cpp index f495bb2b..988ccd04 100644 --- a/examples/automotive/SkinFactory.cpp +++ b/examples/automotive/SkinFactory.cpp @@ -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 "DefaultSkin.h" #include "OtherSkin.h" diff --git a/examples/automotive/SkinFactory.h b/examples/automotive/SkinFactory.h index 98e48614..038caff6 100644 --- a/examples/automotive/SkinFactory.h +++ b/examples/automotive/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 SKIN_FACTORY_H #define SKIN_FACTORY_H diff --git a/examples/automotive/SoundControl.cpp b/examples/automotive/SoundControl.cpp index 5b63076a..f850ab03 100644 --- a/examples/automotive/SoundControl.cpp +++ b/examples/automotive/SoundControl.cpp @@ -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 "SkinFactory.h" diff --git a/examples/automotive/SoundControl.h b/examples/automotive/SoundControl.h index fdf8b6cd..92fbec9c 100644 --- a/examples/automotive/SoundControl.h +++ b/examples/automotive/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 + *****************************************************************************/ + #ifndef SOUNDCONTROL_H #define SOUNDCONTROL_H diff --git a/examples/automotive/Speedometer.cpp b/examples/automotive/Speedometer.cpp index d975ccd0..f9670d52 100644 --- a/examples/automotive/Speedometer.cpp +++ b/examples/automotive/Speedometer.cpp @@ -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 diff --git a/examples/automotive/Speedometer.h b/examples/automotive/Speedometer.h index dc34f82a..496ff407 100644 --- a/examples/automotive/Speedometer.h +++ b/examples/automotive/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 SPEEDOMETER_H #define SPEEDOMETER_H @@ -19,4 +24,4 @@ class Speedometer : public QskRangeControl QVector< QString > m_labels; }; -#endif // SPEEDOMETER_H +#endif diff --git a/examples/automotive/SpeedometerDisplay.cpp b/examples/automotive/SpeedometerDisplay.cpp index ff51241a..b696b239 100644 --- a/examples/automotive/SpeedometerDisplay.cpp +++ b/examples/automotive/SpeedometerDisplay.cpp @@ -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 "Speedometer.h" diff --git a/examples/automotive/SpeedometerDisplay.h b/examples/automotive/SpeedometerDisplay.h index 52f7d5b4..a36aa7ed 100644 --- a/examples/automotive/SpeedometerDisplay.h +++ b/examples/automotive/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 + *****************************************************************************/ + #ifndef SPEEDOMETERDISPLAY_H #define SPEEDOMETERDISPLAY_H diff --git a/examples/automotive/SpeedometerSkinlet.cpp b/examples/automotive/SpeedometerSkinlet.cpp index b0105b39..2ba55bba 100644 --- a/examples/automotive/SpeedometerSkinlet.cpp +++ b/examples/automotive/SpeedometerSkinlet.cpp @@ -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 "Speedometer.h" diff --git a/examples/automotive/SpeedometerSkinlet.h b/examples/automotive/SpeedometerSkinlet.h index 42259caa..ed84f2c1 100644 --- a/examples/automotive/SpeedometerSkinlet.h +++ b/examples/automotive/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 + *****************************************************************************/ + #ifndef SPEEDOMETERSKINLET_H #define SPEEDOMETERSKINLET_H diff --git a/examples/automotive/main.cpp b/examples/automotive/main.cpp index 4d4c3ce8..b8a8400e 100644 --- a/examples/automotive/main.cpp +++ b/examples/automotive/main.cpp @@ -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 "SkinFactory.h" diff --git a/examples/boxes/Box.cpp b/examples/boxes/Box.cpp index c63761d1..4dc3b1df 100644 --- a/examples/boxes/Box.cpp +++ b/examples/boxes/Box.cpp @@ -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 diff --git a/examples/boxes/Box.h b/examples/boxes/Box.h index c13f089a..da481099 100644 --- a/examples/boxes/Box.h +++ b/examples/boxes/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 + *****************************************************************************/ + #ifndef BOX_H #define BOX_H diff --git a/examples/boxes/Palette.cpp b/examples/boxes/Palette.cpp index 2c5585a8..292dabcd 100644 --- a/examples/boxes/Palette.cpp +++ b/examples/boxes/Palette.cpp @@ -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 diff --git a/examples/boxes/Palette.h b/examples/boxes/Palette.h index 6358c814..53d8d6f4 100644 --- a/examples/boxes/Palette.h +++ b/examples/boxes/Palette.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 #define PALETTE_H 1 diff --git a/examples/frames/Frame.cpp b/examples/frames/Frame.cpp index c4df5fc6..57bd7637 100644 --- a/examples/frames/Frame.cpp +++ b/examples/frames/Frame.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * 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" diff --git a/examples/sliders/Slider.cpp b/examples/sliders/Slider.cpp index 2b814245..8a695c02 100644 --- a/examples/sliders/Slider.cpp +++ b/examples/sliders/Slider.cpp @@ -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 "SliderSkinlet.h" diff --git a/playground/images/Image.cpp b/playground/images/Image.cpp index 25b7ccf4..bfdfbf58 100644 --- a/playground/images/Image.cpp +++ b/playground/images/Image.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * 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" diff --git a/playground/images/Image.h b/playground/images/Image.h index 6beabcfc..931a3dd9 100644 --- a/playground/images/Image.h +++ b/playground/images/Image.h @@ -1,6 +1,6 @@ /****************************************************************************** * 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 diff --git a/playground/invoker/Callback.cpp b/playground/invoker/Callback.cpp index 05b38e23..b57c131d 100644 --- a/playground/invoker/Callback.cpp +++ b/playground/invoker/Callback.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * 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" diff --git a/playground/invoker/Callback.h b/playground/invoker/Callback.h index 00c67e22..2991199e 100644 --- a/playground/invoker/Callback.h +++ b/playground/invoker/Callback.h @@ -1,6 +1,6 @@ /****************************************************************************** * 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