aboutsummaryrefslogtreecommitdiff
path: root/src/yuescript/yue_compiler.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2024-01-04 10:45:00 +0800
committerLi Jin <dragon-fly@qq.com>2024-01-04 10:45:13 +0800
commit7801ea7755f6688dd0665ccb38f369dab80ca2c7 (patch)
tree6b3daf60249fa34ab7f200a3bddc0fcc3be5aec5 /src/yuescript/yue_compiler.cpp
parent7de25e2ef75a748356c79d0015a5d934dde4c216 (diff)
downloadyuescript-7801ea7755f6688dd0665ccb38f369dab80ca2c7.tar.gz
yuescript-7801ea7755f6688dd0665ccb38f369dab80ca2c7.tar.bz2
yuescript-7801ea7755f6688dd0665ccb38f369dab80ca2c7.zip
happy new year!
Diffstat (limited to '')
-rw-r--r--src/yuescript/yue_compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuescript/yue_compiler.cpp b/src/yuescript/yue_compiler.cpp
index f163bdf..ba74d91 100644
--- a/src/yuescript/yue_compiler.cpp
+++ b/src/yuescript/yue_compiler.cpp
@@ -1,4 +1,4 @@
1/* Copyright (c) 2023 Jin Li, dragon-fly@qq.com 1/* Copyright (c) 2024 Li Jin, dragon-fly@qq.com
2 2
3Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 3Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4 4