Skip to content

Commit b1f9582

Browse files
committed
Clean: update copyright year.
1 parent 602a812 commit b1f9582

Some content is hidden

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

60 files changed

+60
-60
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Bryan A. Jones.
1+
# Copyright (C) 2025 Bryan A. Jones.
22
#
33
# This file is part of the CodeChat Editor.
44
#

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Bryan A. Jones.
1+
# Copyright (C) 2025 Bryan A. Jones.
22
#
33
# This file is part of the CodeChat Editor.
44
#

README.md

Lines changed: 1 addition & 1 deletion

builder/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Bryan A. Jones.
1+
# Copyright (C) 2025 Bryan A. Jones.
22
#
33
# This file is part of the CodeChat Editor.
44
#

builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Bryan A. Jones.
1+
# Copyright (C) 2025 Bryan A. Jones.
22
#
33
# This file is part of the CodeChat Editor.
44
#

builder/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023 Bryan A. Jones.
1+
// Copyright (C) 2025 Bryan A. Jones.
22
//
33
// This file is part of the CodeChat Editor. The CodeChat Editor is free
44
// software: you can redistribute it and/or modify it under the terms of the GNU

client/.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Bryan A. Jones.
1+
# Copyright (C) 2025 Bryan A. Jones.
22
#
33
# This file is part of the CodeChat Editor.
44
#

client/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 Bryan A. Jones.
1+
# Copyright (C) 2025 Bryan A. Jones.
22
#
33
# This file is part of the CodeChat Editor.
44
#

client/.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023 Bryan A. Jones.
1+
// Copyright (C) 2025 Bryan A. Jones.
22
//
33
// This file is part of the CodeChat Editor. The CodeChat Editor is free
44
// software: you can redistribute it and/or modify it under the terms of the GNU

client/.prettierrc.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2023 Bryan A. Jones.
1+
// Copyright (C) 2025 Bryan A. Jones.
22
//
33
// This file is part of the CodeChat Editor. The CodeChat Editor is free
44
// software: you can redistribute it and/or modify it under the terms of the GNU

0 commit comments

Comments
 (0)