diff -Nru libexcept-1.1.7.1~xenial/cmake/CMakeLists.txt libexcept-1.1.8.0~xenial/cmake/CMakeLists.txt --- libexcept-1.1.7.1~xenial/cmake/CMakeLists.txt 2019-09-26 05:41:33.000000000 +0000 +++ libexcept-1.1.8.0~xenial/cmake/CMakeLists.txt 2020-05-27 01:47:48.000000000 +0000 @@ -1,7 +1,7 @@ # File: cmake/CMakeLists.txt # Object: Install necessary cmake modules # -# Copyright: Copyright (c) 2011-2019 Made to Order Software Corp. All Rights Reserved +# Copyright: Copyright (c) 2011-2021 Made to Order Software Corp. All Rights Reserved # # https://snapwebsites.org/ # contact@m2osw.com diff -Nru libexcept-1.1.7.1~xenial/CMakeLists.txt libexcept-1.1.8.0~xenial/CMakeLists.txt --- libexcept-1.1.7.1~xenial/CMakeLists.txt 2019-09-26 05:41:33.000000000 +0000 +++ libexcept-1.1.8.0~xenial/CMakeLists.txt 2020-05-27 01:47:48.000000000 +0000 @@ -1,38 +1,26 @@ +# Copyright (c) 2011-2021 Made to Order Software Corp. All Rights Reserved # -# Text: -# CMakeLists.txt +# https://snapwebsites.org/ +# contact@m2osw.com # -# Description: -# Top level project definitions which includes the C++ files and the -# header files as required to compile the libexcept class. -# -# Documentation: -# See the CMake documentation. -# -# License: -# Copyright (c) 2011-2019 Made to Order Software Corp. All Rights Reserved -# -# https://snapwebsites.org/ -# contact@m2osw.com -# -# Permission is hereby granted, free of charge, to any person obtaining a -# copy of this software and associated documentation files (the -# "Software"), to deal in the Software without restriction, including -# without limitation the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the Software, and to -# permit persons to whom the Software is furnished to do so, subject to -# the following conditions: -# -# The above copyright notice and this permission notice shall be included -# in all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the +# "Software"), to deal in the Software without restriction, including +# without limitation the rights to use, copy, modify, merge, publish, +# distribute, sublicense, and/or sell copies of the Software, and to +# permit persons to whom the Software is furnished to do so, subject to +# the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # cmake_minimum_required(VERSION 3.5) @@ -40,20 +28,20 @@ project(libexcept) -set( CMAKE_INCLUDE_CURRENT_DIR ON ) -set( CMAKE_AUTOMOC TRUE ) +set(CMAKE_INCLUDE_CURRENT_DIR ON) +set(CMAKE_AUTOMOC TRUE) ## Include support modules ## -find_package( SnapCMakeModules REQUIRED ) -find_package( Boost REQUIRED ) -find_package( SnapDoxygen ) +find_package(SnapCMakeModules REQUIRED) +find_package(Boost REQUIRED) +find_package(SnapDoxygen ) -SnapGetVersion( LIBEXCEPT ${CMAKE_SOURCE_DIR} ) +SnapGetVersion(LIBEXCEPT ${CMAKE_SOURCE_DIR}) ## This will cause us to look in the 3rdParty area for thrift and other 3rdparty libs ## -link_directories( ${CMAKE_BINARY_DIR}/dist/lib/ ) +link_directories(${CMAKE_BINARY_DIR}/dist/lib/) include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/src diff -Nru libexcept-1.1.7.1~xenial/debian/changelog libexcept-1.1.8.0~xenial/debian/changelog --- libexcept-1.1.7.1~xenial/debian/changelog 2020-05-27 01:47:48.000000000 +0000 +++ libexcept-1.1.8.0~xenial/debian/changelog 2020-05-27 01:47:48.000000000 +0000 @@ -1,4 +1,12 @@ -libexcept (1.1.7.1~xenial) xenial; urgency=high +libexcept (1.1.8.0~xenial) xenial; urgency=high + + * Updated the copyright notices. + * Simplified the source file headers. + * Enhanced the mk script. + + -- Alexis Wilke Tue, 26 May 2020 17:47:48 -0800 + +libexcept (1.1.7.1~bionic) bionic; urgency=high * Bump version to get an ARM version. Binary files /tmp/tmp5x9wt1w6/naXrYWOdYi/libexcept-1.1.7.1~xenial/debian/.changelog.swp and /tmp/tmp5x9wt1w6/tYApd5yIqz/libexcept-1.1.8.0~xenial/debian/.changelog.swp differ diff -Nru libexcept-1.1.7.1~xenial/doc/CMakeLists.txt libexcept-1.1.8.0~xenial/doc/CMakeLists.txt --- libexcept-1.1.7.1~xenial/doc/CMakeLists.txt 2019-09-26 05:41:33.000000000 +0000 +++ libexcept-1.1.8.0~xenial/doc/CMakeLists.txt 2020-05-27 01:47:48.000000000 +0000 @@ -2,7 +2,7 @@ # File: doc/CMakeLists.txt # Object: Definitions to generate the documentation of the exception library # -# Copyright: Copyright (c) 2005-2019 Made to Order Software Corp. All Rights Reserved +# Copyright: Copyright (c) 2005-2021 Made to Order Software Corp. All Rights Reserved # All Rights Reserved. # # https://snapwebsites.org/ diff -Nru libexcept-1.1.7.1~xenial/doc/libexcept.doxy.in libexcept-1.1.8.0~xenial/doc/libexcept.doxy.in --- libexcept-1.1.7.1~xenial/doc/libexcept.doxy.in 2019-09-26 05:41:33.000000000 +0000 +++ libexcept-1.1.8.0~xenial/doc/libexcept.doxy.in 2020-05-27 01:47:48.000000000 +0000 @@ -2175,7 +2175,7 @@ # The default value is: Helvetica. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_FONTNAME = FreeSans +DOT_FONTNAME = # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of # dot graphs. diff -Nru libexcept-1.1.7.1~xenial/.gitignore libexcept-1.1.8.0~xenial/.gitignore --- libexcept-1.1.7.1~xenial/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ libexcept-1.1.8.0~xenial/.gitignore 2020-05-27 01:47:48.000000000 +0000 @@ -0,0 +1,3 @@ +# vim editor +*.sw? + diff -Nru libexcept-1.1.7.1~xenial/LICENSE.txt libexcept-1.1.8.0~xenial/LICENSE.txt --- libexcept-1.1.7.1~xenial/LICENSE.txt 2019-09-26 05:41:33.000000000 +0000 +++ libexcept-1.1.8.0~xenial/LICENSE.txt 2020-05-27 01:47:48.000000000 +0000 @@ -1,4 +1,4 @@ -Copyright (c) 2011-2019 Made to Order Software Corp. All Rights Reserved +Copyright (c) 2011-2021 Made to Order Software Corp. All Rights Reserved https://snapwebsites.org/ contact@m2osw.com diff -Nru libexcept-1.1.7.1~xenial/mk libexcept-1.1.8.0~xenial/mk --- libexcept-1.1.7.1~xenial/mk 2019-09-26 05:41:33.000000000 +0000 +++ libexcept-1.1.8.0~xenial/mk 2020-05-27 01:47:48.000000000 +0000 @@ -3,7 +3,7 @@ # Sample script to run make without having to retype the long path each time # This will work if you built the environment using our ~/bin/build-snap script -PROCESSORS=4 +PROCESSORS=`nproc` PROJECT_NAME=libexcept case $1 in @@ -12,26 +12,30 @@ ;; "-d") - rm -rf ../../../BUILD/contrib//${PROJECT_NAME}/doc//${PROJECT_NAME}-doc-1.0.tar.gz - make -C ../../../BUILD/contrib//${PROJECT_NAME} + rm -rf ../../../BUILD/contrib/${PROJECT_NAME}/doc/${PROJECT_NAME}-doc-1.0.tar.gz + make -C ../../../BUILD/contrib/${PROJECT_NAME} ;; "-i") - make -j${PROCESSORS} -C ../../../BUILD/contrib//${PROJECT_NAME} install + make -j${PROCESSORS} -C ../../../BUILD/contrib/${PROJECT_NAME} install ;; #"-t") # ( -# if make -j${PROCESSORS} -C ../../../BUILD/contrib//${PROJECT_NAME} +# if make -j${PROCESSORS} -C ../../../BUILD/contrib/${PROJECT_NAME} # then # shift -# ../../../BUILD/contrib//${PROJECT_NAME}/tests/unittest --progress $* +# ../../../BUILD/contrib/${PROJECT_NAME}/tests/unittest --progress $* # fi # ) 2>&1 | less -SR # ;; +"-r") + make -j${PROCESSORS} -C ../../../RELEASE/contrib/${PROJECT_NAME} install + ;; + "") - make -j${PROCESSORS} -C ../../../BUILD/contrib//${PROJECT_NAME} + make -j${PROCESSORS} -C ../../../BUILD/contrib/${PROJECT_NAME} ;; *) diff -Nru libexcept-1.1.7.1~xenial/src/CMakeLists.txt libexcept-1.1.8.0~xenial/src/CMakeLists.txt --- libexcept-1.1.7.1~xenial/src/CMakeLists.txt 2019-09-26 05:41:33.000000000 +0000 +++ libexcept-1.1.8.0~xenial/src/CMakeLists.txt 2020-05-27 01:47:48.000000000 +0000 @@ -1,37 +1,26 @@ +# Copyright (c) 2011-2021 Made to Order Software Corp. All Rights Reserved # -# Text: -# src/CMakeLists.txt +# https://snapwebsites.org/ +# contact@m2osw.com # -# Description: -# Defines the source files. -# -# Documentation: -# See the CMake documentation. -# -# License: -# Copyright (c) 2011-2019 Made to Order Software Corp. All Rights Reserved -# -# https://snapwebsites.org/ -# contact@m2osw.com -# -# Permission is hereby granted, free of charge, to any person obtaining a -# copy of this software and associated documentation files (the -# "Software"), to deal in the Software without restriction, including -# without limitation the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the Software, and to -# permit persons to whom the Software is furnished to do so, subject to -# the following conditions: -# -# The above copyright notice and this permission notice shall be included -# in all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the +# "Software"), to deal in the Software without restriction, including +# without limitation the rights to use, copy, modify, merge, publish, +# distribute, sublicense, and/or sell copies of the Software, and to +# permit persons to whom the Software is furnished to do so, subject to +# the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # project( except ) diff -Nru libexcept-1.1.7.1~xenial/src/demangle.cpp libexcept-1.1.8.0~xenial/src/demangle.cpp --- libexcept-1.1.7.1~xenial/src/demangle.cpp 2019-09-26 05:41:33.000000000 +0000 +++ libexcept-1.1.8.0~xenial/src/demangle.cpp 2020-05-27 01:47:48.000000000 +0000 @@ -1,40 +1,31 @@ -/* - * Implementation: - * src/demangle.cpp - * - * Description: - * The implementation that demangles C++ names. - * - * License: - * Copyright (c) 2019 Made to Order Software Corp. All Rights Reserved - * - * https://snapwebsites.org/ - * contact@m2osw.com - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ +// Copyright (c) 2019-2021 Made to Order Software Corp. All Rights Reserved +// +// https://snapwebsites.org/ +// contact@m2osw.com +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + #include "./demangle.h" // C++ includes // -//#include #include #include diff -Nru libexcept-1.1.7.1~xenial/src/demangle.h libexcept-1.1.8.0~xenial/src/demangle.h --- libexcept-1.1.7.1~xenial/src/demangle.h 2019-09-26 05:41:33.000000000 +0000 +++ libexcept-1.1.8.0~xenial/src/demangle.h 2020-05-27 01:47:48.000000000 +0000 @@ -1,38 +1,26 @@ -/* - * Header: - * src/demangle.h - * - * Description: - * A useful function to demangle a `typeid().name()`. - * - * Documentation: - * See the corresponding .cpp file. - * - * License: - * Copyright (c) 2019 Made to Order Software Corp. All Rights Reserved - * - * https://snapwebsites.org/ - * contact@m2osw.com - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ +// Copyright (c) 2019-2021 Made to Order Software Corp. All Rights Reserved +// +// https://snapwebsites.org/ +// contact@m2osw.com +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #pragma once /** \file diff -Nru libexcept-1.1.7.1~xenial/src/exception.cpp libexcept-1.1.8.0~xenial/src/exception.cpp --- libexcept-1.1.7.1~xenial/src/exception.cpp 2019-11-12 08:13:22.000000000 +0000 +++ libexcept-1.1.8.0~xenial/src/exception.cpp 2020-05-27 01:47:48.000000000 +0000 @@ -1,37 +1,27 @@ -/* - * Implementation: - * src/exception.cpp - * - * Description: - * The implementation that gathers the stack whenever an exception occurs. - * This is particularly useful to debug exceptions and possibly fix the - * code quickly. - * - * License: - * Copyright (c) 2011-2019 Made to Order Software Corp. All Rights Reserved - * - * https://snapwebsites.org/ - * contact@m2osw.com - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ +// Copyright (c) 2011-2021 Made to Order Software Corp. All Rights Reserved +// +// https://snapwebsites.org/ +// contact@m2osw.com +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + #include "./exception.h" // libexcept lib diff -Nru libexcept-1.1.7.1~xenial/src/exception.h libexcept-1.1.8.0~xenial/src/exception.h --- libexcept-1.1.7.1~xenial/src/exception.h 2020-05-27 01:47:48.000000000 +0000 +++ libexcept-1.1.8.0~xenial/src/exception.h 2020-05-27 01:47:48.000000000 +0000 @@ -1,28 +1,26 @@ -/* - * Copyright (c) 2011-2020 Made to Order Software Corp. All Rights Reserved - * - * https://snapwebsites.org/ - * contact@m2osw.com - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ +// Copyright (c) 2011-2021 Made to Order Software Corp. All Rights Reserved +// +// https://snapwebsites.org/ +// contact@m2osw.com +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #pragma once // C++ includes diff -Nru libexcept-1.1.7.1~xenial/src/version.cpp libexcept-1.1.8.0~xenial/src/version.cpp --- libexcept-1.1.7.1~xenial/src/version.cpp 2019-09-26 05:41:33.000000000 +0000 +++ libexcept-1.1.8.0~xenial/src/version.cpp 2020-05-27 01:47:48.000000000 +0000 @@ -1,38 +1,26 @@ -/* - * Text: - * src/version.cpp - * - * Description: - * Return the version of the library when it was compiled. - * - * Documentation: - * See each function below. - * - * License: - * Copyright (c) 2011-2019 Made to Order Software Corp. All Rights Reserved - * - * https://snapwebsites.org/ - * contact@m2osw.com - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ +// Copyright (c) 2011-2021 Made to Order Software Corp. All Rights Reserved +// +// https://snapwebsites.org/ +// contact@m2osw.com +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "libexcept/version.h" diff -Nru libexcept-1.1.7.1~xenial/src/version.h.in libexcept-1.1.8.0~xenial/src/version.h.in --- libexcept-1.1.7.1~xenial/src/version.h.in 2019-09-26 05:41:33.000000000 +0000 +++ libexcept-1.1.8.0~xenial/src/version.h.in 2020-05-27 01:47:48.000000000 +0000 @@ -1,38 +1,26 @@ -/* - * Header: - * src/version.h.in - * - * Description: - * Stores the current version. This file is generated from version.h.in. - * - * Documentation: - * See the corresponding .cpp file. - * - * License: - * Copyright (c) 2011-2019 Made to Order Software Corp. All Rights Reserved - * - * https://snapwebsites.org/ - * contact@m2osw.com - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the - * "Software"), to deal in the Software without restriction, including - * without limitation the rights to use, copy, modify, merge, publish, - * distribute, sublicense, and/or sell copies of the Software, and to - * permit persons to whom the Software is furnished to do so, subject to - * the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ +// Copyright (c) 2011-2021 Made to Order Software Corp. All Rights Reserved +// +// https://snapwebsites.org/ +// contact@m2osw.com +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #pragma once namespace libexcept