Skip to content

Commit d0c1c88

Browse files
committed
chore: Add copyright year
1 parent e1eb7b5 commit d0c1c88

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 the JayCeS authors. All rights reserved.
1+
# Copyright 2023-2024 the JayCeS authors. All rights reserved.
22
#
33
# MIT license.
44

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Jen-Chieh Shen
3+
Copyright (c) 2023-present Jen-Chieh Shen
44

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

include/basic.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 the JayCeS authors. All rights reserved.
2+
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
33
*
44
* MIT license.
55
*/

include/env.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 the JayCeS authors. All rights reserved.
2+
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
33
*
44
* MIT license.
55
*/

include/lexer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 the JayCeS authors. All rights reserved.
2+
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
33
*
44
* MIT license.
55
*/

include/logger.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 the JayCeS authors. All rights reserved.
2+
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
33
*
44
* MIT license.
55
*/

include/parser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 the JayCeS authors. All rights reserved.
2+
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
33
*
44
* MIT license.
55
*/

include/token.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 the JayCeS authors. All rights reserved.
2+
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
33
*
44
* MIT license.
55
*/

scripts/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:: Copyright 2023 the JayCeS authors. All rights reserved.
1+
:: Copyright 2023-2024 the JayCeS authors. All rights reserved.
22
::
33
:: MIT license.
44

scripts/build_cmake.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:: Copyright 2023 the JayCeS authors. All rights reserved.
1+
:: Copyright 2023-2024 the JayCeS authors. All rights reserved.
22
::
33
:: MIT license.
44

scripts/run.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:: Copyright 2023 the JayCeS authors. All rights reserved.
1+
:: Copyright 2023-2024 the JayCeS authors. All rights reserved.
22
::
33
:: MIT license.
44

src/lexer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 the JayCeS authors. All rights reserved.
2+
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
33
*
44
* MIT license.
55
*/

src/logger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 the JayCeS authors. All rights reserved.
2+
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
33
*
44
* MIT license.
55
*/

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 the JayCeS authors. All rights reserved.
2+
* Copyright 2023-2024 the JayCeS authors. All rights reserved.
33
*
44
* MIT license.
55
*/

0 commit comments

Comments
 (0)