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 <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
|
||||
#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 "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
|
||||
#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 "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 "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
|
||||
#define QSK_PINYIN_COMPOSITION_MODEL_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
|
||||
*****************************************************************************/
|
||||
|
||||
#include "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
|
||||
|
|
Loading…
Reference in New Issue