diff --git a/Applications/CLI/CMakeLists.txt b/Applications/CLI/CMakeLists.txt
index 81f5cbefcefedda06cb8e2ce075df824cf357628..ca2e06fa75c12961e5c020acd045e8efa5b39b18 100644
--- a/Applications/CLI/CMakeLists.txt
+++ b/Applications/CLI/CMakeLists.txt
@@ -28,6 +28,6 @@ INSTALL (TARGETS ogs RUNTIME DESTINATION bin COMPONENT ogs_cli)
 set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} "ogs" "OGS Simulator")
 cpack_add_component(ogs_cli
 	DISPLAY_NAME "OGS THMC Simulator"
-	DESCRIPTION "The OGS simulation as a command line executable."
+	DESCRIPTION "The command line interface for OpenGeoSys."
 	GROUP Applications
 )
diff --git a/Applications/Utils/FileConverter/CMakeLists.txt b/Applications/Utils/FileConverter/CMakeLists.txt
index a8dc67db5dc20e2096b1a0b00796dbc12a4854dc..d930f1c0f8f75a512bebea2f3f5030e300187b40 100644
--- a/Applications/Utils/FileConverter/CMakeLists.txt
+++ b/Applications/Utils/FileConverter/CMakeLists.txt
@@ -132,7 +132,7 @@ INSTALL(TARGETS ConvertSHPToGLI generateBCandGLI generateBCFromPolyline generate
 	RUNTIME DESTINATION bin COMPONENT ogs_converter)
 
 cpack_add_component(ogs_converter
-	DISPLAY_NAME "File converter tools"
-	DESCRIPTION "File conversion tools."
+	DISPLAY_NAME "File converter"
+	DESCRIPTION "File converter."
 	GROUP Utilities
 )
diff --git a/scripts/cmake/packaging/PackagingMacros.cmake b/scripts/cmake/packaging/PackagingMacros.cmake
index ff01c899e5952ebe860cf84d01d27d514accfc88..be5c08183066a87a1202febd88b6d2eaddb89857 100644
--- a/scripts/cmake/packaging/PackagingMacros.cmake
+++ b/scripts/cmake/packaging/PackagingMacros.cmake
@@ -11,7 +11,7 @@ macro(ConfigureMacOSXBundle TARGET_NAME ICON_FILE_PATH)
 		MACOSX_BUNDLE_SHORT_VERSION_STRING ${OGS_VERSION}
 		MACOSX_BUNDLE_LONG_VERSION_STRING "${PROJECT_NAME} ${OGS_VERSION}"
 		MACOSX_BUNDLE_BUNDLE_VERSION ${OGS_VERSION}
-		MACOSX_BUNDLE_COPYRIGHT "Copyright 2015, OpenGeoSys Community. All Rights Reserved."
+		MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2012-2015, OpenGeoSys Community. All Rights Reserved."
 	)
 
 	SET_SOURCE_FILES_PROPERTIES(${ICON_FILE_PATH} PROPERTIES