From 9819fa7f36449380aa6dd0bab619274d616a9547 Mon Sep 17 00:00:00 2001 From: Hartmut Seichter Date: Tue, 1 Jan 2019 21:56:00 +0100 Subject: [PATCH] fix the dates and CMakeLists --- LICENSE | 2 +- src/core/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index cfa43cf..ce2069a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Hartmut Seichter +Copyright (c) 1999-2019 Hartmut Seichter Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index d2d30a4..6aff23a 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -16,6 +16,8 @@ set(hdrs set(srcs src/core.cpp src/serialize.cpp + ${CMAKE_SOURCE_DIR}/README.md + ${CMAKE_SOURCE_DIR}/LICENSE ) add_library(pwcore