Conversation
There was a problem hiding this comment.
Pull request overview
Updates copyright notices across the repository to reflect the year 2026.
Changes:
- Bumped
2019-2025to2019-2026across source headers, build scripts, docs, and workflows. - Updated Windows resource metadata and various module Makefiles to the new year.
- (Unintended) Introduced UTF-8 BOMs and replaced some copyright strings with
"$12026 ...", diverging from the intended copyright format.
Reviewed changes
Copilot reviewed 300 out of 398 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| library/trie/c/src/tetengo_trie_trieIterator.cpp | Update copyright year in file header |
| library/trie/c/src/tetengo_trie_trie.hpp | Update copyright year in file header |
| library/trie/c/src/tetengo_trie_trie.cpp | Update copyright year in file header |
| library/trie/c/src/tetengo_trie_storage.hpp | Update copyright year in file header |
| library/trie/c/src/tetengo_trie_storage.cpp | Update copyright year in file header |
| library/trie/c/src/Makefile.am | Update copyright year in comment header |
| library/trie/c/include/tetengo/trie/trieIterator.h | Update copyright year in file header |
| library/trie/c/include/tetengo/trie/trie.h | Update copyright year in file header |
| library/trie/c/include/tetengo/trie/storage.h | Update copyright year in file header |
| library/trie/c/include/tetengo/Makefile.am | Update copyright year in comment header |
| library/trie/c/include/Makefile.am | Update copyright year in comment header |
| library/trie/c/Makefile.am | Update copyright year in comment header |
| library/trie/Makefile.am | Update copyright year in comment header |
| library/text/test/src/usage_tetengo.text.grapheme_split_cpp.hpp | Update copyright year in file header |
| library/text/test/src/usage_tetengo.text.grapheme_split_cpp.cpp | Update copyright year in file header |
| library/text/test/src/usage_tetengo.text.graphemeSplit_c.h | Update copyright year in file header |
| library/text/test/src/usage_tetengo.text.graphemeSplit_c.c | Update copyright year in file header |
| library/text/test/src/usage_tetengo.text.encoding_cpp.hpp | Update copyright year in file header |
| library/text/test/src/usage_tetengo.text.encoding_cpp.cpp | Update copyright year in file header |
| library/text/test/src/usage_tetengo.text.encoding_c.h | Update copyright year in file header |
| library/text/test/src/usage_tetengo.text.encoding_c.c | Update copyright year in file header |
| library/text/test/src/usage_tetengo.text.cpp | Update copyright year in file header |
| library/text/test/src/test_tetengo.text.grapheme_splitting.grapheme_segment.cpp | Update copyright year in file header |
| library/text/test/src/test_tetengo.text.grapheme_splitting.east_asian_charX.cpp | Update copyright year in file header |
| library/text/test/src/test_tetengo.text.grapheme_splitting.default_charactX.cpp | Update copyright year in file header |
| library/text/test/src/test_tetengo.text.grapheme_splitting.character_width.cpp | Update copyright year in file header |
| library/text/test/src/test_tetengo.text.grapheme_splitter.cpp | Update copyright year in file header |
| library/text/test/src/test_tetengo.text.encoding.utf8.cpp | Update copyright year in file header |
| library/text/test/src/test_tetengo.text.encoding.utf16.cpp | Update copyright year in file header |
| library/text/test/src/test_tetengo.text.encoding.cp932.cpp | Update copyright year in file header |
| library/text/test/src/test_tetengo.text.encoder.cpp | Update copyright year in file header |
| library/text/test/src/master.cpp | Update copyright year in file header |
| library/text/test/src/Makefile.am | Update copyright year in comment header |
| library/text/test/Makefile.am | Update copyright year in comment header |
| library/text/cpp/src/tetengo.text.grapheme_splitting.grapheme_segment.cpp | Update copyright year in file header |
| library/text/cpp/src/tetengo.text.grapheme_splitting.east_asian_character_X.cpp | Update copyright year in file header |
| library/text/cpp/src/tetengo.text.grapheme_splitting.default_character_widX.cpp | Update copyright year in file header |
| library/text/cpp/src/tetengo.text.grapheme_splitting.character_width.cpp | Update copyright year in file header |
| library/text/cpp/src/tetengo.text.grapheme_splitting.character_property_map.hpp | Update copyright year in generated header comment |
| library/text/cpp/src/tetengo.text.grapheme_splitting.character_property_map.cpp | Update copyright year in generated source comment |
| library/text/cpp/src/tetengo.text.grapheme_splitter.cpp | Update copyright year in file header |
| library/text/cpp/src/tetengo.text.encoding.utf8.cpp | Update copyright year in file header |
| library/text/cpp/src/tetengo.text.encoding.utf16.cpp | Update copyright year in file header |
| library/text/cpp/src/tetengo.text.encoding.unicode_encoding.hpp | Update copyright year in file header |
| library/text/cpp/src/tetengo.text.encoding.unicode_encoding.cpp | Update copyright year in file header |
| library/text/cpp/src/tetengo.text.encoding.cp932.cpp | Update copyright year in file header |
| library/text/cpp/src/tetengo.text.encoder.cpp | Update copyright year in file header |
| library/text/cpp/src/Makefile.am | Update copyright year in comment header |
| library/text/cpp/include/tetengo/text/grapheme_splitting/grapheme_segment.hpp | Update copyright year in file header |
| library/text/cpp/include/tetengo/text/grapheme_splitting/east_asian_characX.hpp | Update copyright year in file header |
| library/text/cpp/include/tetengo/text/grapheme_splitting/default_characterX.hpp | Update copyright year in file header |
| library/text/cpp/include/tetengo/text/grapheme_splitting/character_width.hpp | Update copyright year in file header |
| library/text/cpp/include/tetengo/text/grapheme_splitting/0namespace.dox | Update copyright year in Doxygen file header |
| library/text/cpp/include/tetengo/text/grapheme_splitter.hpp | Update copyright year in file header |
| library/text/cpp/include/tetengo/text/encoding/utf8.hpp | Update copyright year in file header |
| library/text/cpp/include/tetengo/text/encoding/utf16.hpp | Update copyright year in file header |
| library/text/cpp/include/tetengo/text/encoding/cp932.hpp | Update copyright year in file header |
| library/text/cpp/include/tetengo/text/encoding/0namespace.dox | Update copyright year in Doxygen file header |
| library/text/cpp/include/tetengo/text/encoder.hpp | Update copyright year in file header |
| library/text/cpp/include/tetengo/text/0namespace.dox | Update copyright year in Doxygen file header |
| library/text/cpp/include/tetengo/Makefile.am | Update copyright year in comment header |
| library/text/cpp/include/Makefile.am | Update copyright year in comment header |
| library/text/cpp/Makefile.am | Update copyright year in comment header |
| library/text/c/src/tetengo_text_graphemeSplitter.cpp | Update copyright year in file header |
| library/text/c/src/tetengo_text_encoder.cpp | Update copyright year in file header |
| library/text/c/src/Makefile.am | Update copyright year in comment header |
| library/text/c/include/tetengo/text/graphemeSplitter.h | Update copyright year in file header |
| library/text/c/include/tetengo/text/encoder.h | Update copyright year in file header |
| library/text/c/include/tetengo/Makefile.am | Update copyright year in comment header |
| library/text/c/include/Makefile.am | Update copyright year in comment header |
| library/text/c/Makefile.am | Update copyright year in comment header |
| library/text/Makefile.am | Update copyright year in comment header |
| library/property/test/src/usage_tetengo.property.save_load_cpp.hpp | Update copyright year in file header |
| library/property/test/src/usage_tetengo.property.save_load_cpp.cpp | Update copyright year in file header |
| library/property/test/src/usage_tetengo.property.saveLoad_c.h | Update copyright year in file header |
| library/property/test/src/usage_tetengo.property.saveLoad_c.c | Update copyright year in file header |
| library/property/test/src/usage_tetengo.property.cpp | Update copyright year in file header |
| library/property/test/src/test_tetengo.property.windows_registry_storage.cpp | Update copyright year in file header |
| library/property/test/src/test_tetengo.property.storage_proxy.cpp | Update copyright year in file header |
| library/property/test/src/test_tetengo.property.storage.cpp | Update copyright year in file header |
| library/property/test/src/test_tetengo.property.property_set.cpp | Update copyright year in file header |
| library/property/test/src/test_tetengo.property.memory_storage.cpp | Update copyright year in file header |
| library/property/test/src/test_tetengo.property.file_storage.cpp | Update copyright year in file header |
| library/property/test/src/master.cpp | Update copyright year in file header |
| library/property/test/src/Makefile.am | Update copyright year in comment header |
| library/property/test/Makefile.am | Update copyright year in comment header |
| library/property/cpp/src/tetengo.property.windows_registry_storage.cpp | Update copyright year in file header |
| library/property/cpp/src/tetengo.property.storage_proxy.cpp | Update copyright year in file header |
| library/property/cpp/src/tetengo.property.storage.cpp | Update copyright year in file header |
| library/property/cpp/src/tetengo.property.property_set.cpp | Update copyright year in file header |
| library/property/cpp/src/tetengo.property.memory_storage.cpp | Update copyright year in file header |
| library/property/cpp/src/tetengo.property.json_writer.hpp | Update copyright year in file header |
| library/property/cpp/src/tetengo.property.json_writer.cpp | Update copyright year in file header |
| library/property/cpp/src/tetengo.property.json_parser.hpp | Update copyright year in file header |
| library/property/cpp/src/tetengo.property.json_parser.cpp | Update copyright year in file header |
| library/property/cpp/src/tetengo.property.file_storage.cpp | Update copyright year in file header |
| library/property/cpp/src/Makefile.am | Update copyright year in comment header |
| library/property/cpp/include/tetengo/property/windows_registry_storage.hpp | Update copyright year in file header |
| library/property/cpp/include/tetengo/property/storage_proxy.hpp | Update copyright year in file header |
| library/property/cpp/include/tetengo/property/storage.hpp | Update copyright year in file header |
| library/property/cpp/include/tetengo/property/property_set.hpp | Update copyright year in file header |
| library/property/cpp/include/tetengo/property/memory_storage.hpp | Update copyright year in file header |
| library/property/cpp/include/tetengo/property/file_storage.hpp | Update copyright year in file header |
| library/property/cpp/include/tetengo/property/0namespace.dox | Update copyright year in Doxygen file header |
| library/property/cpp/include/tetengo/Makefile.am | Update copyright year in comment header |
| library/property/cpp/include/Makefile.am | Update copyright year in comment header |
| library/property/cpp/Makefile.am | Update copyright year in comment header |
| library/property/c/src/tetengo_property_storage.hpp | Update copyright year in file header |
| library/property/c/src/tetengo_property_storage.cpp | Update copyright year in file header |
| library/property/c/src/tetengo_property_propertySet.cpp | Update copyright year in file header |
| library/property/c/src/Makefile.am | Update copyright year in comment header |
| library/property/c/include/tetengo/property/storage.h | Update copyright year in file header |
| library/property/c/include/tetengo/property/propertySet.h | Update copyright year in file header |
| library/property/c/include/tetengo/Makefile.am | Update copyright year in comment header |
| library/property/c/include/Makefile.am | Update copyright year in comment header |
| library/property/c/Makefile.am | Update copyright year in comment header |
| library/property/Makefile.am | Update copyright year in comment header |
| library/platform_dependent/test/src/test_tetengo.platform_dependent.windowX.cpp | Update copyright year in file header |
| library/platform_dependent/test/src/test_tetengo.platform_dependent.text_eX.cpp | Update copyright year in file header |
| library/platform_dependent/test/src/test_tetengo.platform_dependent.properX.cpp | Update copyright year in file header |
| library/platform_dependent/test/src/master.cpp | Update copyright year in file header |
| library/platform_dependent/test/src/Makefile.am | Update copyright year in comment header |
| library/platform_dependent/test/Makefile.am | Update copyright year in comment header |
| library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.windX.cpp | Update copyright year in file header comment |
| library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.textX.cpp | Update copyright year in file header comment |
| library/platform_dependent/cpp/src/windows/tetengo.platform_dependent.propX.cpp | Update copyright year in file header comment |
| library/platform_dependent/cpp/src/windows/Makefile.am | Update copyright year in comment header |
| library/platform_dependent/cpp/src/unixos/tetengo.platform_dependent.text_X.cpp | Update copyright year in file header comment |
| library/platform_dependent/cpp/src/unixos/tetengo.platform_dependent.propeX.cpp | Update copyright year in file header comment |
| library/platform_dependent/cpp/src/unixos/Makefile.am | Update copyright year in comment header |
| library/platform_dependent/cpp/src/Makefile.am | Update copyright year in comment header |
| library/platform_dependent/cpp/include/tetengo/platform_dependent/windows_X.hpp | Update copyright year in file header |
| library/platform_dependent/cpp/include/tetengo/platform_dependent/text_encX.hpp | Update copyright year in file header |
| library/platform_dependent/cpp/include/tetengo/platform_dependent/propertyX.hpp | Update copyright year in file header |
| library/platform_dependent/cpp/include/tetengo/platform_dependent/0namespace.dox | Update copyright year in Doxygen file header |
| library/platform_dependent/cpp/include/tetengo/Makefile.am | Update copyright year in comment header |
| library/platform_dependent/cpp/include/Makefile.am | Update copyright year in comment header |
| library/platform_dependent/cpp/Makefile.am | Update copyright year in comment header |
| library/platform_dependent/Makefile.am | Update copyright year in comment header |
| library/lattice/test/src/usage_tetengo.lattice.viterbi_cpp.hpp | Update copyright year in file header |
| library/lattice/test/src/usage_tetengo.lattice.viterbi_cpp.cpp | Update copyright year in file header |
| library/lattice/test/src/usage_tetengo.lattice.viterbi_c.h | Update copyright year in file header |
| library/lattice/test/src/usage_tetengo.lattice.viterbi_c.c | Update copyright year in file header |
| library/lattice/test/src/usage_tetengo.lattice.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.wildcard_constraint_element.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.vocabulary.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.unordered_map_vocabulary.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.string_view.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.string_input.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.path.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.node_constraint_element.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.node.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.n_best_iterator.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.lattice.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.input.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.entry.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.custom_vocabulary.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.custom_input.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.constraint_element.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.constraint.cpp | Update copyright year in file header |
| library/lattice/test/src/test_tetengo.lattice.connection.cpp | Update copyright year in file header |
| library/lattice/test/src/master.cpp | Update copyright year in file header |
| library/lattice/test/src/Makefile.am | Update copyright year in comment header |
| library/lattice/test/Makefile.am | Update copyright year in comment header |
| library/lattice/cpp/src/tetengo.lattice.wildcard_constraint_element.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.vocabulary.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.unordered_map_vocabulary.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.string_input.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.path.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.node_constraint_element.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.node.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.n_best_iterator.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.lattice.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.input.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.entry.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.constraint_element.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/tetengo.lattice.constraint.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/src/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/lattice/cpp/include/tetengo/lattice/wildcard_constraint_element.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/vocabulary.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/unordered_map_vocabulary.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/string_input.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/path.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/node_constraint_element.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/node.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/n_best_iterator.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/lattice.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/input.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/entry.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/constraint_element.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/constraint.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/connection.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/lattice/0namespace.dox | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/cpp/include/tetengo/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/lattice/cpp/include/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/lattice/cpp/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/lattice/c/src/tetengo_lattice_vocabulary.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_vocabulary.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_path.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_node.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_nBestIterator.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_lattice.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_lattice.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_input.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_input.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_entry.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_constraintElement.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_constraintElement.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_constraint.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/tetengo_lattice_constraint.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/src/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/lattice/c/include/tetengo/lattice/vocabulary.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/include/tetengo/lattice/stringView.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/include/tetengo/lattice/path.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/include/tetengo/lattice/node.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/include/tetengo/lattice/nBestIterator.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/include/tetengo/lattice/lattice.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/include/tetengo/lattice/input.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/include/tetengo/lattice/entry.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/include/tetengo/lattice/constraintElement.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/include/tetengo/lattice/constraint.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/include/tetengo/lattice/connection.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/lattice/c/include/tetengo/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/lattice/c/include/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/lattice/c/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/lattice/Makefile.am | Update copyright year in comment header |
| library/json/test/src/usage_tetengo.json.parsing_cpp.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/usage_tetengo.json.parsing_cpp.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/usage_tetengo.json.parsing_c.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/usage_tetengo.json.parsing_c.c | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/usage_tetengo.json.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/test_tetengo.json.stream_reader.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/test_tetengo.json.reader_iterator.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/test_tetengo.json.reader.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/test_tetengo.json.line_counting_reader.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/test_tetengo.json.json_parser.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/test_tetengo.json.json_grammar.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/test_tetengo.json.file_location.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/test_tetengo.json.element.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/test_tetengo.json.comment_removing_reader.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/test_tetengo.json.channel.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/master.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/test/src/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/json/test/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/json/cpp/src/tetengo.json.stream_reader.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/src/tetengo.json.reader_iterator.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/src/tetengo.json.reader.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/src/tetengo.json.line_counting_reader.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/src/tetengo.json.json_parser.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/src/tetengo.json.json_grammar.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/src/tetengo.json.file_location.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/src/tetengo.json.element.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/src/tetengo.json.comment_removing_reader.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/src/tetengo.json.channel.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/src/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/json/cpp/include/tetengo/json/stream_reader.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/include/tetengo/json/reader_iterator.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/include/tetengo/json/reader.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/include/tetengo/json/line_counting_reader.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/include/tetengo/json/json_parser.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/include/tetengo/json/json_grammar.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/include/tetengo/json/file_location.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/include/tetengo/json/element.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/include/tetengo/json/comment_removing_reader.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/include/tetengo/json/channel.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/include/tetengo/json/0namespace.dox | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/cpp/include/tetengo/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/json/cpp/include/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/json/cpp/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/json/c/src/tetengo_json_reader.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/c/src/tetengo_json_reader.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/c/src/tetengo_json_jsonParser.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/c/src/tetengo_json_element.hpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/c/src/tetengo_json_element.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/c/src/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/json/c/include/tetengo/json/reader.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/c/include/tetengo/json/jsonParser.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/c/include/tetengo/json/element.h | (Unintended) Copyright text changed to $12026... and BOM added |
| library/json/c/include/tetengo/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/json/c/include/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/json/c/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/json/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| library/Makefile.am | Update copyright year in comment header |
| executable/setup/src/winmain.cpp | (Unintended) Copyright text changed to $12026... and BOM added |
| executable/setup/src/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| executable/setup/res/setup.rc | (Unintended) BOM added; LegalCopyright changed to $12026 ... |
| executable/setup/res/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| executable/setup/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| executable/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| docsrc/Makefile.am | (Unintended) BOM added and copyright comment changed to $12026... |
| docsrc/0namespace.dox | (Unintended) Copyright text changed to $12026... and BOM added |
| configure.ac | Update copyright year in comment header |
| bootstrap.sh | Update copyright year in comment header |
| README.md | Update copyright year in README footer |
| Makefile.am | Update copyright year in comment header |
| COPYING | Update copyright year in license header line |
| AUTHORS | Update copyright year in authors header line |
| .github/workflows/windows-visualcpp.yml | Update copyright year in workflow header comment |
| .github/workflows/linux-gcc.yml | Update copyright year in workflow header comment |
| .github/workflows/linux-clang.yml | Update copyright year in workflow header comment |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 300 out of 399 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| cd boost_${{ env.BOOST_VER }} | ||
| ./bootstrap.sh --with-toolset=${{ env.BOOST_BOOTSTRAP_TOOLSET }} | ||
| (./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=${{ env.BOOST_TOOLSET }} variant=release link=static || :) | ||
| (./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=${{ env.BOOST_TOOLSET }} variant=release link=static --without-mpi || :) |
There was a problem hiding this comment.
These Boost build/install commands are still wrapped with || :, which suppresses failures and can let CI proceed with an incomplete or missing Boost install. Since you're modifying these lines, consider removing the error suppression (or replacing it with explicit handling/logging) so CI fails loudly if Boost doesn't build/install as expected.
| (./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=${{ env.BOOST_TOOLSET }} variant=release link=static --without-mpi || :) | |
| ./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=${{ env.BOOST_TOOLSET }} variant=release link=static --without-mpi |
| run: | | ||
| cd .boost_build/boost_${{ env.BOOST_VER }} | ||
| (sudo ./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=${{ env.BOOST_TOOLSET }} variant=release link=static install --prefix=/usr/local || :) | ||
| (sudo ./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=${{ env.BOOST_TOOLSET }} variant=release link=static --without-mpi install --prefix=/usr/local || :) |
There was a problem hiding this comment.
These Boost build/install commands are still wrapped with || :, which suppresses failures and can let CI proceed with an incomplete or missing Boost install. Since you're modifying these lines, consider removing the error suppression (or replacing it with explicit handling/logging) so CI fails loudly if Boost doesn't build/install as expected.
| (sudo ./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=${{ env.BOOST_TOOLSET }} variant=release link=static --without-mpi install --prefix=/usr/local || :) | |
| sudo ./b2 -j ${{ env.CONCURRENT_BUILD }} toolset=${{ env.BOOST_TOOLSET }} variant=release link=static --without-mpi install --prefix=/usr/local || { echo "Boost installation failed; aborting lint job." >&2; exit 1; } |
No description provided.