From 4c6f849069fbf71f7e19c8421059628c2606bafa Mon Sep 17 00:00:00 2001 From: Iceyer Date: Fri, 28 Jul 2017 14:54:44 +0800 Subject: [PATCH] Add license Change-Id: Ib065ea71d733e322ba4d1a18e21b2720a2b925ec --- src/dtkcore_global.h | 9 +++++++++ src/filesystem/dpathbuf.h | 9 +++++++++ src/log/CuteLogger_global.h | 9 +++++++++ src/log/LogManager.h | 9 +++++++++ src/log/RollingFileAppender.h | 9 +++++++++ 5 files changed, 45 insertions(+) diff --git a/src/dtkcore_global.h b/src/dtkcore_global.h index 137ddac..06ae06e 100644 --- a/src/dtkcore_global.h +++ b/src/dtkcore_global.h @@ -1,3 +1,12 @@ +/** + * Copyright (C) 2017 Deepin Technology Co., Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + **/ + #pragma once #include diff --git a/src/filesystem/dpathbuf.h b/src/filesystem/dpathbuf.h index 5179247..4b38402 100644 --- a/src/filesystem/dpathbuf.h +++ b/src/filesystem/dpathbuf.h @@ -1,3 +1,12 @@ +/** + * Copyright (C) 2017 Deepin Technology Co., Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + **/ + #pragma once #include diff --git a/src/log/CuteLogger_global.h b/src/log/CuteLogger_global.h index bafb782..411ae6e 100644 --- a/src/log/CuteLogger_global.h +++ b/src/log/CuteLogger_global.h @@ -1,3 +1,12 @@ +/** + * Copyright (C) 2017 Deepin Technology Co., Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + **/ + #ifndef CUTELOGGER_GLOBAL_H #define CUTELOGGER_GLOBAL_H diff --git a/src/log/LogManager.h b/src/log/LogManager.h index a3e7aa4..bdd6e35 100644 --- a/src/log/LogManager.h +++ b/src/log/LogManager.h @@ -1,3 +1,12 @@ +/** + * Copyright (C) 2017 Deepin Technology Co., Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + **/ + #ifndef LOGMANAGER_H #define LOGMANAGER_H diff --git a/src/log/RollingFileAppender.h b/src/log/RollingFileAppender.h index 8011bef..c7c9a8e 100644 --- a/src/log/RollingFileAppender.h +++ b/src/log/RollingFileAppender.h @@ -1,3 +1,12 @@ +/** + * Copyright (C) 2017 Deepin Technology Co., Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + **/ + #ifndef ROLLINGFILEAPPENDER_H #define ROLLINGFILEAPPENDER_H -- 2.30.2