From 13510d796d1226592cc7568fd6d1e3b69bf36dda Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 22 May 2017 22:04:45 +0200 Subject: [PATCH] minor changes --- CMakeLists.txt | 2 +- LICENSE | 2 +- TODO | 0 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 TODO diff --git a/CMakeLists.txt b/CMakeLists.txt index b7cf48c7..cb2b0841 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,7 +137,7 @@ include(CPack) file( GLOB_RECURSE PROJECT_FILES FOLLOW_SYMLINKS - *.txt *.c *.cpp *.hpp *.h *.in *.cmake *.sh *.md *.yml *.bat AUTHORS + *.txt *.c *.cpp *.hpp *.h *.in *.cmake *.sh *.md *.yml *.bat AUTHORS LICENSE ) add_custom_target( diff --git a/LICENSE b/LICENSE index b36b559f..4a7b3ea3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Michele Caini +Copyright (c) 2017 Michele Caini 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/TODO b/TODO deleted file mode 100644 index e69de29b..00000000