From 7801ea7755f6688dd0665ccb38f369dab80ca2c7 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 4 Jan 2024 10:45:00 +0800 Subject: happy new year! --- src/yuescript/ast.cpp | 2 +- src/yuescript/ast.hpp | 2 +- src/yuescript/parser.cpp | 2 +- src/yuescript/parser.hpp | 2 +- src/yuescript/yue_ast.cpp | 2 +- src/yuescript/yue_ast.h | 2 +- src/yuescript/yue_compiler.cpp | 2 +- src/yuescript/yue_compiler.h | 2 +- src/yuescript/yue_parser.cpp | 2 +- src/yuescript/yue_parser.h | 2 +- src/yuescript/yuescript.cpp | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/yuescript/ast.cpp b/src/yuescript/ast.cpp index 34ff5d9..2bdac81 100644 --- a/src/yuescript/ast.cpp +++ b/src/yuescript/ast.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012, Achilleas Margaritis, modified by Jin Li +/* Copyright (c) 2012, Achilleas Margaritis, modified by Li Jin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/yuescript/ast.hpp b/src/yuescript/ast.hpp index c78d26c..d94caca 100644 --- a/src/yuescript/ast.hpp +++ b/src/yuescript/ast.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012, Achilleas Margaritis, modified by Jin Li +/* Copyright (c) 2012, Achilleas Margaritis, modified by Li Jin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/yuescript/parser.cpp b/src/yuescript/parser.cpp index a7d695e..737deca 100644 --- a/src/yuescript/parser.cpp +++ b/src/yuescript/parser.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012, Achilleas Margaritis, modified by Jin Li +/* Copyright (c) 2012, Achilleas Margaritis, modified by Li Jin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/yuescript/parser.hpp b/src/yuescript/parser.hpp index a0ec396..71bbc1a 100644 --- a/src/yuescript/parser.hpp +++ b/src/yuescript/parser.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012, Achilleas Margaritis, modified by Jin Li +/* Copyright (c) 2012, Achilleas Margaritis, modified by Li Jin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/yuescript/yue_ast.cpp b/src/yuescript/yue_ast.cpp index 5dfacc7..c25f42d 100644 --- a/src/yuescript/yue_ast.cpp +++ b/src/yuescript/yue_ast.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2023 Jin Li, dragon-fly@qq.com +/* Copyright (c) 2024 Li Jin, dragon-fly@qq.com Permission 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: diff --git a/src/yuescript/yue_ast.h b/src/yuescript/yue_ast.h index 6d90add..fc07370 100644 --- a/src/yuescript/yue_ast.h +++ b/src/yuescript/yue_ast.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2023 Jin Li, dragon-fly@qq.com +/* Copyright (c) 2024 Li Jin, dragon-fly@qq.com Permission 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: 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 @@ -/* Copyright (c) 2023 Jin Li, dragon-fly@qq.com +/* Copyright (c) 2024 Li Jin, dragon-fly@qq.com Permission 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: diff --git a/src/yuescript/yue_compiler.h b/src/yuescript/yue_compiler.h index bdffe08..a781b58 100644 --- a/src/yuescript/yue_compiler.h +++ b/src/yuescript/yue_compiler.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2023 Jin Li, dragon-fly@qq.com +/* Copyright (c) 2024 Li Jin, dragon-fly@qq.com Permission 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: diff --git a/src/yuescript/yue_parser.cpp b/src/yuescript/yue_parser.cpp index 4e6105b..6aa0954 100644 --- a/src/yuescript/yue_parser.cpp +++ b/src/yuescript/yue_parser.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2023 Jin Li, dragon-fly@qq.com +/* Copyright (c) 2024 Li Jin, dragon-fly@qq.com Permission 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: diff --git a/src/yuescript/yue_parser.h b/src/yuescript/yue_parser.h index e183bf2..213d33e 100644 --- a/src/yuescript/yue_parser.h +++ b/src/yuescript/yue_parser.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2023 Jin Li, dragon-fly@qq.com +/* Copyright (c) 2024 Li Jin, dragon-fly@qq.com Permission 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: diff --git a/src/yuescript/yuescript.cpp b/src/yuescript/yuescript.cpp index dbaa287..2de5571 100644 --- a/src/yuescript/yuescript.cpp +++ b/src/yuescript/yuescript.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2023 Jin Li, dragon-fly@qq.com +/* Copyright (c) 2024 Li Jin, dragon-fly@qq.com Permission 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: -- cgit v1.2.3-55-g6feb