copyrights added/fixed
This commit is contained in:
parent
3ddcb3706f
commit
361ecbb980
|
@ -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 "QskInputCompositionModel.h"
|
||||||
|
|
||||||
#include <QGuiApplication>
|
#include <QGuiApplication>
|
||||||
|
|
|
@ -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
|
#ifndef QSK_INPUT_COMPOSITION_MODEL_H
|
||||||
#define QSK_INPUT_COMPOSITION_MODEL_H
|
#define QSK_INPUT_COMPOSITION_MODEL_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
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "QskInputContext.h"
|
#include "QskInputContext.h"
|
||||||
|
|
||||||
#include "QskInputCompositionModel.h"
|
#include "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_CONTEXT_H
|
#ifndef QSK_INPUT_CONTEXT_H
|
||||||
#define QSK_INPUT_CONTEXT_H
|
#define QSK_INPUT_CONTEXT_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
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include <qpa/qplatforminputcontextplugin_p.h>
|
#include <qpa/qplatforminputcontextplugin_p.h>
|
||||||
|
|
||||||
#include "QskInputContext.h"
|
#include "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
|
||||||
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "QskPinyinCompositionModel.h"
|
#include "QskPinyinCompositionModel.h"
|
||||||
|
|
||||||
#include "pinyin/zh.h"
|
#include "pinyin/zh.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
|
#ifndef QSK_PINYIN_COMPOSITION_MODEL_H
|
||||||
#define QSK_PINYIN_COMPOSITION_MODEL_H
|
#define QSK_PINYIN_COMPOSITION_MODEL_H
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Qsk Controls
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
* 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 "QskInputPanel.h"
|
#include "QskInputPanel.h"
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Qsk Controls
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||||||
* 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 QSK_INPUT_PANEL_H
|
#ifndef QSK_INPUT_PANEL_H
|
||||||
|
|
Loading…
Reference in New Issue