From 2ae3b8dcf70482adf352f0386e3d7e6785647567 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jan 2018 03:16:38 +0100 Subject: add missing copyright statement --- gui/init.cpp | 7 +++++++ gui/keyboard.h | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'gui') diff --git a/gui/init.cpp b/gui/init.cpp index a53df491..3ed4ff48 100644 --- a/gui/init.cpp +++ b/gui/init.cpp @@ -1,5 +1,12 @@ #include "init.hpp" +/* Copyright (c) 2013-2017 Stanislaw Halik + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + */ + #if defined(Q_CREATOR_RUN) # pragma clang diagnostic ignored "-Wmain" #endif diff --git a/gui/keyboard.h b/gui/keyboard.h index 9ca50df1..c17a7bad 100644 --- a/gui/keyboard.h +++ b/gui/keyboard.h @@ -1,5 +1,12 @@ #pragma once +/* Copyright (c) 2015, 2017 Stanislaw Halik + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + */ + #include "export.hpp" #ifdef _WIN32 -- cgit v1.2.3