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