Skip to content

Commit

Permalink
chore: Add copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 18, 2024
1 parent e1eb7b5 commit d0c1c88
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 the JayCeS authors. All rights reserved.
# Copyright 2023-2024 the JayCeS authors. All rights reserved.
#
# MIT license.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Jen-Chieh Shen
Copyright (c) 2023-present Jen-Chieh Shen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion include/basic.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2023 the JayCeS authors. All rights reserved.
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
*
* MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion include/env.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2023 the JayCeS authors. All rights reserved.
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
*
* MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion include/lexer.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2023 the JayCeS authors. All rights reserved.
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
*
* MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion include/logger.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2023 the JayCeS authors. All rights reserved.
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
*
* MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion include/parser.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2023 the JayCeS authors. All rights reserved.
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
*
* MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion include/token.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2023 the JayCeS authors. All rights reserved.
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
*
* MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:: Copyright 2023 the JayCeS authors. All rights reserved.
:: Copyright 2023-2024 the JayCeS authors. All rights reserved.
::
:: MIT license.

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_cmake.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:: Copyright 2023 the JayCeS authors. All rights reserved.
:: Copyright 2023-2024 the JayCeS authors. All rights reserved.
::
:: MIT license.

Expand Down
2 changes: 1 addition & 1 deletion scripts/run.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:: Copyright 2023 the JayCeS authors. All rights reserved.
:: Copyright 2023-2024 the JayCeS authors. All rights reserved.
::
:: MIT license.

Expand Down
2 changes: 1 addition & 1 deletion src/lexer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2023 the JayCeS authors. All rights reserved.
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
*
* MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/logger.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2023 the JayCeS authors. All rights reserved.
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
*
* MIT license.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2023 the JayCeS authors. All rights reserved.
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
*
* MIT license.
*/
Expand Down

0 comments on commit d0c1c88

Please sign in to comment.