Skip to content

Commit c68f8a3

Browse files
committed
Merge pull request #275 from tetengo/happy_new_year
Happy new year (cherry picked from commit 79e9675)
1 parent e32ae03 commit c68f8a3

File tree

399 files changed

+400
-400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

399 files changed

+400
-400
lines changed

.github/workflows/linux-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Actions Workflow
22
# Build with Clang on Linux
3-
# Copyright 2019-2022 kaoru https://www.tetengo.org/
3+
# Copyright 2019-2023 kaoru https://www.tetengo.org/
44

55
name: Linux - Clang
66

.github/workflows/linux-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Actions Workflow
22
# Build with GCC on Linux
3-
# Copyright 2019-2022 kaoru https://www.tetengo.org/
3+
# Copyright 2019-2023 kaoru https://www.tetengo.org/
44

55
name: Linux - GCC
66

.github/workflows/windows-visualcpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Actions Workflow
22
# Build with Visual C++ on Windows
3-
# Copyright 2019-2022 kaoru https://www.tetengo.org/
3+
# Copyright 2019-2023 kaoru https://www.tetengo.org/
44

55
name: Windows - Visual C++
66

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (C) 2019-2022 kaoru https://www.tetengo.org/
1+
Copyright (C) 2019-2023 kaoru https://www.tetengo.org/

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2019-2022 kaoru https://www.tetengo.org/
1+
Copyright (C) 2019-2023 kaoru https://www.tetengo.org/
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Automake Settings
2-
# Copyright (C) 2019-2022 kaoru https://www.tetengo.org/
2+
# Copyright (C) 2019-2023 kaoru https://www.tetengo.org/
33

44
ACLOCAL_AMFLAGS = -I m4
55

README.md

Lines changed: 1 addition & 1 deletion

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Bootstrap Script
3-
# Copyright (C) 2019-2022 kaoru https://www.tetengo.org/
3+
# Copyright (C) 2019-2023 kaoru https://www.tetengo.org/
44

55
aclocal -I m4 && \
66
autoheader && \

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Autoconf Settings
2-
# Copyright (C) 2019-2022 kaoru https://www.tetengo.org/
2+
# Copyright (C) 2019-2023 kaoru https://www.tetengo.org/
33

44
#### General ####
55
AC_PREREQ([2.69])

docsrc/0namespace.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*! \file
22
\brief Document for Doxygen.
33

4-
Copyright (C) 2019-2022 kaoru https://www.tetengo.org/
4+
Copyright (C) 2019-2023 kaoru https://www.tetengo.org/
55
*/
66

77
/*! \namespace tetengo

0 commit comments

Comments
 (0)