From 361ecbb980f111006a7dfcac0e4058a04dbbf9d9 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Tue, 6 Feb 2018 14:55:35 +0100 Subject: [PATCH] copyrights added/fixed --- inputcontext/QskInputCompositionModel.cpp | 5 +++++ inputcontext/QskInputCompositionModel.h | 5 +++++ inputcontext/QskInputContext.cpp | 5 +++++ inputcontext/QskInputContext.h | 5 +++++ inputcontext/QskInputContextPlugin.cpp | 5 +++++ inputcontext/QskPinyinCompositionModel.cpp | 5 +++++ inputcontext/QskPinyinCompositionModel.h | 5 +++++ src/controls/QskInputPanel.cpp | 6 ++---- src/controls/QskInputPanel.h | 6 ++---- 9 files changed, 39 insertions(+), 8 deletions(-) diff --git a/inputcontext/QskInputCompositionModel.cpp b/inputcontext/QskInputCompositionModel.cpp index a4528f1e..601b7aef 100644 --- a/inputcontext/QskInputCompositionModel.cpp +++ b/inputcontext/QskInputCompositionModel.cpp @@ -1,3 +1,8 @@ +/****************************************************************************** + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * This file may be used under the terms of the QSkinny License, Version 1.0 + *****************************************************************************/ + #include "QskInputCompositionModel.h" #include diff --git a/inputcontext/QskInputCompositionModel.h b/inputcontext/QskInputCompositionModel.h index ac48dee9..e96eecd2 100644 --- a/inputcontext/QskInputCompositionModel.h +++ b/inputcontext/QskInputCompositionModel.h @@ -1,3 +1,8 @@ +/****************************************************************************** + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * This file may be used under the terms of the QSkinny License, Version 1.0 + *****************************************************************************/ + #ifndef QSK_INPUT_COMPOSITION_MODEL_H #define QSK_INPUT_COMPOSITION_MODEL_H diff --git a/inputcontext/QskInputContext.cpp b/inputcontext/QskInputContext.cpp index dc3eb2cc..20a24c20 100644 --- a/inputcontext/QskInputContext.cpp +++ b/inputcontext/QskInputContext.cpp @@ -1,3 +1,8 @@ +/****************************************************************************** + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * This file may be used under the terms of the QSkinny License, Version 1.0 + *****************************************************************************/ + #include "QskInputContext.h" #include "QskInputCompositionModel.h" diff --git a/inputcontext/QskInputContext.h b/inputcontext/QskInputContext.h index 914dad85..1a167f86 100644 --- a/inputcontext/QskInputContext.h +++ b/inputcontext/QskInputContext.h @@ -1,3 +1,8 @@ +/****************************************************************************** + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * This file may be used under the terms of the QSkinny License, Version 1.0 + *****************************************************************************/ + #ifndef QSK_INPUT_CONTEXT_H #define QSK_INPUT_CONTEXT_H diff --git a/inputcontext/QskInputContextPlugin.cpp b/inputcontext/QskInputContextPlugin.cpp index 6424a595..4d4c75dd 100644 --- a/inputcontext/QskInputContextPlugin.cpp +++ b/inputcontext/QskInputContextPlugin.cpp @@ -1,3 +1,8 @@ +/****************************************************************************** + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * This file may be used under the terms of the QSkinny License, Version 1.0 + *****************************************************************************/ + #include #include "QskInputContext.h" diff --git a/inputcontext/QskPinyinCompositionModel.cpp b/inputcontext/QskPinyinCompositionModel.cpp index 43eb1720..23cd37ec 100644 --- a/inputcontext/QskPinyinCompositionModel.cpp +++ b/inputcontext/QskPinyinCompositionModel.cpp @@ -1,3 +1,8 @@ +/****************************************************************************** + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * This file may be used under the terms of the QSkinny License, Version 1.0 + *****************************************************************************/ + #include "QskPinyinCompositionModel.h" #include "pinyin/zh.h" diff --git a/inputcontext/QskPinyinCompositionModel.h b/inputcontext/QskPinyinCompositionModel.h index 49600944..23f3ca58 100644 --- a/inputcontext/QskPinyinCompositionModel.h +++ b/inputcontext/QskPinyinCompositionModel.h @@ -1,3 +1,8 @@ +/****************************************************************************** + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * This file may be used under the terms of the QSkinny License, Version 1.0 + *****************************************************************************/ + #ifndef QSK_PINYIN_COMPOSITION_MODEL_H #define QSK_PINYIN_COMPOSITION_MODEL_H diff --git a/src/controls/QskInputPanel.cpp b/src/controls/QskInputPanel.cpp index 4395c987..7c61a79f 100644 --- a/src/controls/QskInputPanel.cpp +++ b/src/controls/QskInputPanel.cpp @@ -1,8 +1,6 @@ /****************************************************************************** - * Qsk Controls - * Copyright (C) 2016 Uwe Rathmann - * - * This file may be used under the terms of the 3-clause BSD License + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * This file may be used under the terms of the QSkinny License, Version 1.0 *****************************************************************************/ #include "QskInputPanel.h" diff --git a/src/controls/QskInputPanel.h b/src/controls/QskInputPanel.h index 220a9b74..db262b4b 100644 --- a/src/controls/QskInputPanel.h +++ b/src/controls/QskInputPanel.h @@ -1,8 +1,6 @@ /****************************************************************************** - * Qsk Controls - * Copyright (C) 2016 Uwe Rathmann - * - * This file may be used under the terms of the 3-clause BSD License + * QSkinny - Copyright (C) 2016 Uwe Rathmann + * This file may be used under the terms of the QSkinny License, Version 1.0 *****************************************************************************/ #ifndef QSK_INPUT_PANEL_H