diff --git a/CMakeLists.txt b/CMakeLists.txt index 575bace4401c758ec60e949a6fc0dd6c2270ca3d..c34ff94116ede943767c4e333120c9ac2d4fea67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -185,8 +185,8 @@ set(CPACK_PACKAGE_EXECUTABLE "gl2ps;gl2ps") set(CPACK_STRIP_FILES TRUE) set(CPACK_SOURCE_PACKAGE_FILE_NAME gl2ps-${GL2PS_VERSION}-source) set(CPACK_SOURCE_GENERATOR TGZ) -set(CPACK_SOURCE_IGNORE_FILES "${CMAKE_BINARY_DIR}" "/CVS/" "/.svn" "~$" - "DS_Store$" "/tmp/" "/bin/" "/lib/") +set(CPACK_SOURCE_IGNORE_FILES "TODO.txt" "${CMAKE_BINARY_DIR}" "/CVS/" + "/.svn" "~$" "DS_Store$" "/tmp/" "/bin/" "/lib/") if(WIN32) set(CPACK_GENERATOR ZIP) else(WIN32) diff --git a/COPYING.GL2PS b/COPYING.GL2PS index ff08f6d1e7c54e9be0bde3dd57fa53c6ec28cee8..15824b2c121aedd6c266d27104ca8f3005d20e43 100644 --- a/COPYING.GL2PS +++ b/COPYING.GL2PS @@ -2,8 +2,6 @@ GL2PS LICENSE Version 2, November 2003 - Copyright (C) 2003, Christophe Geuzaine - Permission to use, copy, and distribute this software and its documentation for any purpose with or without fee is hereby granted, provided that the copyright notice appear in all copies and that both