lyon 4 سال پیش
والد
کامیت
e25cbbef92
32فایلهای تغییر یافته به همراه32 افزوده شده و 32 حذف شده
  1. 1 1
      src/BaseObj.c
  2. 1 1
      src/BaseObj.h
  3. 1 1
      src/PikaObj.c
  4. 1 1
      src/PikaObj.h
  5. 1 1
      src/PikaParser.c
  6. 1 1
      src/PikaParser.h
  7. 1 1
      src/PikaPlatform.c
  8. 1 1
      src/PikaPlatform.h
  9. 1 1
      src/PikaVM.c
  10. 1 1
      src/PikaVM.h
  11. 1 1
      src/TinyObj.c
  12. 1 1
      src/TinyObj.h
  13. 1 1
      src/dataArg.c
  14. 1 1
      src/dataArg.h
  15. 1 1
      src/dataArgs.c
  16. 1 1
      src/dataArgs.h
  17. 1 1
      src/dataLink.c
  18. 1 1
      src/dataLink.h
  19. 1 1
      src/dataLinkNode.c
  20. 1 1
      src/dataLinkNode.h
  21. 1 1
      src/dataMemory.c
  22. 1 1
      src/dataMemory.h
  23. 1 1
      src/dataQueue.c
  24. 1 1
      src/dataQueue.h
  25. 1 1
      src/dataQueueObj.c
  26. 1 1
      src/dataQueueObj.h
  27. 1 1
      src/dataStack.c
  28. 1 1
      src/dataStack.h
  29. 1 1
      src/dataString.c
  30. 1 1
      src/dataString.h
  31. 1 1
      src/dataStrs.c
  32. 1 1
      src/dataStrs.h

+ 1 - 1
src/BaseObj.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/BaseObj.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/PikaObj.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/PikaObj.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/PikaParser.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/PikaParser.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/PikaPlatform.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/PikaPlatform.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/PikaVM.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/PikaVM.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/TinyObj.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/TinyObj.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataArg.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataArg.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataArgs.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataArgs.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataLink.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataLink.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataLinkNode.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataLinkNode.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataMemory.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataMemory.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataQueue.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataQueue.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataQueueObj.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataQueueObj.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataStack.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataStack.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataString.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataString.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataStrs.c

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
src/dataStrs.h

@@ -4,7 +4,7 @@
  *
  *
  * MIT License
  * MIT License
  *
  *
- * Copyright (c) 2021 lyon 李昂 liang6516@outlook.cmo
+ * Copyright (c) 2021 lyon 李昂 liang6516@outlook.com
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal