From dbc0d44b4f9c604164ac88c4fa46ad754c19b6b2 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 18 Oct 2015 08:43:15 +0000
Subject: [PATCH]

---
 CMakeLists.txt | 4 ++--
 COPYING.GL2PS  | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 575bace..c34ff94 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 ff08f6d..15824b2 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
-- 
GitLab