Skip to content

Commit

Permalink
Upgraded the subtitle in the header of all files. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Feb 13, 2019
1 parent 514c9ba commit 4c7ca42
Show file tree
Hide file tree
Showing 95 changed files with 133 additions and 134 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
Expand All @@ -43,7 +43,7 @@ project(sagui C)

set(CMAKE_C_STANDARD 99)

set(PROJECT_DESCRIPTION "–– cross-platform library which helps to develop web servers or frameworks.")
set(PROJECT_DESCRIPTION "Cross-platform library which helps to develop web servers or frameworks.")
set(PROJECT_VENDOR "The Sagui Library Development Team")
set(PROJECT_URL "https://github.com/risoflora/libsagui")
set(PROJECT_ISSUES_URL "${PROJECT_URL}/issues")
Expand Down
4 changes: 2 additions & 2 deletions cmake/SgABIComplianceChecker.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
# This file is part of Sagui library.
#
Expand Down
4 changes: 2 additions & 2 deletions cmake/SgCPack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
# This file is part of Sagui library.
#
Expand Down
3 changes: 2 additions & 1 deletion cmake/SgDoxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
Expand Down Expand Up @@ -69,6 +69,7 @@ if (SG_BUILD_HTML)
find_package(Doxygen QUIET)
if (DOXYGEN_FOUND)
set(SG_GENERATE_HTML ON)
set(SG_EXTRA_CSS_INPUT_FILE ${CMAKE_SOURCE_DIR}/doxygen/sagui.css)
set(DOXYGEN_INPUT_FILE ${CMAKE_SOURCE_DIR}/doxygen/Doxyfile.in)
set(DOXYGEN_OUTPUT_FILE ${CMAKE_BINARY_DIR}/Doxyfile)
set(DOXYGEN_DOCS_DIR ${CMAKE_BINARY_DIR}/docs)
Expand Down
4 changes: 2 additions & 2 deletions cmake/SgFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
# This file is part of Sagui library.
#
Expand Down
4 changes: 2 additions & 2 deletions cmake/SgGNUSource.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
# This file is part of Sagui library.
#
Expand Down
4 changes: 2 additions & 2 deletions cmake/SgMHD.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
# This file is part of Sagui library.
#
Expand Down
4 changes: 2 additions & 2 deletions cmake/SgPC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
# This file is part of Sagui library.
#
Expand Down
4 changes: 2 additions & 2 deletions cmake/SgPCRE2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
# This file is part of Sagui library.
#
Expand Down
4 changes: 2 additions & 2 deletions cmake/SgPVSStudio.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
# This file is part of Sagui library.
#
Expand Down
2 changes: 1 addition & 1 deletion cmake/SgRC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion cmake/SgSummary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
Expand Down
4 changes: 2 additions & 2 deletions cmake/SgUninstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
# This file is part of Sagui library.
#
Expand Down
4 changes: 2 additions & 2 deletions cmake/SgVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
# This file is part of Sagui library.
#
Expand Down
2 changes: 1 addition & 1 deletion cmake/SgZLib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion cmake/libsagui.rc.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_entrypoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_httpauth.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
2 changes: 1 addition & 1 deletion doxygen/example_httpcomp.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_httpcookie.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_httpreq_payload.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_httpsrv.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_httpsrv_benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_httpsrv_tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_httpsrv_tls_cert_auth.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_httpuplds.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_router_segments.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_router_simple.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_router_srv.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_router_vars.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_str.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
4 changes: 2 additions & 2 deletions doxygen/example_strmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* |___/\__,_|\__, |\__,_|_|
* |___/
*
* –– cross-platform library which helps to develop web servers or frameworks.
* Cross-platform library which helps to develop web servers or frameworks.
*
* Copyright (c) 2016-2018 Silvio Clecio <[email protected]>
* Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
*
* This file is part of Sagui library.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# |___/\__,_|\__, |\__,_|_|
# |___/
#
# –– cross-platform library which helps to develop web servers or frameworks.
# Cross-platform library which helps to develop web servers or frameworks.
#
# Copyright (c) 2016-2019 Silvio Clecio <[email protected]>
#
Expand Down
Loading

0 comments on commit 4c7ca42

Please sign in to comment.