diff --git a/.github/workflows/linux-clang.yml b/.github/workflows/linux-clang.yml index e79ff5f2..ddec2118 100644 --- a/.github/workflows/linux-clang.yml +++ b/.github/workflows/linux-clang.yml @@ -1,6 +1,6 @@ # GitHub Actions Workflow # Build with Clang on Linux -# Copyright 2019-2024 kaoru https://www.tetengo.org/ +# Copyright 2019-2025 kaoru https://www.tetengo.org/ name: Linux - Clang @@ -87,7 +87,7 @@ jobs: then mkdir -p .boost_build cd .boost_build - curl -L -o boost_${{ env.BOOST_VER }}.tar.bz2 https://boostorg.jfrog.io/artifactory/main/release/${{ env.BOOST_VER_DOT }}/source/boost_${{ env.BOOST_VER }}.tar.bz2 + curl -L -o boost_${{ env.BOOST_VER }}.tar.bz2 https://archives.boost.io/release/${{ env.BOOST_VER_DOT }}/source/boost_${{ env.BOOST_VER }}.tar.bz2 tar -xf boost_${{ env.BOOST_VER }}.tar.bz2 cd boost_${{ env.BOOST_VER }} ./bootstrap.sh --with-toolset=${{ env.BOOST_BOOTSTRAP_TOOLSET }} diff --git a/.github/workflows/linux-gcc.yml b/.github/workflows/linux-gcc.yml index 44cbe5d5..927caa0d 100644 --- a/.github/workflows/linux-gcc.yml +++ b/.github/workflows/linux-gcc.yml @@ -1,6 +1,6 @@ # GitHub Actions Workflow # Build with GCC on Linux -# Copyright 2019-2024 kaoru https://www.tetengo.org/ +# Copyright 2019-2025 kaoru https://www.tetengo.org/ name: Linux - GCC @@ -48,7 +48,7 @@ jobs: then mkdir -p .boost_build cd .boost_build - curl -L -o boost_${{ env.BOOST_VER }}.tar.bz2 https://boostorg.jfrog.io/artifactory/main/release/${{ env.BOOST_VER_DOT }}/source/boost_${{ env.BOOST_VER }}.tar.bz2 + curl -L -o boost_${{ env.BOOST_VER }}.tar.bz2 https://archives.boost.io/release/${{ env.BOOST_VER_DOT }}/source/boost_${{ env.BOOST_VER }}.tar.bz2 tar xvf boost_${{ env.BOOST_VER }}.tar.bz2 cd boost_${{ env.BOOST_VER }} ./bootstrap.sh --with-toolset=${{ env.BOOST_BOOTSTRAP_TOOLSET }} diff --git a/.github/workflows/windows-visualcpp.yml b/.github/workflows/windows-visualcpp.yml index 5483a429..e31f9051 100644 --- a/.github/workflows/windows-visualcpp.yml +++ b/.github/workflows/windows-visualcpp.yml @@ -1,6 +1,6 @@ # GitHub Actions Workflow # Build with Visual C++ on Windows -# Copyright 2019-2024 kaoru https://www.tetengo.org/ +# Copyright 2019-2025 kaoru https://www.tetengo.org/ name: Windows - Visual C++ @@ -38,7 +38,7 @@ jobs: if not exist .boost_build\boost_${{ env.BOOST_VER }}.tar.gz ( mkdir .boost_build cd .boost_build - curl -L -o boost_${{ env.BOOST_VER }}.tar.gz https://boostorg.jfrog.io/artifactory/main/release/${{ env.BOOST_VER_DOT }}/source/boost_${{ env.BOOST_VER }}.tar.gz + curl -L -o boost_${{ env.BOOST_VER }}.tar.gz https://archives.boost.io/release/${{ env.BOOST_VER_DOT }}/source/boost_${{ env.BOOST_VER }}.tar.gz ) boost_build_for_release_win32: diff --git a/AUTHORS b/AUTHORS index d4c325a0..4ca5204a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ diff --git a/COPYING b/COPYING index 208ecf29..cf22f2fa 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile.am b/Makefile.am index 829a6104..988c1a5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ ACLOCAL_AMFLAGS = -I m4 diff --git a/README.md b/README.md index c3dc9b8d..d24fc0c0 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ $ make doc --- -Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ This product is released under the MIT license. See [the COPYING file](https://github.com/tetengo/tetengo.cpp/blob/master/COPYING) diff --git a/bootstrap.sh b/bootstrap.sh index bda724a6..5f254e65 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,6 @@ #! /bin/sh # Bootstrap Script -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ aclocal -I m4 && \ autoheader && \ diff --git a/configure.ac b/configure.ac index 0f85c228..f4bd766d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Autoconf Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ #### General #### AC_PREREQ([2.69]) diff --git a/docsrc/0namespace.dox b/docsrc/0namespace.dox index 6b2c30c3..a56f49ec 100644 --- a/docsrc/0namespace.dox +++ b/docsrc/0namespace.dox @@ -1,7 +1,7 @@ /*! \file \brief Document for Doxygen. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ /*! \namespace tetengo diff --git a/docsrc/Makefile.am b/docsrc/Makefile.am index c84e1909..74432c3f 100644 --- a/docsrc/Makefile.am +++ b/docsrc/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ EXTRA_DIST = \ 0namespace.dox diff --git a/executable/Makefile.am b/executable/Makefile.am index 02e45673..bf3ab472 100644 --- a/executable/Makefile.am +++ b/executable/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ setup diff --git a/executable/setup/Makefile.am b/executable/setup/Makefile.am index 6b486f13..f70645ad 100644 --- a/executable/setup/Makefile.am +++ b/executable/setup/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SOURCE_SUBDIRS = \ src diff --git a/executable/setup/res/Makefile.am b/executable/setup/res/Makefile.am index c8a879b7..7209f82c 100644 --- a/executable/setup/res/Makefile.am +++ b/executable/setup/res/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ resource_files = \ src/setup.svg \ diff --git a/executable/setup/res/setup.rc b/executable/setup/res/setup.rc index e0c338af..579a5156 100644 --- a/executable/setup/res/setup.rc +++ b/executable/setup/res/setup.rc @@ -71,7 +71,7 @@ BEGIN VALUE "FileDescription", "An install bootstrapper." VALUE "FileVersion", "1.9.0" VALUE "InternalName", "setup.exe" - VALUE "LegalCopyright", "Copyright (C) 2019-2024 kaoru" + VALUE "LegalCopyright", "Copyright (C) 2019-2025 kaoru" VALUE "OriginalFilename", "setup.exe" VALUE "ProductName", "tetengo" VALUE "ProductVersion", "1.9.0" diff --git a/executable/setup/src/Makefile.am b/executable/setup/src/Makefile.am index 616d712e..8303f2a3 100644 --- a/executable/setup/src/Makefile.am +++ b/executable/setup/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = diff --git a/executable/setup/src/winmain.cpp b/executable/setup/src/winmain.cpp index d22e9b7b..79119fe8 100644 --- a/executable/setup/src/winmain.cpp +++ b/executable/setup/src/winmain.cpp @@ -1,7 +1,7 @@ /*! \file \brief An install bootstrapper. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/Makefile.am b/library/Makefile.am index 3bdd5284..c3929df6 100644 --- a/library/Makefile.am +++ b/library/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ platform_dependent \ diff --git a/library/json/Makefile.am b/library/json/Makefile.am index f1ea3de8..9d268dcc 100644 --- a/library/json/Makefile.am +++ b/library/json/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ cpp \ diff --git a/library/json/c/Makefile.am b/library/json/c/Makefile.am index dbe17105..5724be07 100644 --- a/library/json/c/Makefile.am +++ b/library/json/c/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ include \ diff --git a/library/json/c/include/Makefile.am b/library/json/c/include/Makefile.am index cbb0f472..659e656b 100644 --- a/library/json/c/include/Makefile.am +++ b/library/json/c/include/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ tetengo diff --git a/library/json/c/include/tetengo/Makefile.am b/library/json/c/include/tetengo/Makefile.am index a986c794..fd0846ff 100644 --- a/library/json/c/include/tetengo/Makefile.am +++ b/library/json/c/include/tetengo/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ pkg_headers = \ json/element.h \ diff --git a/library/json/c/include/tetengo/json/element.h b/library/json/c/include/tetengo/json/element.h index 3a7a3753..98a4f4a2 100644 --- a/library/json/c/include/tetengo/json/element.h +++ b/library/json/c/include/tetengo/json/element.h @@ -1,7 +1,7 @@ /*! \file \brief An element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_ELEMENT_H) diff --git a/library/json/c/include/tetengo/json/jsonParser.h b/library/json/c/include/tetengo/json/jsonParser.h index 518868ee..20000d73 100644 --- a/library/json/c/include/tetengo/json/jsonParser.h +++ b/library/json/c/include/tetengo/json/jsonParser.h @@ -1,7 +1,7 @@ /*! \file \brief A JSON parser. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_JSONPARSER_H) diff --git a/library/json/c/include/tetengo/json/reader.h b/library/json/c/include/tetengo/json/reader.h index 3dddce24..1959ac82 100644 --- a/library/json/c/include/tetengo/json/reader.h +++ b/library/json/c/include/tetengo/json/reader.h @@ -1,7 +1,7 @@ /*! \file \brief A reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_READER_H) diff --git a/library/json/c/src/Makefile.am b/library/json/c/src/Makefile.am index 15c037f7..eb3861ea 100644 --- a/library/json/c/src/Makefile.am +++ b/library/json/c/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ tetengo_json_element.hpp \ diff --git a/library/json/c/src/tetengo_json_element.cpp b/library/json/c/src/tetengo_json_element.cpp index 2c5964d5..9f10e660 100644 --- a/library/json/c/src/tetengo_json_element.cpp +++ b/library/json/c/src/tetengo_json_element.cpp @@ -1,7 +1,7 @@ /*! \file \brief An element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/c/src/tetengo_json_element.hpp b/library/json/c/src/tetengo_json_element.hpp index d1a67477..7d5db29f 100644 --- a/library/json/c/src/tetengo_json_element.hpp +++ b/library/json/c/src/tetengo_json_element.hpp @@ -1,7 +1,7 @@ /*! \file \brief An element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_ELEMENT_HPP_) diff --git a/library/json/c/src/tetengo_json_jsonParser.cpp b/library/json/c/src/tetengo_json_jsonParser.cpp index bfcc57e7..e7189973 100644 --- a/library/json/c/src/tetengo_json_jsonParser.cpp +++ b/library/json/c/src/tetengo_json_jsonParser.cpp @@ -1,7 +1,7 @@ /*! \file \brief A JSON parser. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/c/src/tetengo_json_reader.cpp b/library/json/c/src/tetengo_json_reader.cpp index 9b014a02..3cb7725e 100644 --- a/library/json/c/src/tetengo_json_reader.cpp +++ b/library/json/c/src/tetengo_json_reader.cpp @@ -1,7 +1,7 @@ /*! \file \brief A reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/c/src/tetengo_json_reader.hpp b/library/json/c/src/tetengo_json_reader.hpp index a196151f..470ae798 100644 --- a/library/json/c/src/tetengo_json_reader.hpp +++ b/library/json/c/src/tetengo_json_reader.hpp @@ -1,7 +1,7 @@ /*! \file \brief A reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_READER_HPP_) diff --git a/library/json/cpp/Makefile.am b/library/json/cpp/Makefile.am index 27c77b16..5f57bd5b 100644 --- a/library/json/cpp/Makefile.am +++ b/library/json/cpp/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ include \ diff --git a/library/json/cpp/include/Makefile.am b/library/json/cpp/include/Makefile.am index cbb0f472..659e656b 100644 --- a/library/json/cpp/include/Makefile.am +++ b/library/json/cpp/include/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ tetengo diff --git a/library/json/cpp/include/tetengo/Makefile.am b/library/json/cpp/include/tetengo/Makefile.am index 6b551c04..496417d2 100644 --- a/library/json/cpp/include/tetengo/Makefile.am +++ b/library/json/cpp/include/tetengo/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ pkg_headers = \ json/channel.hpp \ diff --git a/library/json/cpp/include/tetengo/json/0namespace.dox b/library/json/cpp/include/tetengo/json/0namespace.dox index ae74771a..9dda539e 100644 --- a/library/json/cpp/include/tetengo/json/0namespace.dox +++ b/library/json/cpp/include/tetengo/json/0namespace.dox @@ -1,7 +1,7 @@ /*! \file \brief Document for Doxygen. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ /*! \namespace tetengo::json diff --git a/library/json/cpp/include/tetengo/json/channel.hpp b/library/json/cpp/include/tetengo/json/channel.hpp index 47d0b6c5..c4d4a253 100644 --- a/library/json/cpp/include/tetengo/json/channel.hpp +++ b/library/json/cpp/include/tetengo/json/channel.hpp @@ -1,7 +1,7 @@ /*! \file \brief A channel. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_CHANNEL_HPP) diff --git a/library/json/cpp/include/tetengo/json/comment_removing_reader.hpp b/library/json/cpp/include/tetengo/json/comment_removing_reader.hpp index d0379be4..2c9e3b0e 100644 --- a/library/json/cpp/include/tetengo/json/comment_removing_reader.hpp +++ b/library/json/cpp/include/tetengo/json/comment_removing_reader.hpp @@ -1,7 +1,7 @@ /*! \file \brief A comment removing reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_COMMENTREMOVINGREADER_HPP) diff --git a/library/json/cpp/include/tetengo/json/element.hpp b/library/json/cpp/include/tetengo/json/element.hpp index f6247564..ea608684 100644 --- a/library/json/cpp/include/tetengo/json/element.hpp +++ b/library/json/cpp/include/tetengo/json/element.hpp @@ -1,7 +1,7 @@ /*! \file \brief An element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_ELEMENT_HPP) diff --git a/library/json/cpp/include/tetengo/json/file_location.hpp b/library/json/cpp/include/tetengo/json/file_location.hpp index 335ede07..7ad8964a 100644 --- a/library/json/cpp/include/tetengo/json/file_location.hpp +++ b/library/json/cpp/include/tetengo/json/file_location.hpp @@ -1,7 +1,7 @@ /*! \file \brief A file location. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_FILELOCATION_HPP) diff --git a/library/json/cpp/include/tetengo/json/json_grammar.hpp b/library/json/cpp/include/tetengo/json/json_grammar.hpp index 669f33ca..c8a6813f 100644 --- a/library/json/cpp/include/tetengo/json/json_grammar.hpp +++ b/library/json/cpp/include/tetengo/json/json_grammar.hpp @@ -1,7 +1,7 @@ /*! \file \brief A JSON grammar. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_JSONGRAMMAR_HPP) diff --git a/library/json/cpp/include/tetengo/json/json_parser.hpp b/library/json/cpp/include/tetengo/json/json_parser.hpp index 0ac790c0..95b143d3 100644 --- a/library/json/cpp/include/tetengo/json/json_parser.hpp +++ b/library/json/cpp/include/tetengo/json/json_parser.hpp @@ -1,7 +1,7 @@ /*! \file \brief A JSON parser. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_JSONPARSER_HPP) diff --git a/library/json/cpp/include/tetengo/json/line_counting_reader.hpp b/library/json/cpp/include/tetengo/json/line_counting_reader.hpp index 038e429e..6fa84a5a 100644 --- a/library/json/cpp/include/tetengo/json/line_counting_reader.hpp +++ b/library/json/cpp/include/tetengo/json/line_counting_reader.hpp @@ -1,7 +1,7 @@ /*! \file \brief A line counting reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_LINECOUNTINGREADER_HPP) diff --git a/library/json/cpp/include/tetengo/json/reader.hpp b/library/json/cpp/include/tetengo/json/reader.hpp index d5a80453..fa1f06be 100644 --- a/library/json/cpp/include/tetengo/json/reader.hpp +++ b/library/json/cpp/include/tetengo/json/reader.hpp @@ -1,7 +1,7 @@ /*! \file \brief A reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_READER_HPP) diff --git a/library/json/cpp/include/tetengo/json/reader_iterator.hpp b/library/json/cpp/include/tetengo/json/reader_iterator.hpp index 246c1ead..bda6f432 100644 --- a/library/json/cpp/include/tetengo/json/reader_iterator.hpp +++ b/library/json/cpp/include/tetengo/json/reader_iterator.hpp @@ -1,7 +1,7 @@ /*! \file \brief A reader iterato. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_READERITERATOR_HPP) diff --git a/library/json/cpp/include/tetengo/json/stream_reader.hpp b/library/json/cpp/include/tetengo/json/stream_reader.hpp index 90e10858..fb7a68f1 100644 --- a/library/json/cpp/include/tetengo/json/stream_reader.hpp +++ b/library/json/cpp/include/tetengo/json/stream_reader.hpp @@ -1,7 +1,7 @@ /*! \file \brief A stream reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_JSON_STREAMREADER_HPP) diff --git a/library/json/cpp/src/Makefile.am b/library/json/cpp/src/Makefile.am index 3adac98d..c4fad0e0 100644 --- a/library/json/cpp/src/Makefile.am +++ b/library/json/cpp/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = diff --git a/library/json/cpp/src/tetengo.json.channel.cpp b/library/json/cpp/src/tetengo.json.channel.cpp index a82f2f7f..b4ccc079 100644 --- a/library/json/cpp/src/tetengo.json.channel.cpp +++ b/library/json/cpp/src/tetengo.json.channel.cpp @@ -1,7 +1,7 @@ /*! \file \brief A channel. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/cpp/src/tetengo.json.comment_removing_reader.cpp b/library/json/cpp/src/tetengo.json.comment_removing_reader.cpp index 8640f8b8..38f7ca47 100644 --- a/library/json/cpp/src/tetengo.json.comment_removing_reader.cpp +++ b/library/json/cpp/src/tetengo.json.comment_removing_reader.cpp @@ -1,7 +1,7 @@ /*! \file \brief A comment removing reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/cpp/src/tetengo.json.element.cpp b/library/json/cpp/src/tetengo.json.element.cpp index 31109882..caa031b5 100644 --- a/library/json/cpp/src/tetengo.json.element.cpp +++ b/library/json/cpp/src/tetengo.json.element.cpp @@ -1,7 +1,7 @@ /*! \file \brief An element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/cpp/src/tetengo.json.file_location.cpp b/library/json/cpp/src/tetengo.json.file_location.cpp index d50efbdf..95cb2ead 100644 --- a/library/json/cpp/src/tetengo.json.file_location.cpp +++ b/library/json/cpp/src/tetengo.json.file_location.cpp @@ -1,7 +1,7 @@ /*! \file \brief A file location. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/cpp/src/tetengo.json.json_grammar.cpp b/library/json/cpp/src/tetengo.json.json_grammar.cpp index 1585d21f..f2e37f2c 100644 --- a/library/json/cpp/src/tetengo.json.json_grammar.cpp +++ b/library/json/cpp/src/tetengo.json.json_grammar.cpp @@ -1,7 +1,7 @@ /*! \file \brief A JSON grammar. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(IWYU) // Boost.Spirit crashes IWYU 0.11 diff --git a/library/json/cpp/src/tetengo.json.json_parser.cpp b/library/json/cpp/src/tetengo.json.json_parser.cpp index 96c6d85c..5cdf33f1 100644 --- a/library/json/cpp/src/tetengo.json.json_parser.cpp +++ b/library/json/cpp/src/tetengo.json.json_parser.cpp @@ -1,7 +1,7 @@ /*! \file \brief A JSON parser. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/cpp/src/tetengo.json.line_counting_reader.cpp b/library/json/cpp/src/tetengo.json.line_counting_reader.cpp index 2ba23b0d..2ab4e697 100644 --- a/library/json/cpp/src/tetengo.json.line_counting_reader.cpp +++ b/library/json/cpp/src/tetengo.json.line_counting_reader.cpp @@ -1,7 +1,7 @@ /*! \file \brief A line counting reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/cpp/src/tetengo.json.reader.cpp b/library/json/cpp/src/tetengo.json.reader.cpp index b428bf01..ada1c4e3 100644 --- a/library/json/cpp/src/tetengo.json.reader.cpp +++ b/library/json/cpp/src/tetengo.json.reader.cpp @@ -1,7 +1,7 @@ /*! \file \brief A reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/cpp/src/tetengo.json.reader_iterator.cpp b/library/json/cpp/src/tetengo.json.reader_iterator.cpp index 72f33d10..24ebd256 100644 --- a/library/json/cpp/src/tetengo.json.reader_iterator.cpp +++ b/library/json/cpp/src/tetengo.json.reader_iterator.cpp @@ -1,7 +1,7 @@ /*! \file \brief A reader iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/cpp/src/tetengo.json.stream_reader.cpp b/library/json/cpp/src/tetengo.json.stream_reader.cpp index 759f8099..af625add 100644 --- a/library/json/cpp/src/tetengo.json.stream_reader.cpp +++ b/library/json/cpp/src/tetengo.json.stream_reader.cpp @@ -1,7 +1,7 @@ /*! \file \brief A stream reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include // IWYU pragma: keep diff --git a/library/json/test/Makefile.am b/library/json/test/Makefile.am index b6c190e2..5097315c 100644 --- a/library/json/test/Makefile.am +++ b/library/json/test/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ src diff --git a/library/json/test/src/Makefile.am b/library/json/test/src/Makefile.am index e45ffb69..f605f47f 100644 --- a/library/json/test/src/Makefile.am +++ b/library/json/test/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ usage_tetengo.json.parsing_c.h \ diff --git a/library/json/test/src/master.cpp b/library/json/test/src/master.cpp index 5f7b878b..13aeced7 100644 --- a/library/json/test/src/master.cpp +++ b/library/json/test/src/master.cpp @@ -1,7 +1,7 @@ /*! \file \brief The master test suite. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #define BOOST_TEST_MODULE "tetengo-json.test" diff --git a/library/json/test/src/test_tetengo.json.channel.cpp b/library/json/test/src/test_tetengo.json.channel.cpp index cfe77d86..bd47c7d9 100644 --- a/library/json/test/src/test_tetengo.json.channel.cpp +++ b/library/json/test/src/test_tetengo.json.channel.cpp @@ -1,7 +1,7 @@ /*! \file \brief A channel. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/test/src/test_tetengo.json.comment_removing_reader.cpp b/library/json/test/src/test_tetengo.json.comment_removing_reader.cpp index f4748792..88479d5c 100644 --- a/library/json/test/src/test_tetengo.json.comment_removing_reader.cpp +++ b/library/json/test/src/test_tetengo.json.comment_removing_reader.cpp @@ -1,7 +1,7 @@ /*! \file \brief A comment removing reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/test/src/test_tetengo.json.element.cpp b/library/json/test/src/test_tetengo.json.element.cpp index 9b16a1fc..6ed00ac9 100644 --- a/library/json/test/src/test_tetengo.json.element.cpp +++ b/library/json/test/src/test_tetengo.json.element.cpp @@ -1,7 +1,7 @@ /*! \file \brief An element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include // IWYU pragma: keep diff --git a/library/json/test/src/test_tetengo.json.file_location.cpp b/library/json/test/src/test_tetengo.json.file_location.cpp index e95d9b4f..8c2a1382 100644 --- a/library/json/test/src/test_tetengo.json.file_location.cpp +++ b/library/json/test/src/test_tetengo.json.file_location.cpp @@ -1,7 +1,7 @@ /*! \file \brief A file location. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/test/src/test_tetengo.json.json_grammar.cpp b/library/json/test/src/test_tetengo.json.json_grammar.cpp index 31de2548..100fff7a 100644 --- a/library/json/test/src/test_tetengo.json.json_grammar.cpp +++ b/library/json/test/src/test_tetengo.json.json_grammar.cpp @@ -1,7 +1,7 @@ /*! \file \brief A JSON grammar. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/test/src/test_tetengo.json.json_parser.cpp b/library/json/test/src/test_tetengo.json.json_parser.cpp index 787751d0..9215f6c2 100644 --- a/library/json/test/src/test_tetengo.json.json_parser.cpp +++ b/library/json/test/src/test_tetengo.json.json_parser.cpp @@ -1,7 +1,7 @@ /*! \file \brief A JSON parser. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/test/src/test_tetengo.json.line_counting_reader.cpp b/library/json/test/src/test_tetengo.json.line_counting_reader.cpp index c10543c3..4a75f9c9 100644 --- a/library/json/test/src/test_tetengo.json.line_counting_reader.cpp +++ b/library/json/test/src/test_tetengo.json.line_counting_reader.cpp @@ -1,7 +1,7 @@ /*! \file \brief A line counting reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/test/src/test_tetengo.json.reader.cpp b/library/json/test/src/test_tetengo.json.reader.cpp index c361c70b..e39f0eaa 100644 --- a/library/json/test/src/test_tetengo.json.reader.cpp +++ b/library/json/test/src/test_tetengo.json.reader.cpp @@ -1,7 +1,7 @@ /*! \file \brief A reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/test/src/test_tetengo.json.reader_iterator.cpp b/library/json/test/src/test_tetengo.json.reader_iterator.cpp index e879fee2..a17d7a2c 100644 --- a/library/json/test/src/test_tetengo.json.reader_iterator.cpp +++ b/library/json/test/src/test_tetengo.json.reader_iterator.cpp @@ -1,7 +1,7 @@ /*! \file \brief A reader iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/test/src/test_tetengo.json.stream_reader.cpp b/library/json/test/src/test_tetengo.json.stream_reader.cpp index a835a871..cf368a81 100644 --- a/library/json/test/src/test_tetengo.json.stream_reader.cpp +++ b/library/json/test/src/test_tetengo.json.stream_reader.cpp @@ -1,7 +1,7 @@ /*! \file \brief A stream reader. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/json/test/src/usage_tetengo.json.cpp b/library/json/test/src/usage_tetengo.json.cpp index 52a832de..6b123af9 100644 --- a/library/json/test/src/usage_tetengo.json.cpp +++ b/library/json/test/src/usage_tetengo.json.cpp @@ -1,7 +1,7 @@ /*! \file \brief The usage test of tetengo::json. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/json/test/src/usage_tetengo.json.parsing_c.c b/library/json/test/src/usage_tetengo.json.parsing_c.c index 7a2898db..9df6967a 100644 --- a/library/json/test/src/usage_tetengo.json.parsing_c.c +++ b/library/json/test/src/usage_tetengo.json.parsing_c.c @@ -1,7 +1,7 @@ /*! \file \brief The usage of JSON parsing. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.json.parsing_c.h" diff --git a/library/json/test/src/usage_tetengo.json.parsing_c.h b/library/json/test/src/usage_tetengo.json.parsing_c.h index 705bfb71..bc245a26 100644 --- a/library/json/test/src/usage_tetengo.json.parsing_c.h +++ b/library/json/test/src/usage_tetengo.json.parsing_c.h @@ -1,7 +1,7 @@ /*! \file \brief The usage of JSON parsing. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/json/test/src/usage_tetengo.json.parsing_cpp.cpp b/library/json/test/src/usage_tetengo.json.parsing_cpp.cpp index 2c95e46a..d003984f 100644 --- a/library/json/test/src/usage_tetengo.json.parsing_cpp.cpp +++ b/library/json/test/src/usage_tetengo.json.parsing_cpp.cpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of JSON parsing. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.json.parsing_cpp.hpp" diff --git a/library/json/test/src/usage_tetengo.json.parsing_cpp.hpp b/library/json/test/src/usage_tetengo.json.parsing_cpp.hpp index 3e700819..53cd7488 100644 --- a/library/json/test/src/usage_tetengo.json.parsing_cpp.hpp +++ b/library/json/test/src/usage_tetengo.json.parsing_cpp.hpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of JSON parsing. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/lattice/Makefile.am b/library/lattice/Makefile.am index f1ea3de8..9d268dcc 100644 --- a/library/lattice/Makefile.am +++ b/library/lattice/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ cpp \ diff --git a/library/lattice/c/Makefile.am b/library/lattice/c/Makefile.am index 5e45f5f4..1dc11cc9 100644 --- a/library/lattice/c/Makefile.am +++ b/library/lattice/c/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ include \ diff --git a/library/lattice/c/include/Makefile.am b/library/lattice/c/include/Makefile.am index cbb0f472..659e656b 100644 --- a/library/lattice/c/include/Makefile.am +++ b/library/lattice/c/include/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ tetengo diff --git a/library/lattice/c/include/tetengo/Makefile.am b/library/lattice/c/include/tetengo/Makefile.am index ec73351f..36ba111d 100644 --- a/library/lattice/c/include/tetengo/Makefile.am +++ b/library/lattice/c/include/tetengo/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ pkg_headers = \ lattice/connection.h \ diff --git a/library/lattice/c/include/tetengo/lattice/connection.h b/library/lattice/c/include/tetengo/lattice/connection.h index 47290caa..3bf43a56 100644 --- a/library/lattice/c/include/tetengo/lattice/connection.h +++ b/library/lattice/c/include/tetengo/lattice/connection.h @@ -1,7 +1,7 @@ /*! \file \brief A connection. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_CONNECTION_H) diff --git a/library/lattice/c/include/tetengo/lattice/constraint.h b/library/lattice/c/include/tetengo/lattice/constraint.h index 89a6a28a..f624a9f7 100644 --- a/library/lattice/c/include/tetengo/lattice/constraint.h +++ b/library/lattice/c/include/tetengo/lattice/constraint.h @@ -1,7 +1,7 @@ /*! \file \brief A constraint. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_CONSTRAINT_H) diff --git a/library/lattice/c/include/tetengo/lattice/constraintElement.h b/library/lattice/c/include/tetengo/lattice/constraintElement.h index 7afed8f7..92db8147 100644 --- a/library/lattice/c/include/tetengo/lattice/constraintElement.h +++ b/library/lattice/c/include/tetengo/lattice/constraintElement.h @@ -1,7 +1,7 @@ /*! \file \brief A constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_CONSTRAINTELEMENT_H) diff --git a/library/lattice/c/include/tetengo/lattice/entry.h b/library/lattice/c/include/tetengo/lattice/entry.h index 36325f50..bd4b9fe9 100644 --- a/library/lattice/c/include/tetengo/lattice/entry.h +++ b/library/lattice/c/include/tetengo/lattice/entry.h @@ -1,7 +1,7 @@ /*! \file \brief An entry. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_ENTRY_H) diff --git a/library/lattice/c/include/tetengo/lattice/input.h b/library/lattice/c/include/tetengo/lattice/input.h index 649f5f66..34972aa2 100644 --- a/library/lattice/c/include/tetengo/lattice/input.h +++ b/library/lattice/c/include/tetengo/lattice/input.h @@ -1,7 +1,7 @@ /*! \file \brief An input. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_INPUT_H) diff --git a/library/lattice/c/include/tetengo/lattice/lattice.h b/library/lattice/c/include/tetengo/lattice/lattice.h index 038711be..0ae44c51 100644 --- a/library/lattice/c/include/tetengo/lattice/lattice.h +++ b/library/lattice/c/include/tetengo/lattice/lattice.h @@ -1,7 +1,7 @@ /*! \file \brief A lattice. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_LATTICE_H) diff --git a/library/lattice/c/include/tetengo/lattice/nBestIterator.h b/library/lattice/c/include/tetengo/lattice/nBestIterator.h index b2593ca1..695c7a7b 100644 --- a/library/lattice/c/include/tetengo/lattice/nBestIterator.h +++ b/library/lattice/c/include/tetengo/lattice/nBestIterator.h @@ -1,7 +1,7 @@ /*! \file \brief An N-best lattice path iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_NBESTITERATOR_H) diff --git a/library/lattice/c/include/tetengo/lattice/node.h b/library/lattice/c/include/tetengo/lattice/node.h index b22022b7..b0c70841 100644 --- a/library/lattice/c/include/tetengo/lattice/node.h +++ b/library/lattice/c/include/tetengo/lattice/node.h @@ -1,7 +1,7 @@ /*! \file \brief A node. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_NODE_H) diff --git a/library/lattice/c/include/tetengo/lattice/path.h b/library/lattice/c/include/tetengo/lattice/path.h index 7c8a283a..c7049747 100644 --- a/library/lattice/c/include/tetengo/lattice/path.h +++ b/library/lattice/c/include/tetengo/lattice/path.h @@ -1,7 +1,7 @@ /*! \file \brief A path. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_PATH_H) diff --git a/library/lattice/c/include/tetengo/lattice/stringView.h b/library/lattice/c/include/tetengo/lattice/stringView.h index fa0c8308..ebdf9ae7 100644 --- a/library/lattice/c/include/tetengo/lattice/stringView.h +++ b/library/lattice/c/include/tetengo/lattice/stringView.h @@ -1,7 +1,7 @@ /*! \file \brief A string view. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_STRINGVIEW_H) diff --git a/library/lattice/c/include/tetengo/lattice/vocabulary.h b/library/lattice/c/include/tetengo/lattice/vocabulary.h index b7db38a2..2e53c0f4 100644 --- a/library/lattice/c/include/tetengo/lattice/vocabulary.h +++ b/library/lattice/c/include/tetengo/lattice/vocabulary.h @@ -1,7 +1,7 @@ /*! \file \brief A vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_VOCABULARY_H) diff --git a/library/lattice/c/src/Makefile.am b/library/lattice/c/src/Makefile.am index d2faab19..86920231 100644 --- a/library/lattice/c/src/Makefile.am +++ b/library/lattice/c/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ tetengo_lattice_constraint.hpp \ diff --git a/library/lattice/c/src/tetengo_lattice_constraint.cpp b/library/lattice/c/src/tetengo_lattice_constraint.cpp index deb615b6..9b7f13ad 100644 --- a/library/lattice/c/src/tetengo_lattice_constraint.cpp +++ b/library/lattice/c/src/tetengo_lattice_constraint.cpp @@ -1,7 +1,7 @@ /*! \file \brief A constraint. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/c/src/tetengo_lattice_constraint.hpp b/library/lattice/c/src/tetengo_lattice_constraint.hpp index 4e4e67ee..50dbf5ec 100644 --- a/library/lattice/c/src/tetengo_lattice_constraint.hpp +++ b/library/lattice/c/src/tetengo_lattice_constraint.hpp @@ -1,7 +1,7 @@ /*! \file \brief A constraint. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_CONSTRAINT_HPP_) diff --git a/library/lattice/c/src/tetengo_lattice_constraintElement.cpp b/library/lattice/c/src/tetengo_lattice_constraintElement.cpp index e5cac9b3..d38d9680 100644 --- a/library/lattice/c/src/tetengo_lattice_constraintElement.cpp +++ b/library/lattice/c/src/tetengo_lattice_constraintElement.cpp @@ -1,7 +1,7 @@ /*! \file \brief A constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/c/src/tetengo_lattice_constraintElement.hpp b/library/lattice/c/src/tetengo_lattice_constraintElement.hpp index f8de584f..6d427cbe 100644 --- a/library/lattice/c/src/tetengo_lattice_constraintElement.hpp +++ b/library/lattice/c/src/tetengo_lattice_constraintElement.hpp @@ -1,7 +1,7 @@ /*! \file \brief A constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_CONSTRAINTELEMENT_HPP_) diff --git a/library/lattice/c/src/tetengo_lattice_entry.cpp b/library/lattice/c/src/tetengo_lattice_entry.cpp index f345ac3f..b43bf928 100644 --- a/library/lattice/c/src/tetengo_lattice_entry.cpp +++ b/library/lattice/c/src/tetengo_lattice_entry.cpp @@ -1,7 +1,7 @@ /*! \file \brief An entry. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/c/src/tetengo_lattice_input.cpp b/library/lattice/c/src/tetengo_lattice_input.cpp index 92c50c36..0ce14019 100644 --- a/library/lattice/c/src/tetengo_lattice_input.cpp +++ b/library/lattice/c/src/tetengo_lattice_input.cpp @@ -1,7 +1,7 @@ /*! \file \brief An input. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "tetengo_lattice_input.hpp" diff --git a/library/lattice/c/src/tetengo_lattice_input.hpp b/library/lattice/c/src/tetengo_lattice_input.hpp index d7fe3c2d..237f5d5d 100644 --- a/library/lattice/c/src/tetengo_lattice_input.hpp +++ b/library/lattice/c/src/tetengo_lattice_input.hpp @@ -1,7 +1,7 @@ /*! \file \brief An input. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_INPUT_HPP_) diff --git a/library/lattice/c/src/tetengo_lattice_lattice.cpp b/library/lattice/c/src/tetengo_lattice_lattice.cpp index 5fcad6ec..7ecee003 100644 --- a/library/lattice/c/src/tetengo_lattice_lattice.cpp +++ b/library/lattice/c/src/tetengo_lattice_lattice.cpp @@ -1,7 +1,7 @@ /*! \file \brief A lattice. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/c/src/tetengo_lattice_lattice.hpp b/library/lattice/c/src/tetengo_lattice_lattice.hpp index 7b1940fd..1d3e4424 100644 --- a/library/lattice/c/src/tetengo_lattice_lattice.hpp +++ b/library/lattice/c/src/tetengo_lattice_lattice.hpp @@ -1,7 +1,7 @@ /*! \file \brief A lattice. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_LATTICE_HPP_) diff --git a/library/lattice/c/src/tetengo_lattice_nBestIterator.cpp b/library/lattice/c/src/tetengo_lattice_nBestIterator.cpp index 52be5762..043d7a13 100644 --- a/library/lattice/c/src/tetengo_lattice_nBestIterator.cpp +++ b/library/lattice/c/src/tetengo_lattice_nBestIterator.cpp @@ -1,7 +1,7 @@ /*! \file \brief An N-best lattice path iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/c/src/tetengo_lattice_node.cpp b/library/lattice/c/src/tetengo_lattice_node.cpp index e24f4ca9..c0327cc8 100644 --- a/library/lattice/c/src/tetengo_lattice_node.cpp +++ b/library/lattice/c/src/tetengo_lattice_node.cpp @@ -1,7 +1,7 @@ /*! \file \brief A node. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/c/src/tetengo_lattice_path.cpp b/library/lattice/c/src/tetengo_lattice_path.cpp index f2394662..8cfbd3de 100644 --- a/library/lattice/c/src/tetengo_lattice_path.cpp +++ b/library/lattice/c/src/tetengo_lattice_path.cpp @@ -1,7 +1,7 @@ /*! \file \brief A path. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/c/src/tetengo_lattice_vocabulary.cpp b/library/lattice/c/src/tetengo_lattice_vocabulary.cpp index 3f91dced..a565ca6e 100644 --- a/library/lattice/c/src/tetengo_lattice_vocabulary.cpp +++ b/library/lattice/c/src/tetengo_lattice_vocabulary.cpp @@ -1,7 +1,7 @@ /*! \file \brief A vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/c/src/tetengo_lattice_vocabulary.hpp b/library/lattice/c/src/tetengo_lattice_vocabulary.hpp index 4da9a8d1..251c7f33 100644 --- a/library/lattice/c/src/tetengo_lattice_vocabulary.hpp +++ b/library/lattice/c/src/tetengo_lattice_vocabulary.hpp @@ -1,7 +1,7 @@ /*! \file \brief A vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_VOCABULARY_HPP_) diff --git a/library/lattice/cpp/Makefile.am b/library/lattice/cpp/Makefile.am index 575d39be..c85e4fef 100644 --- a/library/lattice/cpp/Makefile.am +++ b/library/lattice/cpp/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ include \ diff --git a/library/lattice/cpp/include/Makefile.am b/library/lattice/cpp/include/Makefile.am index cbb0f472..659e656b 100644 --- a/library/lattice/cpp/include/Makefile.am +++ b/library/lattice/cpp/include/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ tetengo diff --git a/library/lattice/cpp/include/tetengo/Makefile.am b/library/lattice/cpp/include/tetengo/Makefile.am index 4f14c8a6..966bbbea 100644 --- a/library/lattice/cpp/include/tetengo/Makefile.am +++ b/library/lattice/cpp/include/tetengo/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ pkg_headers = \ lattice/connection.hpp \ diff --git a/library/lattice/cpp/include/tetengo/lattice/0namespace.dox b/library/lattice/cpp/include/tetengo/lattice/0namespace.dox index ec2d9ee4..bf486d42 100644 --- a/library/lattice/cpp/include/tetengo/lattice/0namespace.dox +++ b/library/lattice/cpp/include/tetengo/lattice/0namespace.dox @@ -1,7 +1,7 @@ /*! \file \brief Document for Doxygen. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ /*! \namespace tetengo::lattice diff --git a/library/lattice/cpp/include/tetengo/lattice/connection.hpp b/library/lattice/cpp/include/tetengo/lattice/connection.hpp index 7305496f..a1f6bd52 100644 --- a/library/lattice/cpp/include/tetengo/lattice/connection.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/connection.hpp @@ -1,7 +1,7 @@ /*! \file \brief A connection. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_CONNECTION_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/constraint.hpp b/library/lattice/cpp/include/tetengo/lattice/constraint.hpp index 5e50b6b6..b577691f 100644 --- a/library/lattice/cpp/include/tetengo/lattice/constraint.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/constraint.hpp @@ -1,7 +1,7 @@ /*! \file \brief A constraint. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_CONSTRAINT_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/constraint_element.hpp b/library/lattice/cpp/include/tetengo/lattice/constraint_element.hpp index ba028975..521bca15 100644 --- a/library/lattice/cpp/include/tetengo/lattice/constraint_element.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/constraint_element.hpp @@ -1,7 +1,7 @@ /*! \file \brief A constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_CONSTRAINTELEMENT_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/entry.hpp b/library/lattice/cpp/include/tetengo/lattice/entry.hpp index 9c73f189..edacc043 100644 --- a/library/lattice/cpp/include/tetengo/lattice/entry.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/entry.hpp @@ -1,7 +1,7 @@ /*! \file \brief An entry. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_ENTRY_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/input.hpp b/library/lattice/cpp/include/tetengo/lattice/input.hpp index 4abf6838..9a4d8949 100644 --- a/library/lattice/cpp/include/tetengo/lattice/input.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/input.hpp @@ -1,7 +1,7 @@ /*! \file \brief An input. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_INPUT_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/lattice.hpp b/library/lattice/cpp/include/tetengo/lattice/lattice.hpp index 23c2e212..f1ee6827 100644 --- a/library/lattice/cpp/include/tetengo/lattice/lattice.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/lattice.hpp @@ -1,7 +1,7 @@ /*! \file \brief A lattice. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_LATTICE_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/n_best_iterator.hpp b/library/lattice/cpp/include/tetengo/lattice/n_best_iterator.hpp index 8a0e13d6..65873181 100644 --- a/library/lattice/cpp/include/tetengo/lattice/n_best_iterator.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/n_best_iterator.hpp @@ -1,7 +1,7 @@ /*! \file \brief An N-best lattice path iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_NBESTITERATOR_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/node.hpp b/library/lattice/cpp/include/tetengo/lattice/node.hpp index 486c17e9..139f3b8f 100644 --- a/library/lattice/cpp/include/tetengo/lattice/node.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/node.hpp @@ -1,7 +1,7 @@ /*! \file \brief A node. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_NODE_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/node_constraint_element.hpp b/library/lattice/cpp/include/tetengo/lattice/node_constraint_element.hpp index ae6a3786..2337517a 100644 --- a/library/lattice/cpp/include/tetengo/lattice/node_constraint_element.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/node_constraint_element.hpp @@ -1,7 +1,7 @@ /*! \file \brief A node constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_NODECONSTRAINTELEMENT_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/path.hpp b/library/lattice/cpp/include/tetengo/lattice/path.hpp index 61acac26..1560b095 100644 --- a/library/lattice/cpp/include/tetengo/lattice/path.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/path.hpp @@ -1,7 +1,7 @@ /*! \file \brief A path. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_PATH_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/string_input.hpp b/library/lattice/cpp/include/tetengo/lattice/string_input.hpp index cefd70a1..60bb38b6 100644 --- a/library/lattice/cpp/include/tetengo/lattice/string_input.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/string_input.hpp @@ -1,7 +1,7 @@ /*! \file \brief A string input. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_STRINGINPUT_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/unordered_map_vocabulary.hpp b/library/lattice/cpp/include/tetengo/lattice/unordered_map_vocabulary.hpp index 2c997843..9dbf6398 100644 --- a/library/lattice/cpp/include/tetengo/lattice/unordered_map_vocabulary.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/unordered_map_vocabulary.hpp @@ -1,7 +1,7 @@ /*! \file \brief An unordered map vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_UNORDEREDMAPVOCABULARY_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/vocabulary.hpp b/library/lattice/cpp/include/tetengo/lattice/vocabulary.hpp index 11495b64..18be78ea 100644 --- a/library/lattice/cpp/include/tetengo/lattice/vocabulary.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/vocabulary.hpp @@ -1,7 +1,7 @@ /*! \file \brief A vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_VOCABULARY_HPP) diff --git a/library/lattice/cpp/include/tetengo/lattice/wildcard_constraint_element.hpp b/library/lattice/cpp/include/tetengo/lattice/wildcard_constraint_element.hpp index 831b9307..ee8580cb 100644 --- a/library/lattice/cpp/include/tetengo/lattice/wildcard_constraint_element.hpp +++ b/library/lattice/cpp/include/tetengo/lattice/wildcard_constraint_element.hpp @@ -1,7 +1,7 @@ /*! \file \brief A wildcard constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_LATTICE_WILDCARDCONSTRAINTELEMENT_HPP) diff --git a/library/lattice/cpp/src/Makefile.am b/library/lattice/cpp/src/Makefile.am index 0db9ea56..f3bfbfd7 100644 --- a/library/lattice/cpp/src/Makefile.am +++ b/library/lattice/cpp/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = diff --git a/library/lattice/cpp/src/tetengo.lattice.constraint.cpp b/library/lattice/cpp/src/tetengo.lattice.constraint.cpp index b8d399fa..f73d4121 100644 --- a/library/lattice/cpp/src/tetengo.lattice.constraint.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.constraint.cpp @@ -1,7 +1,7 @@ /*! \file \brief A constraint. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.constraint_element.cpp b/library/lattice/cpp/src/tetengo.lattice.constraint_element.cpp index 9a2eb9cf..189fed80 100644 --- a/library/lattice/cpp/src/tetengo.lattice.constraint_element.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.constraint_element.cpp @@ -1,7 +1,7 @@ /*! \file \brief A constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.entry.cpp b/library/lattice/cpp/src/tetengo.lattice.entry.cpp index a3e769e8..e79cc9c8 100644 --- a/library/lattice/cpp/src/tetengo.lattice.entry.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.entry.cpp @@ -1,7 +1,7 @@ /*! \file \brief An entry. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.input.cpp b/library/lattice/cpp/src/tetengo.lattice.input.cpp index a9f5cc3f..75a81991 100644 --- a/library/lattice/cpp/src/tetengo.lattice.input.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.input.cpp @@ -1,7 +1,7 @@ /*! \file \brief An input. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.lattice.cpp b/library/lattice/cpp/src/tetengo.lattice.lattice.cpp index 510b41e7..6d4e6c73 100644 --- a/library/lattice/cpp/src/tetengo.lattice.lattice.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.lattice.cpp @@ -1,7 +1,7 @@ /*! \file \brief A lattice. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.n_best_iterator.cpp b/library/lattice/cpp/src/tetengo.lattice.n_best_iterator.cpp index d5643f84..75c8c8bb 100644 --- a/library/lattice/cpp/src/tetengo.lattice.n_best_iterator.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.n_best_iterator.cpp @@ -1,7 +1,7 @@ /*! \file \brief An N-best lattice path iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.node.cpp b/library/lattice/cpp/src/tetengo.lattice.node.cpp index 732a096a..6e9f6175 100644 --- a/library/lattice/cpp/src/tetengo.lattice.node.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.node.cpp @@ -1,7 +1,7 @@ /*! \file \brief A node. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.node_constraint_element.cpp b/library/lattice/cpp/src/tetengo.lattice.node_constraint_element.cpp index dc37e79f..e1cf315e 100644 --- a/library/lattice/cpp/src/tetengo.lattice.node_constraint_element.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.node_constraint_element.cpp @@ -1,7 +1,7 @@ /*! \file \brief A node constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.path.cpp b/library/lattice/cpp/src/tetengo.lattice.path.cpp index 9feb4b2c..2ba49640 100644 --- a/library/lattice/cpp/src/tetengo.lattice.path.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.path.cpp @@ -1,7 +1,7 @@ /*! \file \brief A path. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.string_input.cpp b/library/lattice/cpp/src/tetengo.lattice.string_input.cpp index e926cea3..1e0873e6 100644 --- a/library/lattice/cpp/src/tetengo.lattice.string_input.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.string_input.cpp @@ -1,7 +1,7 @@ /*! \file \brief A string input. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.unordered_map_vocabulary.cpp b/library/lattice/cpp/src/tetengo.lattice.unordered_map_vocabulary.cpp index 5596fc5f..420c8df3 100644 --- a/library/lattice/cpp/src/tetengo.lattice.unordered_map_vocabulary.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.unordered_map_vocabulary.cpp @@ -1,7 +1,7 @@ /*! \file \brief An unordered map vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.vocabulary.cpp b/library/lattice/cpp/src/tetengo.lattice.vocabulary.cpp index 161437f8..d7cac26a 100644 --- a/library/lattice/cpp/src/tetengo.lattice.vocabulary.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.vocabulary.cpp @@ -1,7 +1,7 @@ /*! \file \brief A vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/cpp/src/tetengo.lattice.wildcard_constraint_element.cpp b/library/lattice/cpp/src/tetengo.lattice.wildcard_constraint_element.cpp index 3ad6dd2d..cfdfac26 100644 --- a/library/lattice/cpp/src/tetengo.lattice.wildcard_constraint_element.cpp +++ b/library/lattice/cpp/src/tetengo.lattice.wildcard_constraint_element.cpp @@ -1,7 +1,7 @@ /*! \file \brief A wildcard constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/Makefile.am b/library/lattice/test/Makefile.am index d8186be2..d8918c14 100644 --- a/library/lattice/test/Makefile.am +++ b/library/lattice/test/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ src diff --git a/library/lattice/test/src/Makefile.am b/library/lattice/test/src/Makefile.am index 3d28eaa6..1488cc79 100644 --- a/library/lattice/test/src/Makefile.am +++ b/library/lattice/test/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ usage_tetengo.lattice.viterbi_c.h \ diff --git a/library/lattice/test/src/master.cpp b/library/lattice/test/src/master.cpp index 7fd7a407..33961edd 100644 --- a/library/lattice/test/src/master.cpp +++ b/library/lattice/test/src/master.cpp @@ -1,7 +1,7 @@ /*! \file \brief The master test suite. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #define BOOST_TEST_MODULE "tetengo-lattice.test" diff --git a/library/lattice/test/src/test_tetengo.lattice.connection.cpp b/library/lattice/test/src/test_tetengo.lattice.connection.cpp index c2df6faa..c3a16fe2 100644 --- a/library/lattice/test/src/test_tetengo.lattice.connection.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.connection.cpp @@ -1,7 +1,7 @@ /*! \file \brief A connection. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.constraint.cpp b/library/lattice/test/src/test_tetengo.lattice.constraint.cpp index 0a1a0cb6..2d1c1f7e 100644 --- a/library/lattice/test/src/test_tetengo.lattice.constraint.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.constraint.cpp @@ -1,7 +1,7 @@ /*! \file \brief A constraint. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.constraint_element.cpp b/library/lattice/test/src/test_tetengo.lattice.constraint_element.cpp index 2652d63e..ab117fce 100644 --- a/library/lattice/test/src/test_tetengo.lattice.constraint_element.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.constraint_element.cpp @@ -1,7 +1,7 @@ /*! \file \brief A constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.custom_input.cpp b/library/lattice/test/src/test_tetengo.lattice.custom_input.cpp index d8deda8c..df2b3b70 100644 --- a/library/lattice/test/src/test_tetengo.lattice.custom_input.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.custom_input.cpp @@ -1,7 +1,7 @@ /*! \file \brief A custom input. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.custom_vocabulary.cpp b/library/lattice/test/src/test_tetengo.lattice.custom_vocabulary.cpp index ea0b80e7..7a121f15 100644 --- a/library/lattice/test/src/test_tetengo.lattice.custom_vocabulary.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.custom_vocabulary.cpp @@ -1,7 +1,7 @@ /*! \file \brief A custom vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.entry.cpp b/library/lattice/test/src/test_tetengo.lattice.entry.cpp index bae4a1f5..42e049bc 100644 --- a/library/lattice/test/src/test_tetengo.lattice.entry.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.entry.cpp @@ -1,7 +1,7 @@ /*! \file \brief An entry. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.input.cpp b/library/lattice/test/src/test_tetengo.lattice.input.cpp index 1ccd5d04..994f330f 100644 --- a/library/lattice/test/src/test_tetengo.lattice.input.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.input.cpp @@ -1,7 +1,7 @@ /*! \file \brief An input. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.lattice.cpp b/library/lattice/test/src/test_tetengo.lattice.lattice.cpp index 5dd4f555..11eafc77 100644 --- a/library/lattice/test/src/test_tetengo.lattice.lattice.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.lattice.cpp @@ -1,7 +1,7 @@ /*! \file \brief A lattice. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.n_best_iterator.cpp b/library/lattice/test/src/test_tetengo.lattice.n_best_iterator.cpp index d2a3c0d7..9616e7a3 100644 --- a/library/lattice/test/src/test_tetengo.lattice.n_best_iterator.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.n_best_iterator.cpp @@ -1,7 +1,7 @@ /*! \file \brief An N-best lattice path iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.node.cpp b/library/lattice/test/src/test_tetengo.lattice.node.cpp index fd93837e..2329f00d 100644 --- a/library/lattice/test/src/test_tetengo.lattice.node.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.node.cpp @@ -1,7 +1,7 @@ /*! \file \brief A node. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.node_constraint_element.cpp b/library/lattice/test/src/test_tetengo.lattice.node_constraint_element.cpp index 2bed8a75..3bc0f13c 100644 --- a/library/lattice/test/src/test_tetengo.lattice.node_constraint_element.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.node_constraint_element.cpp @@ -1,7 +1,7 @@ /*! \file \brief A node constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.path.cpp b/library/lattice/test/src/test_tetengo.lattice.path.cpp index c9ba8237..9765f553 100644 --- a/library/lattice/test/src/test_tetengo.lattice.path.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.path.cpp @@ -1,7 +1,7 @@ /*! \file \brief A path. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.string_input.cpp b/library/lattice/test/src/test_tetengo.lattice.string_input.cpp index 0a9b7388..d49eaf5e 100644 --- a/library/lattice/test/src/test_tetengo.lattice.string_input.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.string_input.cpp @@ -1,7 +1,7 @@ /*! \file \brief A string input. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.string_view.cpp b/library/lattice/test/src/test_tetengo.lattice.string_view.cpp index c6b926b1..6bba1df6 100644 --- a/library/lattice/test/src/test_tetengo.lattice.string_view.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.string_view.cpp @@ -1,7 +1,7 @@ /*! \file \brief A string view. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.unordered_map_vocabulary.cpp b/library/lattice/test/src/test_tetengo.lattice.unordered_map_vocabulary.cpp index 5763cdb8..5b78abaf 100644 --- a/library/lattice/test/src/test_tetengo.lattice.unordered_map_vocabulary.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.unordered_map_vocabulary.cpp @@ -1,7 +1,7 @@ /*! \file \brief An unordered map vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.vocabulary.cpp b/library/lattice/test/src/test_tetengo.lattice.vocabulary.cpp index ce09ca89..65b7a08f 100644 --- a/library/lattice/test/src/test_tetengo.lattice.vocabulary.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.vocabulary.cpp @@ -1,7 +1,7 @@ /*! \file \brief A vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/test_tetengo.lattice.wildcard_constraint_element.cpp b/library/lattice/test/src/test_tetengo.lattice.wildcard_constraint_element.cpp index 88634f4e..5d0b2997 100644 --- a/library/lattice/test/src/test_tetengo.lattice.wildcard_constraint_element.cpp +++ b/library/lattice/test/src/test_tetengo.lattice.wildcard_constraint_element.cpp @@ -1,7 +1,7 @@ /*! \file \brief A wildcard constraint element. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/lattice/test/src/usage_tetengo.lattice.cpp b/library/lattice/test/src/usage_tetengo.lattice.cpp index 02a12a60..8681fb61 100644 --- a/library/lattice/test/src/usage_tetengo.lattice.cpp +++ b/library/lattice/test/src/usage_tetengo.lattice.cpp @@ -1,7 +1,7 @@ /*! \file \brief The usage test of tetengo::lattice. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/lattice/test/src/usage_tetengo.lattice.viterbi_c.c b/library/lattice/test/src/usage_tetengo.lattice.viterbi_c.c index 135b5a04..e9113d86 100644 --- a/library/lattice/test/src/usage_tetengo.lattice.viterbi_c.c +++ b/library/lattice/test/src/usage_tetengo.lattice.viterbi_c.c @@ -1,7 +1,7 @@ /*! \file \brief The usage of Viterbi search. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.lattice.viterbi_c.h" diff --git a/library/lattice/test/src/usage_tetengo.lattice.viterbi_c.h b/library/lattice/test/src/usage_tetengo.lattice.viterbi_c.h index 52d360ee..b57f503b 100644 --- a/library/lattice/test/src/usage_tetengo.lattice.viterbi_c.h +++ b/library/lattice/test/src/usage_tetengo.lattice.viterbi_c.h @@ -1,7 +1,7 @@ /*! \file \brief The usage of Viterbi search. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/lattice/test/src/usage_tetengo.lattice.viterbi_cpp.cpp b/library/lattice/test/src/usage_tetengo.lattice.viterbi_cpp.cpp index 102ac300..52192170 100644 --- a/library/lattice/test/src/usage_tetengo.lattice.viterbi_cpp.cpp +++ b/library/lattice/test/src/usage_tetengo.lattice.viterbi_cpp.cpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of Viterbi search. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.lattice.viterbi_cpp.hpp" diff --git a/library/lattice/test/src/usage_tetengo.lattice.viterbi_cpp.hpp b/library/lattice/test/src/usage_tetengo.lattice.viterbi_cpp.hpp index 24e018df..fa5becda 100644 --- a/library/lattice/test/src/usage_tetengo.lattice.viterbi_cpp.hpp +++ b/library/lattice/test/src/usage_tetengo.lattice.viterbi_cpp.hpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of Viterbi search. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/platform_dependent/Makefile.am b/library/platform_dependent/Makefile.am index 72057aa2..31029281 100644 --- a/library/platform_dependent/Makefile.am +++ b/library/platform_dependent/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ cpp \ diff --git a/library/platform_dependent/cpp/Makefile.am b/library/platform_dependent/cpp/Makefile.am index 28dfbfaf..34c405c7 100644 --- a/library/platform_dependent/cpp/Makefile.am +++ b/library/platform_dependent/cpp/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ include \ diff --git a/library/platform_dependent/cpp/include/Makefile.am b/library/platform_dependent/cpp/include/Makefile.am index cbb0f472..659e656b 100644 --- a/library/platform_dependent/cpp/include/Makefile.am +++ b/library/platform_dependent/cpp/include/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ tetengo diff --git a/library/platform_dependent/cpp/include/tetengo/Makefile.am b/library/platform_dependent/cpp/include/tetengo/Makefile.am index 823e3bb1..28f406a5 100644 --- a/library/platform_dependent/cpp/include/tetengo/Makefile.am +++ b/library/platform_dependent/cpp/include/tetengo/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ pkg_headers = \ platform_dependent/propertyX.hpp \ diff --git a/library/platform_dependent/cpp/include/tetengo/platform_dependent/0namespace.dox b/library/platform_dependent/cpp/include/tetengo/platform_dependent/0namespace.dox index bb569fee..629285bc 100644 --- a/library/platform_dependent/cpp/include/tetengo/platform_dependent/0namespace.dox +++ b/library/platform_dependent/cpp/include/tetengo/platform_dependent/0namespace.dox @@ -1,7 +1,7 @@ /*! \file \brief Document for Doxygen. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ /*! \namespace tetengo::platform_dependent diff --git a/library/platform_dependent/cpp/include/tetengo/platform_dependent/propertyX.hpp b/library/platform_dependent/cpp/include/tetengo/platform_dependent/propertyX.hpp index 8003e31b..db377f5c 100644 --- a/library/platform_dependent/cpp/include/tetengo/platform_dependent/propertyX.hpp +++ b/library/platform_dependent/cpp/include/tetengo/platform_dependent/propertyX.hpp @@ -1,7 +1,7 @@ /*! \file \brief A property set file path. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PLATFORMDEPENDENT_PROPERTYSETFILEPATH_HPP) diff --git a/library/platform_dependent/cpp/include/tetengo/platform_dependent/text_encX.hpp b/library/platform_dependent/cpp/include/tetengo/platform_dependent/text_encX.hpp index ab4198e7..a5e94878 100644 --- a/library/platform_dependent/cpp/include/tetengo/platform_dependent/text_encX.hpp +++ b/library/platform_dependent/cpp/include/tetengo/platform_dependent/text_encX.hpp @@ -1,7 +1,7 @@ /*! \file \brief A text encoder. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PLATFORMDEPENDENT_TEXTENCODER_HPP) diff --git a/library/platform_dependent/cpp/include/tetengo/platform_dependent/windows_X.hpp b/library/platform_dependent/cpp/include/tetengo/platform_dependent/windows_X.hpp index 9255d724..94a52503 100644 --- a/library/platform_dependent/cpp/include/tetengo/platform_dependent/windows_X.hpp +++ b/library/platform_dependent/cpp/include/tetengo/platform_dependent/windows_X.hpp @@ -1,7 +1,7 @@ /*! \file \brief A Windows registry access. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PLATFORMDEPENDENT_WINDOWSREGISTRY_HPP) diff --git a/library/platform_dependent/cpp/src/Makefile.am b/library/platform_dependent/cpp/src/Makefile.am index aa9674fd..7e17671a 100644 --- a/library/platform_dependent/cpp/src/Makefile.am +++ b/library/platform_dependent/cpp/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ IWYU_SUBDIRS = \ unixos diff --git a/library/platform_dependent/cpp/src/unixos/Makefile.am b/library/platform_dependent/cpp/src/unixos/Makefile.am index 0ce5e70e..9d1b5e8c 100644 --- a/library/platform_dependent/cpp/src/unixos/Makefile.am +++ b/library/platform_dependent/cpp/src/unixos/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = diff --git a/library/platform_dependent/cpp/src/unixos/tetengo.platform_dependent.propeX.cpp b/library/platform_dependent/cpp/src/unixos/tetengo.platform_dependent.propeX.cpp index 032839c5..59c15ad6 100644 --- a/library/platform_dependent/cpp/src/unixos/tetengo.platform_dependent.propeX.cpp +++ b/library/platform_dependent/cpp/src/unixos/tetengo.platform_dependent.propeX.cpp @@ -3,7 +3,7 @@ For UNIX. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/platform_dependent/cpp/src/unixos/tetengo.platform_dependent.text_X.cpp b/library/platform_dependent/cpp/src/unixos/tetengo.platform_dependent.text_X.cpp index 09faa194..80be1f83 100644 --- a/library/platform_dependent/cpp/src/unixos/tetengo.platform_dependent.text_X.cpp +++ b/library/platform_dependent/cpp/src/unixos/tetengo.platform_dependent.text_X.cpp @@ -3,7 +3,7 @@ For UNIX. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/platform_dependent/cpp/src/windows/Makefile.am b/library/platform_dependent/cpp/src/windows/Makefile.am index 19eaffda..e71846b2 100644 --- a/library/platform_dependent/cpp/src/windows/Makefile.am +++ b/library/platform_dependent/cpp/src/windows/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = diff --git a/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.propX.cpp b/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.propX.cpp index c1f93ab9..1d966340 100644 --- a/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.propX.cpp +++ b/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.propX.cpp @@ -3,7 +3,7 @@ For Windows. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.textX.cpp b/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.textX.cpp index 1e623299..387c5838 100644 --- a/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.textX.cpp +++ b/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.textX.cpp @@ -3,7 +3,7 @@ For Windows. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.windX.cpp b/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.windX.cpp index 70132e87..064268b1 100644 --- a/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.windX.cpp +++ b/library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.windX.cpp @@ -3,7 +3,7 @@ For Windows. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/platform_dependent/test/Makefile.am b/library/platform_dependent/test/Makefile.am index 239d1961..b579bb91 100644 --- a/library/platform_dependent/test/Makefile.am +++ b/library/platform_dependent/test/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ src diff --git a/library/platform_dependent/test/src/Makefile.am b/library/platform_dependent/test/src/Makefile.am index 6fb02144..d181bcbe 100644 --- a/library/platform_dependent/test/src/Makefile.am +++ b/library/platform_dependent/test/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = diff --git a/library/platform_dependent/test/src/master.cpp b/library/platform_dependent/test/src/master.cpp index 347f74c9..c44896a8 100644 --- a/library/platform_dependent/test/src/master.cpp +++ b/library/platform_dependent/test/src/master.cpp @@ -1,7 +1,7 @@ /*! \file \brief The master test suite. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #define BOOST_TEST_MODULE "tetengo-platform_dependent.test" diff --git a/library/platform_dependent/test/src/test_tetengo.platform_dependent.properX.cpp b/library/platform_dependent/test/src/test_tetengo.platform_dependent.properX.cpp index 7956a22b..45cd15f0 100644 --- a/library/platform_dependent/test/src/test_tetengo.platform_dependent.properX.cpp +++ b/library/platform_dependent/test/src/test_tetengo.platform_dependent.properX.cpp @@ -1,7 +1,7 @@ /*! \file \brief A property set file path. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/platform_dependent/test/src/test_tetengo.platform_dependent.text_eX.cpp b/library/platform_dependent/test/src/test_tetengo.platform_dependent.text_eX.cpp index 9a6d01a4..d6bc86e6 100644 --- a/library/platform_dependent/test/src/test_tetengo.platform_dependent.text_eX.cpp +++ b/library/platform_dependent/test/src/test_tetengo.platform_dependent.text_eX.cpp @@ -1,7 +1,7 @@ /*! \file \brief A text encoder. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/platform_dependent/test/src/test_tetengo.platform_dependent.windowX.cpp b/library/platform_dependent/test/src/test_tetengo.platform_dependent.windowX.cpp index 6e16316f..46e06276 100644 --- a/library/platform_dependent/test/src/test_tetengo.platform_dependent.windowX.cpp +++ b/library/platform_dependent/test/src/test_tetengo.platform_dependent.windowX.cpp @@ -1,7 +1,7 @@ /*! \file \brief A Windows registry access. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if defined(_WIN32) diff --git a/library/property/Makefile.am b/library/property/Makefile.am index f1ea3de8..9d268dcc 100644 --- a/library/property/Makefile.am +++ b/library/property/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ cpp \ diff --git a/library/property/c/Makefile.am b/library/property/c/Makefile.am index 47e1a8ac..ccd3699b 100644 --- a/library/property/c/Makefile.am +++ b/library/property/c/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ include \ diff --git a/library/property/c/include/Makefile.am b/library/property/c/include/Makefile.am index cbb0f472..659e656b 100644 --- a/library/property/c/include/Makefile.am +++ b/library/property/c/include/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ tetengo diff --git a/library/property/c/include/tetengo/Makefile.am b/library/property/c/include/tetengo/Makefile.am index 76d2beb7..d38e857f 100644 --- a/library/property/c/include/tetengo/Makefile.am +++ b/library/property/c/include/tetengo/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ pkg_headers = \ property/propertySet.h \ diff --git a/library/property/c/include/tetengo/property/propertySet.h b/library/property/c/include/tetengo/property/propertySet.h index e6862934..ce371f82 100644 --- a/library/property/c/include/tetengo/property/propertySet.h +++ b/library/property/c/include/tetengo/property/propertySet.h @@ -1,7 +1,7 @@ /*! \file \brief A property set. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PROPERTY_PROPERTYSET_H) diff --git a/library/property/c/include/tetengo/property/storage.h b/library/property/c/include/tetengo/property/storage.h index 6c8d6964..bb14c547 100644 --- a/library/property/c/include/tetengo/property/storage.h +++ b/library/property/c/include/tetengo/property/storage.h @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PROPERTY_STORAGE_H) diff --git a/library/property/c/src/Makefile.am b/library/property/c/src/Makefile.am index 71103ef0..93375e48 100644 --- a/library/property/c/src/Makefile.am +++ b/library/property/c/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ tetengo_property_storage.hpp diff --git a/library/property/c/src/tetengo_property_propertySet.cpp b/library/property/c/src/tetengo_property_propertySet.cpp index 84e2fc73..cd9a8749 100644 --- a/library/property/c/src/tetengo_property_propertySet.cpp +++ b/library/property/c/src/tetengo_property_propertySet.cpp @@ -1,7 +1,7 @@ /*! \file \brief A property set. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/c/src/tetengo_property_storage.cpp b/library/property/c/src/tetengo_property_storage.cpp index f0200695..87edfe72 100644 --- a/library/property/c/src/tetengo_property_storage.cpp +++ b/library/property/c/src/tetengo_property_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/c/src/tetengo_property_storage.hpp b/library/property/c/src/tetengo_property_storage.hpp index 41da3f8d..285f2eee 100644 --- a/library/property/c/src/tetengo_property_storage.hpp +++ b/library/property/c/src/tetengo_property_storage.hpp @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PROPERTY_STORAGE_HPP_) diff --git a/library/property/cpp/Makefile.am b/library/property/cpp/Makefile.am index 1f54e0c6..d35fc465 100644 --- a/library/property/cpp/Makefile.am +++ b/library/property/cpp/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ include \ diff --git a/library/property/cpp/include/Makefile.am b/library/property/cpp/include/Makefile.am index cbb0f472..659e656b 100644 --- a/library/property/cpp/include/Makefile.am +++ b/library/property/cpp/include/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ tetengo diff --git a/library/property/cpp/include/tetengo/Makefile.am b/library/property/cpp/include/tetengo/Makefile.am index 7da66d58..fb09917b 100644 --- a/library/property/cpp/include/tetengo/Makefile.am +++ b/library/property/cpp/include/tetengo/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ pkg_headers = \ property/file_storage.hpp \ diff --git a/library/property/cpp/include/tetengo/property/0namespace.dox b/library/property/cpp/include/tetengo/property/0namespace.dox index 2d194f5b..1467dfd4 100644 --- a/library/property/cpp/include/tetengo/property/0namespace.dox +++ b/library/property/cpp/include/tetengo/property/0namespace.dox @@ -1,7 +1,7 @@ /*! \file \brief Document for Doxygen. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ /*! \namespace tetengo::property diff --git a/library/property/cpp/include/tetengo/property/file_storage.hpp b/library/property/cpp/include/tetengo/property/file_storage.hpp index 0853d43f..5c2fb141 100644 --- a/library/property/cpp/include/tetengo/property/file_storage.hpp +++ b/library/property/cpp/include/tetengo/property/file_storage.hpp @@ -1,7 +1,7 @@ /*! \file \brief A file storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PROPERTY_FILESTORAGE_HPP) diff --git a/library/property/cpp/include/tetengo/property/memory_storage.hpp b/library/property/cpp/include/tetengo/property/memory_storage.hpp index d204eae3..d05c9837 100644 --- a/library/property/cpp/include/tetengo/property/memory_storage.hpp +++ b/library/property/cpp/include/tetengo/property/memory_storage.hpp @@ -1,7 +1,7 @@ /*! \file \brief A memory storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PROPERTY_MEMORYSTORAGE_HPP) diff --git a/library/property/cpp/include/tetengo/property/property_set.hpp b/library/property/cpp/include/tetengo/property/property_set.hpp index ed3001e6..6c4485fa 100644 --- a/library/property/cpp/include/tetengo/property/property_set.hpp +++ b/library/property/cpp/include/tetengo/property/property_set.hpp @@ -1,7 +1,7 @@ /*! \file \brief A property set. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PROPERTY_PROPERTYSET_HPP) diff --git a/library/property/cpp/include/tetengo/property/storage.hpp b/library/property/cpp/include/tetengo/property/storage.hpp index 31d4d9d1..e09afd34 100644 --- a/library/property/cpp/include/tetengo/property/storage.hpp +++ b/library/property/cpp/include/tetengo/property/storage.hpp @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PROPERTY_STORAGE_HPP) diff --git a/library/property/cpp/include/tetengo/property/storage_proxy.hpp b/library/property/cpp/include/tetengo/property/storage_proxy.hpp index b047f227..0f0bc273 100644 --- a/library/property/cpp/include/tetengo/property/storage_proxy.hpp +++ b/library/property/cpp/include/tetengo/property/storage_proxy.hpp @@ -1,7 +1,7 @@ /*! \file \brief A storage proxy. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PROPERTY_STORAGEPROXY_HPP) diff --git a/library/property/cpp/include/tetengo/property/windows_registry_storage.hpp b/library/property/cpp/include/tetengo/property/windows_registry_storage.hpp index 35b67df3..8c51d333 100644 --- a/library/property/cpp/include/tetengo/property/windows_registry_storage.hpp +++ b/library/property/cpp/include/tetengo/property/windows_registry_storage.hpp @@ -1,7 +1,7 @@ /*! \file \brief A Windows registry storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PROPERTY_WINDOWSREGISTRYSTORAGE_HPP) diff --git a/library/property/cpp/src/Makefile.am b/library/property/cpp/src/Makefile.am index cc5cc26f..a1591677 100644 --- a/library/property/cpp/src/Makefile.am +++ b/library/property/cpp/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ tetengo.property.json_parser.hpp \ diff --git a/library/property/cpp/src/tetengo.property.file_storage.cpp b/library/property/cpp/src/tetengo.property.file_storage.cpp index 18d6a4cf..2b3b8fcc 100644 --- a/library/property/cpp/src/tetengo.property.file_storage.cpp +++ b/library/property/cpp/src/tetengo.property.file_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A file storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include // IWYU pragma: keep diff --git a/library/property/cpp/src/tetengo.property.json_parser.cpp b/library/property/cpp/src/tetengo.property.json_parser.cpp index 2ebf92f9..074a7352 100644 --- a/library/property/cpp/src/tetengo.property.json_parser.cpp +++ b/library/property/cpp/src/tetengo.property.json_parser.cpp @@ -1,7 +1,7 @@ /*! \file \brief A JSON parser. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/cpp/src/tetengo.property.json_parser.hpp b/library/property/cpp/src/tetengo.property.json_parser.hpp index a43c600d..5ddd5321 100644 --- a/library/property/cpp/src/tetengo.property.json_parser.hpp +++ b/library/property/cpp/src/tetengo.property.json_parser.hpp @@ -1,7 +1,7 @@ /*! \file \brief A JSON parser. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PROPERTY_JSONPARSER_HPP_) diff --git a/library/property/cpp/src/tetengo.property.json_writer.cpp b/library/property/cpp/src/tetengo.property.json_writer.cpp index f196853e..7ebce661 100644 --- a/library/property/cpp/src/tetengo.property.json_writer.cpp +++ b/library/property/cpp/src/tetengo.property.json_writer.cpp @@ -1,7 +1,7 @@ /*! \file \brief A JSON writer. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/cpp/src/tetengo.property.json_writer.hpp b/library/property/cpp/src/tetengo.property.json_writer.hpp index 2549c1b8..a510b119 100644 --- a/library/property/cpp/src/tetengo.property.json_writer.hpp +++ b/library/property/cpp/src/tetengo.property.json_writer.hpp @@ -1,7 +1,7 @@ /*! \file \brief A JSON writer. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_PROPERTY_JSONWRITER_HPP_) diff --git a/library/property/cpp/src/tetengo.property.memory_storage.cpp b/library/property/cpp/src/tetengo.property.memory_storage.cpp index 41b7b0be..1f90cbde 100644 --- a/library/property/cpp/src/tetengo.property.memory_storage.cpp +++ b/library/property/cpp/src/tetengo.property.memory_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A memory storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/cpp/src/tetengo.property.property_set.cpp b/library/property/cpp/src/tetengo.property.property_set.cpp index da9c8d9e..511d3ebc 100644 --- a/library/property/cpp/src/tetengo.property.property_set.cpp +++ b/library/property/cpp/src/tetengo.property.property_set.cpp @@ -1,7 +1,7 @@ /*! \file \brief A property set. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/cpp/src/tetengo.property.storage.cpp b/library/property/cpp/src/tetengo.property.storage.cpp index c0b83688..ee389009 100644 --- a/library/property/cpp/src/tetengo.property.storage.cpp +++ b/library/property/cpp/src/tetengo.property.storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/cpp/src/tetengo.property.storage_proxy.cpp b/library/property/cpp/src/tetengo.property.storage_proxy.cpp index 6f120aae..f07adf65 100644 --- a/library/property/cpp/src/tetengo.property.storage_proxy.cpp +++ b/library/property/cpp/src/tetengo.property.storage_proxy.cpp @@ -1,7 +1,7 @@ /*! \file \brief A storage proxy. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/cpp/src/tetengo.property.windows_registry_storage.cpp b/library/property/cpp/src/tetengo.property.windows_registry_storage.cpp index 3f138c55..da4f37a0 100644 --- a/library/property/cpp/src/tetengo.property.windows_registry_storage.cpp +++ b/library/property/cpp/src/tetengo.property.windows_registry_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A Windows registry storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if defined(_WIN32) diff --git a/library/property/test/Makefile.am b/library/property/test/Makefile.am index 1a971f52..7ab66c4b 100644 --- a/library/property/test/Makefile.am +++ b/library/property/test/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ src diff --git a/library/property/test/src/Makefile.am b/library/property/test/src/Makefile.am index e090bc0d..65f90118 100644 --- a/library/property/test/src/Makefile.am +++ b/library/property/test/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ usage_tetengo.property.save_load_cpp.hpp \ diff --git a/library/property/test/src/master.cpp b/library/property/test/src/master.cpp index 0579b928..047508ed 100644 --- a/library/property/test/src/master.cpp +++ b/library/property/test/src/master.cpp @@ -1,7 +1,7 @@ /*! \file \brief The master test suite. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #define BOOST_TEST_MODULE "tetengo-property.test" diff --git a/library/property/test/src/test_tetengo.property.file_storage.cpp b/library/property/test/src/test_tetengo.property.file_storage.cpp index 91d2a42d..293c271e 100644 --- a/library/property/test/src/test_tetengo.property.file_storage.cpp +++ b/library/property/test/src/test_tetengo.property.file_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A file storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include // IWYU pragma: keep diff --git a/library/property/test/src/test_tetengo.property.memory_storage.cpp b/library/property/test/src/test_tetengo.property.memory_storage.cpp index 1cff547f..91a55905 100644 --- a/library/property/test/src/test_tetengo.property.memory_storage.cpp +++ b/library/property/test/src/test_tetengo.property.memory_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A memory storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/test/src/test_tetengo.property.property_set.cpp b/library/property/test/src/test_tetengo.property.property_set.cpp index 7443c691..8204c93e 100644 --- a/library/property/test/src/test_tetengo.property.property_set.cpp +++ b/library/property/test/src/test_tetengo.property.property_set.cpp @@ -1,7 +1,7 @@ /*! \file \brief A property set. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/test/src/test_tetengo.property.storage.cpp b/library/property/test/src/test_tetengo.property.storage.cpp index 8704aabc..74b046de 100644 --- a/library/property/test/src/test_tetengo.property.storage.cpp +++ b/library/property/test/src/test_tetengo.property.storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/test/src/test_tetengo.property.storage_proxy.cpp b/library/property/test/src/test_tetengo.property.storage_proxy.cpp index a2b18a6e..97ad1976 100644 --- a/library/property/test/src/test_tetengo.property.storage_proxy.cpp +++ b/library/property/test/src/test_tetengo.property.storage_proxy.cpp @@ -1,7 +1,7 @@ /*! \file \brief A storage proxy. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/property/test/src/test_tetengo.property.windows_registry_storage.cpp b/library/property/test/src/test_tetengo.property.windows_registry_storage.cpp index e60f32e3..a57fb0d9 100644 --- a/library/property/test/src/test_tetengo.property.windows_registry_storage.cpp +++ b/library/property/test/src/test_tetengo.property.windows_registry_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A Windows registry storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if defined(_WIN32) diff --git a/library/property/test/src/usage_tetengo.property.cpp b/library/property/test/src/usage_tetengo.property.cpp index 9eb53e6d..92f37f7c 100644 --- a/library/property/test/src/usage_tetengo.property.cpp +++ b/library/property/test/src/usage_tetengo.property.cpp @@ -1,7 +1,7 @@ /*! \file \brief The usage test of tetengo::property. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/property/test/src/usage_tetengo.property.saveLoad_c.c b/library/property/test/src/usage_tetengo.property.saveLoad_c.c index 81bae086..88e06e99 100644 --- a/library/property/test/src/usage_tetengo.property.saveLoad_c.c +++ b/library/property/test/src/usage_tetengo.property.saveLoad_c.c @@ -1,7 +1,7 @@ /*! \file \brief The usage of property saving and loading. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.property.saveLoad_c.h" diff --git a/library/property/test/src/usage_tetengo.property.saveLoad_c.h b/library/property/test/src/usage_tetengo.property.saveLoad_c.h index f574dd49..e72a7dd5 100644 --- a/library/property/test/src/usage_tetengo.property.saveLoad_c.h +++ b/library/property/test/src/usage_tetengo.property.saveLoad_c.h @@ -1,7 +1,7 @@ /*! \file \brief The usage of property saving and loading. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/property/test/src/usage_tetengo.property.save_load_cpp.cpp b/library/property/test/src/usage_tetengo.property.save_load_cpp.cpp index 0b6026f9..2871ad20 100644 --- a/library/property/test/src/usage_tetengo.property.save_load_cpp.cpp +++ b/library/property/test/src/usage_tetengo.property.save_load_cpp.cpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of property saving and loading. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.property.save_load_cpp.hpp" diff --git a/library/property/test/src/usage_tetengo.property.save_load_cpp.hpp b/library/property/test/src/usage_tetengo.property.save_load_cpp.hpp index dc1b47af..5c25d45c 100644 --- a/library/property/test/src/usage_tetengo.property.save_load_cpp.hpp +++ b/library/property/test/src/usage_tetengo.property.save_load_cpp.hpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of property saving and loading. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/text/Makefile.am b/library/text/Makefile.am index f1ea3de8..9d268dcc 100644 --- a/library/text/Makefile.am +++ b/library/text/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ cpp \ diff --git a/library/text/c/Makefile.am b/library/text/c/Makefile.am index 504133de..653e482d 100644 --- a/library/text/c/Makefile.am +++ b/library/text/c/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ include \ diff --git a/library/text/c/include/Makefile.am b/library/text/c/include/Makefile.am index cbb0f472..659e656b 100644 --- a/library/text/c/include/Makefile.am +++ b/library/text/c/include/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ tetengo diff --git a/library/text/c/include/tetengo/Makefile.am b/library/text/c/include/tetengo/Makefile.am index 277d20cc..3c847e76 100644 --- a/library/text/c/include/tetengo/Makefile.am +++ b/library/text/c/include/tetengo/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ pkg_headers = \ text/encoder.h \ diff --git a/library/text/c/include/tetengo/text/encoder.h b/library/text/c/include/tetengo/text/encoder.h index 35a09bd3..064d0978 100644 --- a/library/text/c/include/tetengo/text/encoder.h +++ b/library/text/c/include/tetengo/text/encoder.h @@ -1,7 +1,7 @@ /*! \file \brief An encoder. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_ENCODER_H) diff --git a/library/text/c/include/tetengo/text/graphemeSplitter.h b/library/text/c/include/tetengo/text/graphemeSplitter.h index 568d261d..06d05d7b 100644 --- a/library/text/c/include/tetengo/text/graphemeSplitter.h +++ b/library/text/c/include/tetengo/text/graphemeSplitter.h @@ -1,7 +1,7 @@ /*! \file \brief A grapheme splitter. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_GRAPHEMESPLITTER_H) diff --git a/library/text/c/src/Makefile.am b/library/text/c/src/Makefile.am index 1eccf94b..1b89c439 100644 --- a/library/text/c/src/Makefile.am +++ b/library/text/c/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = diff --git a/library/text/c/src/tetengo_text_encoder.cpp b/library/text/c/src/tetengo_text_encoder.cpp index 412dc627..42d7ef54 100644 --- a/library/text/c/src/tetengo_text_encoder.cpp +++ b/library/text/c/src/tetengo_text_encoder.cpp @@ -1,7 +1,7 @@ /*! \file \brief An encoder. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/c/src/tetengo_text_graphemeSplitter.cpp b/library/text/c/src/tetengo_text_graphemeSplitter.cpp index ca4fbe15..e8b69093 100644 --- a/library/text/c/src/tetengo_text_graphemeSplitter.cpp +++ b/library/text/c/src/tetengo_text_graphemeSplitter.cpp @@ -1,7 +1,7 @@ /*! \file \brief A grapheme splitter. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/cpp/Makefile.am b/library/text/cpp/Makefile.am index 429f80fb..31ca453e 100644 --- a/library/text/cpp/Makefile.am +++ b/library/text/cpp/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ include \ diff --git a/library/text/cpp/include/Makefile.am b/library/text/cpp/include/Makefile.am index cbb0f472..659e656b 100644 --- a/library/text/cpp/include/Makefile.am +++ b/library/text/cpp/include/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ tetengo diff --git a/library/text/cpp/include/tetengo/Makefile.am b/library/text/cpp/include/tetengo/Makefile.am index 12695b09..d7e02b9f 100644 --- a/library/text/cpp/include/tetengo/Makefile.am +++ b/library/text/cpp/include/tetengo/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ pkg_headers = \ text/encoder.hpp \ diff --git a/library/text/cpp/include/tetengo/text/0namespace.dox b/library/text/cpp/include/tetengo/text/0namespace.dox index 3af5ba99..10c3cb55 100644 --- a/library/text/cpp/include/tetengo/text/0namespace.dox +++ b/library/text/cpp/include/tetengo/text/0namespace.dox @@ -1,7 +1,7 @@ /*! \file \brief Document for Doxygen. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ /*! \namespace tetengo::text diff --git a/library/text/cpp/include/tetengo/text/encoder.hpp b/library/text/cpp/include/tetengo/text/encoder.hpp index a20f3a4f..0c34fd52 100644 --- a/library/text/cpp/include/tetengo/text/encoder.hpp +++ b/library/text/cpp/include/tetengo/text/encoder.hpp @@ -1,7 +1,7 @@ /*! \file \brief An encoder. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_ENCODER_HPP) diff --git a/library/text/cpp/include/tetengo/text/encoding/0namespace.dox b/library/text/cpp/include/tetengo/text/encoding/0namespace.dox index daa55dc3..ef048683 100644 --- a/library/text/cpp/include/tetengo/text/encoding/0namespace.dox +++ b/library/text/cpp/include/tetengo/text/encoding/0namespace.dox @@ -1,7 +1,7 @@ /*! \file \brief Document for Doxygen. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ /*! \namespace tetengo::text::encoding diff --git a/library/text/cpp/include/tetengo/text/encoding/cp932.hpp b/library/text/cpp/include/tetengo/text/encoding/cp932.hpp index 5872125c..d92e0f4c 100644 --- a/library/text/cpp/include/tetengo/text/encoding/cp932.hpp +++ b/library/text/cpp/include/tetengo/text/encoding/cp932.hpp @@ -1,7 +1,7 @@ /*! \file \brief A CP932 encoding. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_ENCODING_CP932_HPP) diff --git a/library/text/cpp/include/tetengo/text/encoding/utf16.hpp b/library/text/cpp/include/tetengo/text/encoding/utf16.hpp index 5f4c261a..a3c70d18 100644 --- a/library/text/cpp/include/tetengo/text/encoding/utf16.hpp +++ b/library/text/cpp/include/tetengo/text/encoding/utf16.hpp @@ -1,7 +1,7 @@ /*! \file \brief A UTF-16 encoding. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_ENCODING_UTF16_HPP) diff --git a/library/text/cpp/include/tetengo/text/encoding/utf8.hpp b/library/text/cpp/include/tetengo/text/encoding/utf8.hpp index 9ae0fa1d..b4115eee 100644 --- a/library/text/cpp/include/tetengo/text/encoding/utf8.hpp +++ b/library/text/cpp/include/tetengo/text/encoding/utf8.hpp @@ -1,7 +1,7 @@ /*! \file \brief A UTF-8 encoding. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_ENCODING_UTF8_HPP) diff --git a/library/text/cpp/include/tetengo/text/grapheme_splitter.hpp b/library/text/cpp/include/tetengo/text/grapheme_splitter.hpp index 7f972bc2..6adb73d7 100644 --- a/library/text/cpp/include/tetengo/text/grapheme_splitter.hpp +++ b/library/text/cpp/include/tetengo/text/grapheme_splitter.hpp @@ -1,7 +1,7 @@ /*! \file \brief A grapheme splitter. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_GRAPHEMESPLITTER_HPP) diff --git a/library/text/cpp/include/tetengo/text/grapheme_splitting/0namespace.dox b/library/text/cpp/include/tetengo/text/grapheme_splitting/0namespace.dox index 8b8ba90d..4ab946d0 100644 --- a/library/text/cpp/include/tetengo/text/grapheme_splitting/0namespace.dox +++ b/library/text/cpp/include/tetengo/text/grapheme_splitting/0namespace.dox @@ -1,7 +1,7 @@ /*! \file \brief Document for Doxygen. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ /*! \namespace tetengo::text::grapheme_splitting diff --git a/library/text/cpp/include/tetengo/text/grapheme_splitting/character_width.hpp b/library/text/cpp/include/tetengo/text/grapheme_splitting/character_width.hpp index f5f38587..8ac2917e 100644 --- a/library/text/cpp/include/tetengo/text/grapheme_splitting/character_width.hpp +++ b/library/text/cpp/include/tetengo/text/grapheme_splitting/character_width.hpp @@ -1,7 +1,7 @@ /*! \file \brief A character width. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_GRAPHEMESPLITTING_CHARACTERWIDTH_HPP) diff --git a/library/text/cpp/include/tetengo/text/grapheme_splitting/default_characterX.hpp b/library/text/cpp/include/tetengo/text/grapheme_splitting/default_characterX.hpp index 2c6defe4..08c81fac 100644 --- a/library/text/cpp/include/tetengo/text/grapheme_splitting/default_characterX.hpp +++ b/library/text/cpp/include/tetengo/text/grapheme_splitting/default_characterX.hpp @@ -1,7 +1,7 @@ /*! \file \brief A default character width. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_GRAPHEMESPLITTING_DEFAULTCHARACTERWIDTH_HPP) diff --git a/library/text/cpp/include/tetengo/text/grapheme_splitting/east_asian_characX.hpp b/library/text/cpp/include/tetengo/text/grapheme_splitting/east_asian_characX.hpp index d4a6f0d0..d01f2e80 100644 --- a/library/text/cpp/include/tetengo/text/grapheme_splitting/east_asian_characX.hpp +++ b/library/text/cpp/include/tetengo/text/grapheme_splitting/east_asian_characX.hpp @@ -1,7 +1,7 @@ /*! \file \brief An east Asian character width. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_GRAPHEMESPLITTING_EASTASIANCHARACTERWIDTH_HPP) diff --git a/library/text/cpp/include/tetengo/text/grapheme_splitting/grapheme_segment.hpp b/library/text/cpp/include/tetengo/text/grapheme_splitting/grapheme_segment.hpp index ef07b180..d0f4e97e 100644 --- a/library/text/cpp/include/tetengo/text/grapheme_splitting/grapheme_segment.hpp +++ b/library/text/cpp/include/tetengo/text/grapheme_splitting/grapheme_segment.hpp @@ -1,7 +1,7 @@ /*! \file \brief A grapheme segment. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_GRAPHEMESPLITTING_GRAPHEMESEGMENT_HPP) diff --git a/library/text/cpp/src/Makefile.am b/library/text/cpp/src/Makefile.am index ecf740d3..f73883bf 100644 --- a/library/text/cpp/src/Makefile.am +++ b/library/text/cpp/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ tetengo.text.encoding.unicode_encoding.hpp \ diff --git a/library/text/cpp/src/tetengo.text.encoder.cpp b/library/text/cpp/src/tetengo.text.encoder.cpp index 642c9529..ade5035c 100644 --- a/library/text/cpp/src/tetengo.text.encoder.cpp +++ b/library/text/cpp/src/tetengo.text.encoder.cpp @@ -1,7 +1,7 @@ /*! \file \brief An encoder. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/cpp/src/tetengo.text.encoding.cp932.cpp b/library/text/cpp/src/tetengo.text.encoding.cp932.cpp index 83bf7196..d5571f4b 100644 --- a/library/text/cpp/src/tetengo.text.encoding.cp932.cpp +++ b/library/text/cpp/src/tetengo.text.encoding.cp932.cpp @@ -1,7 +1,7 @@ /*! \file \brief A CP932 encoding. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/cpp/src/tetengo.text.encoding.unicode_encoding.cpp b/library/text/cpp/src/tetengo.text.encoding.unicode_encoding.cpp index 2825c471..524c6bd6 100644 --- a/library/text/cpp/src/tetengo.text.encoding.unicode_encoding.cpp +++ b/library/text/cpp/src/tetengo.text.encoding.unicode_encoding.cpp @@ -1,7 +1,7 @@ /*! \file \brief A unicode encoding. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/cpp/src/tetengo.text.encoding.unicode_encoding.hpp b/library/text/cpp/src/tetengo.text.encoding.unicode_encoding.hpp index 72b7cc08..4860ec85 100644 --- a/library/text/cpp/src/tetengo.text.encoding.unicode_encoding.hpp +++ b/library/text/cpp/src/tetengo.text.encoding.unicode_encoding.hpp @@ -1,7 +1,7 @@ /*! \file \brief A Unicode encoding. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_ENCODING_UNICODEENCODING_HPP_) diff --git a/library/text/cpp/src/tetengo.text.encoding.utf16.cpp b/library/text/cpp/src/tetengo.text.encoding.utf16.cpp index f691c2b9..5e2b1727 100644 --- a/library/text/cpp/src/tetengo.text.encoding.utf16.cpp +++ b/library/text/cpp/src/tetengo.text.encoding.utf16.cpp @@ -1,7 +1,7 @@ /*! \file \brief A UTF-16 encoding. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/cpp/src/tetengo.text.encoding.utf8.cpp b/library/text/cpp/src/tetengo.text.encoding.utf8.cpp index 1d1c7a8e..95c6481a 100644 --- a/library/text/cpp/src/tetengo.text.encoding.utf8.cpp +++ b/library/text/cpp/src/tetengo.text.encoding.utf8.cpp @@ -1,7 +1,7 @@ /*! \file \brief A UTF-8 encoding. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/cpp/src/tetengo.text.grapheme_splitter.cpp b/library/text/cpp/src/tetengo.text.grapheme_splitter.cpp index 65883bde..b8ae3ab4 100644 --- a/library/text/cpp/src/tetengo.text.grapheme_splitter.cpp +++ b/library/text/cpp/src/tetengo.text.grapheme_splitter.cpp @@ -1,7 +1,7 @@ /*! \file \brief A grapheme splitter. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/cpp/src/tetengo.text.grapheme_splitting.character_property_map.cpp b/library/text/cpp/src/tetengo.text.grapheme_splitting.character_property_map.cpp index 9a9372f7..07221109 100644 --- a/library/text/cpp/src/tetengo.text.grapheme_splitting.character_property_map.cpp +++ b/library/text/cpp/src/tetengo.text.grapheme_splitting.character_property_map.cpp @@ -3,7 +3,7 @@ This file is generated by tool/make_character_property_map_cpp.py. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/cpp/src/tetengo.text.grapheme_splitting.character_property_map.hpp b/library/text/cpp/src/tetengo.text.grapheme_splitting.character_property_map.hpp index 28743a97..cc5eb0e5 100644 --- a/library/text/cpp/src/tetengo.text.grapheme_splitting.character_property_map.hpp +++ b/library/text/cpp/src/tetengo.text.grapheme_splitting.character_property_map.hpp @@ -3,7 +3,7 @@ This file is generated by tool/make_east_asian_width_cpp.py. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TEXT_GRAPHEMESPLITTING_EASTASIANWIDTH_HPP_) diff --git a/library/text/cpp/src/tetengo.text.grapheme_splitting.character_width.cpp b/library/text/cpp/src/tetengo.text.grapheme_splitting.character_width.cpp index e17703f0..1c0c374d 100644 --- a/library/text/cpp/src/tetengo.text.grapheme_splitting.character_width.cpp +++ b/library/text/cpp/src/tetengo.text.grapheme_splitting.character_width.cpp @@ -1,7 +1,7 @@ /*! \file \brief A character width. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/cpp/src/tetengo.text.grapheme_splitting.default_character_widX.cpp b/library/text/cpp/src/tetengo.text.grapheme_splitting.default_character_widX.cpp index dae8ad6b..f2f2abe4 100644 --- a/library/text/cpp/src/tetengo.text.grapheme_splitting.default_character_widX.cpp +++ b/library/text/cpp/src/tetengo.text.grapheme_splitting.default_character_widX.cpp @@ -1,7 +1,7 @@ /*! \file \brief A default character width. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/cpp/src/tetengo.text.grapheme_splitting.east_asian_character_X.cpp b/library/text/cpp/src/tetengo.text.grapheme_splitting.east_asian_character_X.cpp index a0e8aa09..29d2b87f 100644 --- a/library/text/cpp/src/tetengo.text.grapheme_splitting.east_asian_character_X.cpp +++ b/library/text/cpp/src/tetengo.text.grapheme_splitting.east_asian_character_X.cpp @@ -1,7 +1,7 @@ /*! \file \brief An east Asian character width. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/cpp/src/tetengo.text.grapheme_splitting.grapheme_segment.cpp b/library/text/cpp/src/tetengo.text.grapheme_splitting.grapheme_segment.cpp index c682971c..c703df11 100644 --- a/library/text/cpp/src/tetengo.text.grapheme_splitting.grapheme_segment.cpp +++ b/library/text/cpp/src/tetengo.text.grapheme_splitting.grapheme_segment.cpp @@ -1,7 +1,7 @@ /*! \file \brief A grapheme segment. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/test/Makefile.am b/library/text/test/Makefile.am index 74727565..01e67716 100644 --- a/library/text/test/Makefile.am +++ b/library/text/test/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ src diff --git a/library/text/test/src/Makefile.am b/library/text/test/src/Makefile.am index 50dfde07..339b7167 100644 --- a/library/text/test/src/Makefile.am +++ b/library/text/test/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ usage_tetengo.text.encoding_c.h \ diff --git a/library/text/test/src/master.cpp b/library/text/test/src/master.cpp index 08d8d1ca..81711292 100644 --- a/library/text/test/src/master.cpp +++ b/library/text/test/src/master.cpp @@ -1,7 +1,7 @@ /*! \file \brief The master test suite. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #define BOOST_TEST_MODULE "tetengo-text.test" diff --git a/library/text/test/src/test_tetengo.text.encoder.cpp b/library/text/test/src/test_tetengo.text.encoder.cpp index 0da8f3c6..1ae9d5ae 100644 --- a/library/text/test/src/test_tetengo.text.encoder.cpp +++ b/library/text/test/src/test_tetengo.text.encoder.cpp @@ -1,7 +1,7 @@ /*! \file \brief An encoder. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/test/src/test_tetengo.text.encoding.cp932.cpp b/library/text/test/src/test_tetengo.text.encoding.cp932.cpp index e6ee45c3..04b76131 100644 --- a/library/text/test/src/test_tetengo.text.encoding.cp932.cpp +++ b/library/text/test/src/test_tetengo.text.encoding.cp932.cpp @@ -1,7 +1,7 @@ /*! \file \brief A CP932 encoding. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/test/src/test_tetengo.text.encoding.utf16.cpp b/library/text/test/src/test_tetengo.text.encoding.utf16.cpp index 93c29a48..bc44abaf 100644 --- a/library/text/test/src/test_tetengo.text.encoding.utf16.cpp +++ b/library/text/test/src/test_tetengo.text.encoding.utf16.cpp @@ -1,7 +1,7 @@ /*! \file \brief A UTF-16 encoding. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/test/src/test_tetengo.text.encoding.utf8.cpp b/library/text/test/src/test_tetengo.text.encoding.utf8.cpp index 3e9fbe88..5100b29a 100644 --- a/library/text/test/src/test_tetengo.text.encoding.utf8.cpp +++ b/library/text/test/src/test_tetengo.text.encoding.utf8.cpp @@ -1,7 +1,7 @@ /*! \file \brief A UTF-8 encoding. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/test/src/test_tetengo.text.grapheme_splitter.cpp b/library/text/test/src/test_tetengo.text.grapheme_splitter.cpp index 3556eb9b..33daa4e9 100644 --- a/library/text/test/src/test_tetengo.text.grapheme_splitter.cpp +++ b/library/text/test/src/test_tetengo.text.grapheme_splitter.cpp @@ -1,7 +1,7 @@ /*! \file \brief A grapheme splitter. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/test/src/test_tetengo.text.grapheme_splitting.character_width.cpp b/library/text/test/src/test_tetengo.text.grapheme_splitting.character_width.cpp index dd4175db..9bb330a0 100644 --- a/library/text/test/src/test_tetengo.text.grapheme_splitting.character_width.cpp +++ b/library/text/test/src/test_tetengo.text.grapheme_splitting.character_width.cpp @@ -1,7 +1,7 @@ /*! \file \brief A character width. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/test/src/test_tetengo.text.grapheme_splitting.default_charactX.cpp b/library/text/test/src/test_tetengo.text.grapheme_splitting.default_charactX.cpp index a6f03324..2a016e8f 100644 --- a/library/text/test/src/test_tetengo.text.grapheme_splitting.default_charactX.cpp +++ b/library/text/test/src/test_tetengo.text.grapheme_splitting.default_charactX.cpp @@ -1,7 +1,7 @@ /*! \file \brief A default character width. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/test/src/test_tetengo.text.grapheme_splitting.east_asian_charX.cpp b/library/text/test/src/test_tetengo.text.grapheme_splitting.east_asian_charX.cpp index f5cc39b9..d124ca49 100644 --- a/library/text/test/src/test_tetengo.text.grapheme_splitting.east_asian_charX.cpp +++ b/library/text/test/src/test_tetengo.text.grapheme_splitting.east_asian_charX.cpp @@ -1,7 +1,7 @@ /*! \file \brief An east Asian character width. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/test/src/test_tetengo.text.grapheme_splitting.grapheme_segment.cpp b/library/text/test/src/test_tetengo.text.grapheme_splitting.grapheme_segment.cpp index f65bf217..83060bb5 100644 --- a/library/text/test/src/test_tetengo.text.grapheme_splitting.grapheme_segment.cpp +++ b/library/text/test/src/test_tetengo.text.grapheme_splitting.grapheme_segment.cpp @@ -1,7 +1,7 @@ /*! \file \brief A grapheme segment. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/text/test/src/usage_tetengo.text.cpp b/library/text/test/src/usage_tetengo.text.cpp index 1c457956..e3464058 100644 --- a/library/text/test/src/usage_tetengo.text.cpp +++ b/library/text/test/src/usage_tetengo.text.cpp @@ -1,7 +1,7 @@ /*! \file \brief The usage test of tetengo::text. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/text/test/src/usage_tetengo.text.encoding_c.c b/library/text/test/src/usage_tetengo.text.encoding_c.c index fae7334b..eedb9e1a 100644 --- a/library/text/test/src/usage_tetengo.text.encoding_c.c +++ b/library/text/test/src/usage_tetengo.text.encoding_c.c @@ -1,7 +1,7 @@ /*! \file \brief The usage of character encoding conversion. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.text.encoding_c.h" diff --git a/library/text/test/src/usage_tetengo.text.encoding_c.h b/library/text/test/src/usage_tetengo.text.encoding_c.h index f3831af9..ac61a702 100644 --- a/library/text/test/src/usage_tetengo.text.encoding_c.h +++ b/library/text/test/src/usage_tetengo.text.encoding_c.h @@ -1,7 +1,7 @@ /*! \file \brief The usage of character encoding conversion. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/text/test/src/usage_tetengo.text.encoding_cpp.cpp b/library/text/test/src/usage_tetengo.text.encoding_cpp.cpp index 0669e0da..9886b2d5 100644 --- a/library/text/test/src/usage_tetengo.text.encoding_cpp.cpp +++ b/library/text/test/src/usage_tetengo.text.encoding_cpp.cpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of character encoding conversion. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.text.encoding_cpp.hpp" diff --git a/library/text/test/src/usage_tetengo.text.encoding_cpp.hpp b/library/text/test/src/usage_tetengo.text.encoding_cpp.hpp index b2c5df5c..d0d5e1e0 100644 --- a/library/text/test/src/usage_tetengo.text.encoding_cpp.hpp +++ b/library/text/test/src/usage_tetengo.text.encoding_cpp.hpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of character encoding conversion. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/text/test/src/usage_tetengo.text.graphemeSplit_c.c b/library/text/test/src/usage_tetengo.text.graphemeSplit_c.c index 544dc73b..ffda085c 100644 --- a/library/text/test/src/usage_tetengo.text.graphemeSplit_c.c +++ b/library/text/test/src/usage_tetengo.text.graphemeSplit_c.c @@ -1,7 +1,7 @@ /*! \file \brief The usage of grapheme splitting. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.text.graphemeSplit_c.h" diff --git a/library/text/test/src/usage_tetengo.text.graphemeSplit_c.h b/library/text/test/src/usage_tetengo.text.graphemeSplit_c.h index 531c8d8e..f05e0cc8 100644 --- a/library/text/test/src/usage_tetengo.text.graphemeSplit_c.h +++ b/library/text/test/src/usage_tetengo.text.graphemeSplit_c.h @@ -1,7 +1,7 @@ /*! \file \brief The usage of grapheme splitting. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/text/test/src/usage_tetengo.text.grapheme_split_cpp.cpp b/library/text/test/src/usage_tetengo.text.grapheme_split_cpp.cpp index 57a49bb4..2a792149 100644 --- a/library/text/test/src/usage_tetengo.text.grapheme_split_cpp.cpp +++ b/library/text/test/src/usage_tetengo.text.grapheme_split_cpp.cpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of grapheme splitting. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.text.grapheme_split_cpp.hpp" diff --git a/library/text/test/src/usage_tetengo.text.grapheme_split_cpp.hpp b/library/text/test/src/usage_tetengo.text.grapheme_split_cpp.hpp index 64da096e..026f6518 100644 --- a/library/text/test/src/usage_tetengo.text.grapheme_split_cpp.hpp +++ b/library/text/test/src/usage_tetengo.text.grapheme_split_cpp.hpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of grapheme splitting. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/trie/Makefile.am b/library/trie/Makefile.am index f1ea3de8..9d268dcc 100644 --- a/library/trie/Makefile.am +++ b/library/trie/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ cpp \ diff --git a/library/trie/c/Makefile.am b/library/trie/c/Makefile.am index 10396c12..1ab5a2c5 100644 --- a/library/trie/c/Makefile.am +++ b/library/trie/c/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ include \ diff --git a/library/trie/c/include/Makefile.am b/library/trie/c/include/Makefile.am index cbb0f472..659e656b 100644 --- a/library/trie/c/include/Makefile.am +++ b/library/trie/c/include/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ tetengo diff --git a/library/trie/c/include/tetengo/Makefile.am b/library/trie/c/include/tetengo/Makefile.am index 4c4a6e44..98b287aa 100644 --- a/library/trie/c/include/tetengo/Makefile.am +++ b/library/trie/c/include/tetengo/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ pkg_headers = \ trie/storage.h \ diff --git a/library/trie/c/include/tetengo/trie/storage.h b/library/trie/c/include/tetengo/trie/storage.h index 10ee9ecf..a0f64b09 100644 --- a/library/trie/c/include/tetengo/trie/storage.h +++ b/library/trie/c/include/tetengo/trie/storage.h @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_STORAGE_H) diff --git a/library/trie/c/include/tetengo/trie/trie.h b/library/trie/c/include/tetengo/trie/trie.h index 5e7b1dba..a96bbeb7 100644 --- a/library/trie/c/include/tetengo/trie/trie.h +++ b/library/trie/c/include/tetengo/trie/trie.h @@ -1,7 +1,7 @@ /*! \file \brief A trie. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_TRIE_H) diff --git a/library/trie/c/include/tetengo/trie/trieIterator.h b/library/trie/c/include/tetengo/trie/trieIterator.h index dc631bdf..c1f98750 100644 --- a/library/trie/c/include/tetengo/trie/trieIterator.h +++ b/library/trie/c/include/tetengo/trie/trieIterator.h @@ -1,7 +1,7 @@ /*! \file \brief A trie iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_TRIEITERATOR_H) diff --git a/library/trie/c/src/Makefile.am b/library/trie/c/src/Makefile.am index ce28ad20..95f7226a 100644 --- a/library/trie/c/src/Makefile.am +++ b/library/trie/c/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ tetengo_trie_storage.hpp \ diff --git a/library/trie/c/src/tetengo_trie_storage.cpp b/library/trie/c/src/tetengo_trie_storage.cpp index c01fc303..b2be6bae 100644 --- a/library/trie/c/src/tetengo_trie_storage.cpp +++ b/library/trie/c/src/tetengo_trie_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/c/src/tetengo_trie_storage.hpp b/library/trie/c/src/tetengo_trie_storage.hpp index 814edc1a..dafb843c 100644 --- a/library/trie/c/src/tetengo_trie_storage.hpp +++ b/library/trie/c/src/tetengo_trie_storage.hpp @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_STORAGE_HPP_) diff --git a/library/trie/c/src/tetengo_trie_trie.cpp b/library/trie/c/src/tetengo_trie_trie.cpp index 1f11caf7..24561182 100644 --- a/library/trie/c/src/tetengo_trie_trie.cpp +++ b/library/trie/c/src/tetengo_trie_trie.cpp @@ -1,7 +1,7 @@ /*! \file \brief A trie. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/c/src/tetengo_trie_trie.hpp b/library/trie/c/src/tetengo_trie_trie.hpp index bf9148c9..facc5e4c 100644 --- a/library/trie/c/src/tetengo_trie_trie.hpp +++ b/library/trie/c/src/tetengo_trie_trie.hpp @@ -1,7 +1,7 @@ /*! \file \brief A trie. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_TRIE_HPP_) diff --git a/library/trie/c/src/tetengo_trie_trieIterator.cpp b/library/trie/c/src/tetengo_trie_trieIterator.cpp index a2989532..f7691b0b 100644 --- a/library/trie/c/src/tetengo_trie_trieIterator.cpp +++ b/library/trie/c/src/tetengo_trie_trieIterator.cpp @@ -1,7 +1,7 @@ /*! \file \brief A trie iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/cpp/Makefile.am b/library/trie/cpp/Makefile.am index 9623ff05..1961e498 100644 --- a/library/trie/cpp/Makefile.am +++ b/library/trie/cpp/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ include \ diff --git a/library/trie/cpp/include/Makefile.am b/library/trie/cpp/include/Makefile.am index cbb0f472..659e656b 100644 --- a/library/trie/cpp/include/Makefile.am +++ b/library/trie/cpp/include/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ tetengo diff --git a/library/trie/cpp/include/tetengo/Makefile.am b/library/trie/cpp/include/tetengo/Makefile.am index da6070db..90267319 100644 --- a/library/trie/cpp/include/tetengo/Makefile.am +++ b/library/trie/cpp/include/tetengo/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ pkg_headers = \ trie/default_serializer.hpp \ diff --git a/library/trie/cpp/include/tetengo/trie/0namespace.dox b/library/trie/cpp/include/tetengo/trie/0namespace.dox index 910bd870..3dd2c76f 100644 --- a/library/trie/cpp/include/tetengo/trie/0namespace.dox +++ b/library/trie/cpp/include/tetengo/trie/0namespace.dox @@ -1,7 +1,7 @@ /*! \file \brief Document for Doxygen. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ /*! \namespace tetengo::trie diff --git a/library/trie/cpp/include/tetengo/trie/default_serializer.hpp b/library/trie/cpp/include/tetengo/trie/default_serializer.hpp index ed2c5210..18618028 100644 --- a/library/trie/cpp/include/tetengo/trie/default_serializer.hpp +++ b/library/trie/cpp/include/tetengo/trie/default_serializer.hpp @@ -1,7 +1,7 @@ /*! \file \brief A default serializer. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_DEFAULTSERIALIZER_HPP) diff --git a/library/trie/cpp/include/tetengo/trie/double_array.hpp b/library/trie/cpp/include/tetengo/trie/double_array.hpp index 7a37a735..54eb970f 100644 --- a/library/trie/cpp/include/tetengo/trie/double_array.hpp +++ b/library/trie/cpp/include/tetengo/trie/double_array.hpp @@ -1,7 +1,7 @@ /*! \file \brief A double array. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_DOUBLEARRAY_HPP) diff --git a/library/trie/cpp/include/tetengo/trie/double_array_iterator.hpp b/library/trie/cpp/include/tetengo/trie/double_array_iterator.hpp index eac4b8de..021ff2a2 100644 --- a/library/trie/cpp/include/tetengo/trie/double_array_iterator.hpp +++ b/library/trie/cpp/include/tetengo/trie/double_array_iterator.hpp @@ -1,7 +1,7 @@ /*! \file \brief A double array iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_DOUBLEARRAYITERATOR_HPP) diff --git a/library/trie/cpp/include/tetengo/trie/memory_storage.hpp b/library/trie/cpp/include/tetengo/trie/memory_storage.hpp index da35cba5..4bab6173 100644 --- a/library/trie/cpp/include/tetengo/trie/memory_storage.hpp +++ b/library/trie/cpp/include/tetengo/trie/memory_storage.hpp @@ -1,7 +1,7 @@ /*! \file \brief A memory storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_MEMORYSTORAGE_HPP) diff --git a/library/trie/cpp/include/tetengo/trie/mmap_storage.hpp b/library/trie/cpp/include/tetengo/trie/mmap_storage.hpp index 0b202dec..bf4e5b3f 100644 --- a/library/trie/cpp/include/tetengo/trie/mmap_storage.hpp +++ b/library/trie/cpp/include/tetengo/trie/mmap_storage.hpp @@ -1,7 +1,7 @@ /*! \file \brief An mmap storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_MMAPSTORAGE_HPP) diff --git a/library/trie/cpp/include/tetengo/trie/shared_storage.hpp b/library/trie/cpp/include/tetengo/trie/shared_storage.hpp index 5033f2f4..85eec2c5 100644 --- a/library/trie/cpp/include/tetengo/trie/shared_storage.hpp +++ b/library/trie/cpp/include/tetengo/trie/shared_storage.hpp @@ -1,7 +1,7 @@ /*! \file \brief A shared storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_SHAREDSTORAGE_HPP) diff --git a/library/trie/cpp/include/tetengo/trie/storage.hpp b/library/trie/cpp/include/tetengo/trie/storage.hpp index 38fc2ee5..7a7225f6 100644 --- a/library/trie/cpp/include/tetengo/trie/storage.hpp +++ b/library/trie/cpp/include/tetengo/trie/storage.hpp @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_STORAGE_HPP) diff --git a/library/trie/cpp/include/tetengo/trie/trie.hpp b/library/trie/cpp/include/tetengo/trie/trie.hpp index 2294f3f0..37f2242c 100644 --- a/library/trie/cpp/include/tetengo/trie/trie.hpp +++ b/library/trie/cpp/include/tetengo/trie/trie.hpp @@ -1,7 +1,7 @@ /*! \file \brief A trie. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_TRIE_HPP) diff --git a/library/trie/cpp/include/tetengo/trie/trie_iterator.hpp b/library/trie/cpp/include/tetengo/trie/trie_iterator.hpp index a912bd2f..e641558b 100644 --- a/library/trie/cpp/include/tetengo/trie/trie_iterator.hpp +++ b/library/trie/cpp/include/tetengo/trie/trie_iterator.hpp @@ -1,7 +1,7 @@ /*! \file \brief A trie iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_TRIEITERATOR_HPP) diff --git a/library/trie/cpp/include/tetengo/trie/value_serializer.hpp b/library/trie/cpp/include/tetengo/trie/value_serializer.hpp index 30b06573..4b478fd0 100644 --- a/library/trie/cpp/include/tetengo/trie/value_serializer.hpp +++ b/library/trie/cpp/include/tetengo/trie/value_serializer.hpp @@ -1,7 +1,7 @@ /*! \file \brief A value serializer. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TETENGO_TRIE_VALUESERIALIZER_HPP) diff --git a/library/trie/cpp/src/Makefile.am b/library/trie/cpp/src/Makefile.am index 36891cea..7ee7d13b 100644 --- a/library/trie/cpp/src/Makefile.am +++ b/library/trie/cpp/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = diff --git a/library/trie/cpp/src/tetengo.trie.default_serializer.cpp b/library/trie/cpp/src/tetengo.trie.default_serializer.cpp index f0bf15b8..71d0630d 100644 --- a/library/trie/cpp/src/tetengo.trie.default_serializer.cpp +++ b/library/trie/cpp/src/tetengo.trie.default_serializer.cpp @@ -1,7 +1,7 @@ /*! \file \brief A default serializer. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/cpp/src/tetengo.trie.double_array.cpp b/library/trie/cpp/src/tetengo.trie.double_array.cpp index f4b48367..eeeaa2f3 100644 --- a/library/trie/cpp/src/tetengo.trie.double_array.cpp +++ b/library/trie/cpp/src/tetengo.trie.double_array.cpp @@ -1,7 +1,7 @@ /*! \file \brief A double array. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/cpp/src/tetengo.trie.double_array_builder.cpp b/library/trie/cpp/src/tetengo.trie.double_array_builder.cpp index e635cd4c..d1fd3d83 100644 --- a/library/trie/cpp/src/tetengo.trie.double_array_builder.cpp +++ b/library/trie/cpp/src/tetengo.trie.double_array_builder.cpp @@ -1,7 +1,7 @@ /*! \file \brief A double array builder. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(DOCUMENTATION) diff --git a/library/trie/cpp/src/tetengo.trie.double_array_builder.hpp b/library/trie/cpp/src/tetengo.trie.double_array_builder.hpp index db15ef07..309998de 100644 --- a/library/trie/cpp/src/tetengo.trie.double_array_builder.hpp +++ b/library/trie/cpp/src/tetengo.trie.double_array_builder.hpp @@ -1,7 +1,7 @@ /*! \file \brief A double array builder. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(DOCUMENTATION) diff --git a/library/trie/cpp/src/tetengo.trie.double_array_iterator.cpp b/library/trie/cpp/src/tetengo.trie.double_array_iterator.cpp index 9a526d83..a43941ec 100644 --- a/library/trie/cpp/src/tetengo.trie.double_array_iterator.cpp +++ b/library/trie/cpp/src/tetengo.trie.double_array_iterator.cpp @@ -1,7 +1,7 @@ /*! \file \brief A double array iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/cpp/src/tetengo.trie.memory_storage.cpp b/library/trie/cpp/src/tetengo.trie.memory_storage.cpp index 41bf3f97..edfa8379 100644 --- a/library/trie/cpp/src/tetengo.trie.memory_storage.cpp +++ b/library/trie/cpp/src/tetengo.trie.memory_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A memory storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/cpp/src/tetengo.trie.mmap_storage.cpp b/library/trie/cpp/src/tetengo.trie.mmap_storage.cpp index af5d64df..94208b3b 100644 --- a/library/trie/cpp/src/tetengo.trie.mmap_storage.cpp +++ b/library/trie/cpp/src/tetengo.trie.mmap_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief An mmap storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/cpp/src/tetengo.trie.shared_storage.cpp b/library/trie/cpp/src/tetengo.trie.shared_storage.cpp index 80b2b584..51639528 100644 --- a/library/trie/cpp/src/tetengo.trie.shared_storage.cpp +++ b/library/trie/cpp/src/tetengo.trie.shared_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A shared storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/cpp/src/tetengo.trie.storage.cpp b/library/trie/cpp/src/tetengo.trie.storage.cpp index cf12a625..dae1267d 100644 --- a/library/trie/cpp/src/tetengo.trie.storage.cpp +++ b/library/trie/cpp/src/tetengo.trie.storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/cpp/src/tetengo.trie.trie.cpp b/library/trie/cpp/src/tetengo.trie.trie.cpp index 25fcb4c5..72ce57f7 100644 --- a/library/trie/cpp/src/tetengo.trie.trie.cpp +++ b/library/trie/cpp/src/tetengo.trie.trie.cpp @@ -1,7 +1,7 @@ /*! \file \brief A trie. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/cpp/src/tetengo.trie.trie_iterator.cpp b/library/trie/cpp/src/tetengo.trie.trie_iterator.cpp index 9130a368..6ff400c5 100644 --- a/library/trie/cpp/src/tetengo.trie.trie_iterator.cpp +++ b/library/trie/cpp/src/tetengo.trie.trie_iterator.cpp @@ -1,7 +1,7 @@ /*! \file \brief A trie iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/cpp/src/tetengo.trie.value_serializer.cpp b/library/trie/cpp/src/tetengo.trie.value_serializer.cpp index 7b8cdf7f..a4f29367 100644 --- a/library/trie/cpp/src/tetengo.trie.value_serializer.cpp +++ b/library/trie/cpp/src/tetengo.trie.value_serializer.cpp @@ -1,7 +1,7 @@ /*! \file \brief A value serializer. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/test/Makefile.am b/library/trie/test/Makefile.am index 6fc84a20..4eaeffa0 100644 --- a/library/trie/test/Makefile.am +++ b/library/trie/test/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ src diff --git a/library/trie/test/src/Makefile.am b/library/trie/test/src/Makefile.am index 7dba6271..0649149a 100644 --- a/library/trie/test/src/Makefile.am +++ b/library/trie/test/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ usage_tetengo.trie.search_c.h \ diff --git a/library/trie/test/src/master.cpp b/library/trie/test/src/master.cpp index 912965bc..fd9a8573 100644 --- a/library/trie/test/src/master.cpp +++ b/library/trie/test/src/master.cpp @@ -1,7 +1,7 @@ /*! \file \brief The master test suite. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #define BOOST_TEST_MODULE "tetengo-trie.test" diff --git a/library/trie/test/src/test_tetengo.trie.default_serializer.cpp b/library/trie/test/src/test_tetengo.trie.default_serializer.cpp index 4bb949c0..b43624f7 100644 --- a/library/trie/test/src/test_tetengo.trie.default_serializer.cpp +++ b/library/trie/test/src/test_tetengo.trie.default_serializer.cpp @@ -1,7 +1,7 @@ /*! \file \brief A default serializer. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/test/src/test_tetengo.trie.double_array.cpp b/library/trie/test/src/test_tetengo.trie.double_array.cpp index 35648e9d..ecf70533 100644 --- a/library/trie/test/src/test_tetengo.trie.double_array.cpp +++ b/library/trie/test/src/test_tetengo.trie.double_array.cpp @@ -1,7 +1,7 @@ /*! \file \brief A double array. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/test/src/test_tetengo.trie.double_array_iterator.cpp b/library/trie/test/src/test_tetengo.trie.double_array_iterator.cpp index 90768cf2..a8b7eaef 100644 --- a/library/trie/test/src/test_tetengo.trie.double_array_iterator.cpp +++ b/library/trie/test/src/test_tetengo.trie.double_array_iterator.cpp @@ -1,7 +1,7 @@ /*! \file \brief A double array iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/test/src/test_tetengo.trie.memory_storage.cpp b/library/trie/test/src/test_tetengo.trie.memory_storage.cpp index 0d9d1421..d96d3944 100644 --- a/library/trie/test/src/test_tetengo.trie.memory_storage.cpp +++ b/library/trie/test/src/test_tetengo.trie.memory_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A memory storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/test/src/test_tetengo.trie.mmap_storage.cpp b/library/trie/test/src/test_tetengo.trie.mmap_storage.cpp index 42ce034b..d19ed488 100644 --- a/library/trie/test/src/test_tetengo.trie.mmap_storage.cpp +++ b/library/trie/test/src/test_tetengo.trie.mmap_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief An mmap storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/test/src/test_tetengo.trie.shared_storage.cpp b/library/trie/test/src/test_tetengo.trie.shared_storage.cpp index d0b00e61..b87b64bd 100644 --- a/library/trie/test/src/test_tetengo.trie.shared_storage.cpp +++ b/library/trie/test/src/test_tetengo.trie.shared_storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A shared storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/test/src/test_tetengo.trie.storage.cpp b/library/trie/test/src/test_tetengo.trie.storage.cpp index 98878cdf..175ed1fb 100644 --- a/library/trie/test/src/test_tetengo.trie.storage.cpp +++ b/library/trie/test/src/test_tetengo.trie.storage.cpp @@ -1,7 +1,7 @@ /*! \file \brief A storage. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/test/src/test_tetengo.trie.trie.cpp b/library/trie/test/src/test_tetengo.trie.trie.cpp index 25fd6085..9310ea50 100644 --- a/library/trie/test/src/test_tetengo.trie.trie.cpp +++ b/library/trie/test/src/test_tetengo.trie.trie.cpp @@ -1,7 +1,7 @@ /*! \file \brief A trie. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include // IWYU pragma: keep diff --git a/library/trie/test/src/test_tetengo.trie.trie_iterator.cpp b/library/trie/test/src/test_tetengo.trie.trie_iterator.cpp index e973a23b..f8fb36fd 100644 --- a/library/trie/test/src/test_tetengo.trie.trie_iterator.cpp +++ b/library/trie/test/src/test_tetengo.trie.trie_iterator.cpp @@ -1,7 +1,7 @@ /*! \file \brief A trie iterator. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/test/src/test_tetengo.trie.value_serializer.cpp b/library/trie/test/src/test_tetengo.trie.value_serializer.cpp index 039ea87c..10aede0a 100644 --- a/library/trie/test/src/test_tetengo.trie.value_serializer.cpp +++ b/library/trie/test/src/test_tetengo.trie.value_serializer.cpp @@ -1,7 +1,7 @@ /*! \file \brief A value serializer. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/library/trie/test/src/usage_tetengo.trie.cpp b/library/trie/test/src/usage_tetengo.trie.cpp index 624c7b78..05655ee0 100644 --- a/library/trie/test/src/usage_tetengo.trie.cpp +++ b/library/trie/test/src/usage_tetengo.trie.cpp @@ -1,7 +1,7 @@ /*! \file \brief The usage test of tetengo::trie. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/trie/test/src/usage_tetengo.trie.search_c.c b/library/trie/test/src/usage_tetengo.trie.search_c.c index c076ab5c..88def5b5 100644 --- a/library/trie/test/src/usage_tetengo.trie.search_c.c +++ b/library/trie/test/src/usage_tetengo.trie.search_c.c @@ -1,7 +1,7 @@ /*! \file \brief The usage of trie search. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.trie.search_c.h" diff --git a/library/trie/test/src/usage_tetengo.trie.search_c.h b/library/trie/test/src/usage_tetengo.trie.search_c.h index f043c00a..90e318e9 100644 --- a/library/trie/test/src/usage_tetengo.trie.search_c.h +++ b/library/trie/test/src/usage_tetengo.trie.search_c.h @@ -1,7 +1,7 @@ /*! \file \brief The usage of trie search. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/library/trie/test/src/usage_tetengo.trie.search_cpp.cpp b/library/trie/test/src/usage_tetengo.trie.search_cpp.cpp index a70b5712..93987127 100644 --- a/library/trie/test/src/usage_tetengo.trie.search_cpp.cpp +++ b/library/trie/test/src/usage_tetengo.trie.search_cpp.cpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of trie search. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "usage_tetengo.trie.search_cpp.hpp" diff --git a/library/trie/test/src/usage_tetengo.trie.search_cpp.hpp b/library/trie/test/src/usage_tetengo.trie.search_cpp.hpp index 675dce38..d952ca18 100644 --- a/library/trie/test/src/usage_tetengo.trie.search_cpp.hpp +++ b/library/trie/test/src/usage_tetengo.trie.search_cpp.hpp @@ -1,7 +1,7 @@ /*! \file \brief The usage of trie search. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/precompiled/Makefile.am b/precompiled/Makefile.am index 487ce49d..6964530a 100644 --- a/precompiled/Makefile.am +++ b/precompiled/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ EXTRA_DIST = \ precompiled.c \ diff --git a/precompiled/precompiled.c b/precompiled/precompiled.c index bbe06287..d4493e57 100644 --- a/precompiled/precompiled.c +++ b/precompiled/precompiled.c @@ -1,7 +1,7 @@ /*! \file \brief The precompiled header. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/precompiled/precompiled.cpp b/precompiled/precompiled.cpp index 70311fd9..251d48a6 100644 --- a/precompiled/precompiled.cpp +++ b/precompiled/precompiled.cpp @@ -1,5 +1,5 @@ /*! \file \brief The precompiled header. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ diff --git a/precompiled/precompiled.h b/precompiled/precompiled.h index bc4e32da..27ffbc0b 100644 --- a/precompiled/precompiled.h +++ b/precompiled/precompiled.h @@ -3,7 +3,7 @@ This file is generated by kogyan/tool/make_precompiled_h.py. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(PRECOMPILED_H) diff --git a/sample/Makefile.am b/sample/Makefile.am index 8806597b..f71a5163 100644 --- a/sample/Makefile.am +++ b/sample/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ json2timetable \ diff --git a/sample/json2timetable/Makefile.am b/sample/json2timetable/Makefile.am index b6312d98..55fd4b78 100644 --- a/sample/json2timetable/Makefile.am +++ b/sample/json2timetable/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SOURCE_SUBDIRS = \ src diff --git a/sample/json2timetable/README.md b/sample/json2timetable/README.md index de65aa21..13084387 100644 --- a/sample/json2timetable/README.md +++ b/sample/json2timetable/README.md @@ -38,5 +38,5 @@ Returns a non-zero value when some error is happened. --- -Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ diff --git a/sample/json2timetable/data/Makefile.am b/sample/json2timetable/data/Makefile.am index 192e37e9..94e7c1db 100644 --- a/sample/json2timetable/data/Makefile.am +++ b/sample/json2timetable/data/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ data_files = \ hohi_down.json \ diff --git a/sample/json2timetable/src/Makefile.am b/sample/json2timetable/src/Makefile.am index 5b1d1941..f7000053 100644 --- a/sample/json2timetable/src/Makefile.am +++ b/sample/json2timetable/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ arrayList.h \ diff --git a/sample/json2timetable/src/arrayList.c b/sample/json2timetable/src/arrayList.c index 885f7d62..8ac8ce45 100644 --- a/sample/json2timetable/src/arrayList.c +++ b/sample/json2timetable/src/arrayList.c @@ -1,7 +1,7 @@ /*! \file \brief An array list. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "arrayList.h" diff --git a/sample/json2timetable/src/arrayList.h b/sample/json2timetable/src/arrayList.h index d1742135..d03f45aa 100644 --- a/sample/json2timetable/src/arrayList.h +++ b/sample/json2timetable/src/arrayList.h @@ -1,7 +1,7 @@ /*! \file \brief An array list. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(ARRAYLIST_H) diff --git a/sample/json2timetable/src/encode.c b/sample/json2timetable/src/encode.c index 506a0290..8a957bbb 100644 --- a/sample/json2timetable/src/encode.c +++ b/sample/json2timetable/src/encode.c @@ -1,7 +1,7 @@ /*! \file \brief A string encode. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "encode.h" diff --git a/sample/json2timetable/src/encode.h b/sample/json2timetable/src/encode.h index a339e0ec..70d7aa6f 100644 --- a/sample/json2timetable/src/encode.h +++ b/sample/json2timetable/src/encode.h @@ -1,7 +1,7 @@ /*! \file \brief A string encode. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(ENCODE_H) diff --git a/sample/json2timetable/src/loadTimetable.c b/sample/json2timetable/src/loadTimetable.c index 8d2d2596..02ff3a25 100644 --- a/sample/json2timetable/src/loadTimetable.c +++ b/sample/json2timetable/src/loadTimetable.c @@ -1,7 +1,7 @@ /*! \file \brief A timetable loading. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "loadTimetable.h" diff --git a/sample/json2timetable/src/loadTimetable.h b/sample/json2timetable/src/loadTimetable.h index 88cab0a1..beac7f42 100644 --- a/sample/json2timetable/src/loadTimetable.h +++ b/sample/json2timetable/src/loadTimetable.h @@ -1,7 +1,7 @@ /*! \file \brief A timetable loading. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(LOADTIMETABLE_H) diff --git a/sample/json2timetable/src/main.c b/sample/json2timetable/src/main.c index fd7ff8a0..a5d4e527 100644 --- a/sample/json2timetable/src/main.c +++ b/sample/json2timetable/src/main.c @@ -1,7 +1,7 @@ /*! \file \brief A JSON-to-timetabe. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/sample/json2timetable/src/printLineTimetable.c b/sample/json2timetable/src/printLineTimetable.c index 4730af06..c31ccd47 100644 --- a/sample/json2timetable/src/printLineTimetable.c +++ b/sample/json2timetable/src/printLineTimetable.c @@ -1,7 +1,7 @@ /*! \file \brief A line timetable printing. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "printLineTimetable.h" diff --git a/sample/json2timetable/src/printLineTimetable.h b/sample/json2timetable/src/printLineTimetable.h index f2bf58c5..b1f55b22 100644 --- a/sample/json2timetable/src/printLineTimetable.h +++ b/sample/json2timetable/src/printLineTimetable.h @@ -1,7 +1,7 @@ /*! \file \brief A line timetable printing. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(PRINTLINETIMETABLE_H) diff --git a/sample/json2timetable/src/printStationTimetable.c b/sample/json2timetable/src/printStationTimetable.c index 9ac84cb9..c32338f3 100644 --- a/sample/json2timetable/src/printStationTimetable.c +++ b/sample/json2timetable/src/printStationTimetable.c @@ -1,7 +1,7 @@ /*! \file \brief A station timetable printing. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "printStationTimetable.h" diff --git a/sample/json2timetable/src/printStationTimetable.h b/sample/json2timetable/src/printStationTimetable.h index b09316d2..d6a44cc0 100644 --- a/sample/json2timetable/src/printStationTimetable.h +++ b/sample/json2timetable/src/printStationTimetable.h @@ -1,7 +1,7 @@ /*! \file \brief A station timetable printing. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(PRINTSTATIONTIMETABLE_H) diff --git a/sample/json2timetable/src/timetable.c b/sample/json2timetable/src/timetable.c index 730f50fa..71f81d49 100644 --- a/sample/json2timetable/src/timetable.c +++ b/sample/json2timetable/src/timetable.c @@ -1,7 +1,7 @@ /*! \file \brief A timetable. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include "timetable.h" diff --git a/sample/json2timetable/src/timetable.h b/sample/json2timetable/src/timetable.h index 26590c8b..e61a40b5 100644 --- a/sample/json2timetable/src/timetable.h +++ b/sample/json2timetable/src/timetable.h @@ -1,7 +1,7 @@ /*! \file \brief A timetable. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TIMETABLE_H) diff --git a/sample/make_dict/Makefile.am b/sample/make_dict/Makefile.am index 7dbb412e..5827730f 100644 --- a/sample/make_dict/Makefile.am +++ b/sample/make_dict/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ src diff --git a/sample/make_dict/README.md b/sample/make_dict/README.md index 6c271973..deb5a4dd 100644 --- a/sample/make_dict/README.md +++ b/sample/make_dict/README.md @@ -46,5 +46,5 @@ Returns a non-zero value when some error is happened. --- -Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ diff --git a/sample/make_dict/src/Makefile.am b/sample/make_dict/src/Makefile.am index 91de4e7e..1410e0b5 100644 --- a/sample/make_dict/src/Makefile.am +++ b/sample/make_dict/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = diff --git a/sample/make_dict/src/main.cpp b/sample/make_dict/src/main.cpp index 3ace792b..252d6ed7 100644 --- a/sample/make_dict/src/main.cpp +++ b/sample/make_dict/src/main.cpp @@ -1,7 +1,7 @@ /*! \file \brief A dictionary building tool. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/sample/search_dict/Makefile.am b/sample/search_dict/Makefile.am index 857bd300..c240f3a0 100644 --- a/sample/search_dict/Makefile.am +++ b/sample/search_dict/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ src diff --git a/sample/search_dict/README.md b/sample/search_dict/README.md index d5730c0b..3de6aae5 100644 --- a/sample/search_dict/README.md +++ b/sample/search_dict/README.md @@ -43,5 +43,5 @@ Returns a non-zero value when some error is happened. --- -Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ diff --git a/sample/search_dict/src/Makefile.am b/sample/search_dict/src/Makefile.am index 8ef574ba..8305135d 100644 --- a/sample/search_dict/src/Makefile.am +++ b/sample/search_dict/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = diff --git a/sample/search_dict/src/main.cpp b/sample/search_dict/src/main.cpp index 527dccd3..f60aeb5c 100644 --- a/sample/search_dict/src/main.cpp +++ b/sample/search_dict/src/main.cpp @@ -1,7 +1,7 @@ /*! \file \brief A dictionary search tool. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/sample/search_dict_c/Makefile.am b/sample/search_dict_c/Makefile.am index e2787fe1..e68bd6ab 100644 --- a/sample/search_dict_c/Makefile.am +++ b/sample/search_dict_c/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ src diff --git a/sample/search_dict_c/README.md b/sample/search_dict_c/README.md index 04ede381..e13d3c9e 100644 --- a/sample/search_dict_c/README.md +++ b/sample/search_dict_c/README.md @@ -43,5 +43,5 @@ Returns a non-zero value when some error is happened. --- -Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ diff --git a/sample/search_dict_c/src/Makefile.am b/sample/search_dict_c/src/Makefile.am index f3cbc8fd..27730990 100644 --- a/sample/search_dict_c/src/Makefile.am +++ b/sample/search_dict_c/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = diff --git a/sample/search_dict_c/src/main.c b/sample/search_dict_c/src/main.c index a062ef32..01c4133b 100644 --- a/sample/search_dict_c/src/main.c +++ b/sample/search_dict_c/src/main.c @@ -1,7 +1,7 @@ /*! \file \brief A dictionary search tool. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/sample/transfer_trains/Makefile.am b/sample/transfer_trains/Makefile.am index 12b95a17..4abc52aa 100644 --- a/sample/transfer_trains/Makefile.am +++ b/sample/transfer_trains/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SOURCE_SUBDIRS = \ src diff --git a/sample/transfer_trains/README.md b/sample/transfer_trains/README.md index 944d0dd4..e1bfdce7 100644 --- a/sample/transfer_trains/README.md +++ b/sample/transfer_trains/README.md @@ -63,5 +63,5 @@ Returns a non-zero value when some error is happened. --- -Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ diff --git a/sample/transfer_trains/data/Makefile.am b/sample/transfer_trains/data/Makefile.am index d4598b85..cc70a964 100644 --- a/sample/transfer_trains/data/Makefile.am +++ b/sample/transfer_trains/data/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ data_files = \ kagoshima_down.txt \ diff --git a/sample/transfer_trains/src/Makefile.am b/sample/transfer_trains/src/Makefile.am index e4203da1..d2c92036 100644 --- a/sample/transfer_trains/src/Makefile.am +++ b/sample/transfer_trains/src/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ headers = \ timetable.hpp diff --git a/sample/transfer_trains/src/main.cpp b/sample/transfer_trains/src/main.cpp index e955c9a1..389d4b14 100644 --- a/sample/transfer_trains/src/main.cpp +++ b/sample/transfer_trains/src/main.cpp @@ -1,7 +1,7 @@ /*! \file \brief A train transfer guide. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/sample/transfer_trains/src/timetable.cpp b/sample/transfer_trains/src/timetable.cpp index c70a02fe..a2666114 100644 --- a/sample/transfer_trains/src/timetable.cpp +++ b/sample/transfer_trains/src/timetable.cpp @@ -1,7 +1,7 @@ /*! \file \brief A timetable_value vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/sample/transfer_trains/src/timetable.hpp b/sample/transfer_trains/src/timetable.hpp index 76aa1da3..e000bc05 100644 --- a/sample/transfer_trains/src/timetable.hpp +++ b/sample/transfer_trains/src/timetable.hpp @@ -1,7 +1,7 @@ /*! \file \brief A timetable vocabulary. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #if !defined(TIMETABLEVOCABULARY_HPP) diff --git a/setup/Makefile.am b/setup/Makefile.am index f8d53fa5..9e1c60e7 100644 --- a/setup/Makefile.am +++ b/setup/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ SUBDIRS = \ installer diff --git a/setup/installer/COPYING.rtf b/setup/installer/COPYING.rtf index 4085baad..a04f5683 100644 Binary files a/setup/installer/COPYING.rtf and b/setup/installer/COPYING.rtf differ diff --git a/setup/installer/Makefile.am b/setup/installer/Makefile.am index 2d4ff81d..3a98bdcc 100644 --- a/setup/installer/Makefile.am +++ b/setup/installer/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ script_files = \ copy_libimage_files.py \ diff --git a/setup/installer/Makefile.nmake b/setup/installer/Makefile.nmake index 11d6fad4..33bfe327 100644 --- a/setup/installer/Makefile.nmake +++ b/setup/installer/Makefile.nmake @@ -1,5 +1,5 @@ # Builds tetengo installer -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ ARCH=x64 PLATFORM=x64 diff --git a/setup/installer/copy_libimage_files.py b/setup/installer/copy_libimage_files.py index 2ce3f82b..62e4bc7d 100644 --- a/setup/installer/copy_libimage_files.py +++ b/setup/installer/copy_libimage_files.py @@ -1,7 +1,7 @@ #! /usr/bin/env python """Copies the files for a library image - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ """ import re diff --git a/setup/installer/generate_content_wxs.py b/setup/installer/generate_content_wxs.py index b7af9dde..2ee78315 100644 --- a/setup/installer/generate_content_wxs.py +++ b/setup/installer/generate_content_wxs.py @@ -1,7 +1,7 @@ #! /usr/bin/env python """Generates content.wxs source - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ """ import io @@ -184,7 +184,7 @@ def _save_wxs( ) -> None: preamble: str = """ """ postamble: str = """""" diff --git a/setup/installer/generate_content_wxs_source.py b/setup/installer/generate_content_wxs_source.py index fa3d935b..47762f19 100644 --- a/setup/installer/generate_content_wxs_source.py +++ b/setup/installer/generate_content_wxs_source.py @@ -1,7 +1,7 @@ #! /usr/bin/env python """Generates content.wxs source - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ """ import glob diff --git a/setup/installer/main.wxs b/setup/installer/main.wxs index 0c24b4e4..5d20b1de 100644 --- a/setup/installer/main.wxs +++ b/setup/installer/main.wxs @@ -1,6 +1,6 @@  diff --git a/tool/Makefile.am b/tool/Makefile.am index a6a33dee..add45716 100644 --- a/tool/Makefile.am +++ b/tool/Makefile.am @@ -1,5 +1,5 @@ # Automake Settings -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ script_files = \ make_character_property_map.py \ diff --git a/tool/make_character_property_map.py b/tool/make_character_property_map.py index 6b9410d4..36675d34 100644 --- a/tool/make_character_property_map.py +++ b/tool/make_character_property_map.py @@ -1,7 +1,7 @@ #! /usr/bin/env python """Makes character_property_map.txt for tetengo::text - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ """ import re diff --git a/tool/make_character_property_map_cpp.bat b/tool/make_character_property_map_cpp.bat index 92950871..7e05647c 100644 --- a/tool/make_character_property_map_cpp.bat +++ b/tool/make_character_property_map_cpp.bat @@ -1,6 +1,6 @@ @echo off rem Makes character_property_map.cpp for tetengo::text -rem Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +rem Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ set PYTHON=py diff --git a/tool/make_character_property_map_cpp.py b/tool/make_character_property_map_cpp.py index d930447d..83930ad9 100644 --- a/tool/make_character_property_map_cpp.py +++ b/tool/make_character_property_map_cpp.py @@ -1,7 +1,7 @@ #! /usr/bin/env python """Makes character_property_map.txt for tetengo::text - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ """ import sys @@ -111,7 +111,7 @@ def _make_cpp_source(elements: list[str]) -> str: This file is generated by tool/make_character_property_map_cpp.py. - Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ + Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ */ #include diff --git a/tool/make_character_property_map_cpp.sh b/tool/make_character_property_map_cpp.sh index e213119a..30dc8897 100644 --- a/tool/make_character_property_map_cpp.sh +++ b/tool/make_character_property_map_cpp.sh @@ -1,6 +1,6 @@ #! /bin/sh # Makes character_property_map.cpp for tetengo::text -# Copyright (C) 2019-2024 kaoru https://www.tetengo.org/ +# Copyright (C) 2019-2025 kaoru https://www.tetengo.org/ TOOLS_DIR=`dirname $0`