Skip to content

Commit c2fe2b0

Browse files
committed
Correct licence and comments
1 parent b11bfb6 commit c2fe2b0

22 files changed

Lines changed: 32 additions & 34 deletions

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) 2024 Hiperión
3+
Copyright (c) 2024 Emiliano Augusto Gonzalez (egonzalez . hiperion @ gmail . com)
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

assembler_disassembler/vm_assembler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* please contact their authors for more information.
1111
*
12-
* @author Emiliano Gonzalez (egonzalez . hiperion @ gmail . com))
12+
* @author Emiliano Augusto Gonzalez (egonzalez . hiperion @ gmail . com)
1313
* @date 2024
1414
* @copyright MIT License
1515
* @see https://github.com/hiperiondev/stack_vm

assembler_disassembler/vm_assembler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* please contact their authors for more information.
1111
*
12-
* @author Emiliano Gonzalez (egonzalez . hiperion @ gmail . com))
12+
* @author Emiliano Augusto Gonzalez (egonzalez . hiperion @ gmail . com)
1313
* @date 2024
1414
* @copyright MIT License
1515
* @see https://github.com/hiperiondev/stack_vm

assembler_disassembler/vm_assembler_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* please contact their authors for more information.
1111
*
12-
* @author Emiliano Gonzalez (egonzalez . hiperion @ gmail . com))
12+
* @author Emiliano Augusto Gonzalez (egonzalez . hiperion @ gmail . com)
1313
* @date 2024
1414
* @copyright MIT License
1515
* @see https://github.com/hiperiondev/stack_vm

assembler_disassembler/vm_assembler_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* please contact their authors for more information.
1111
*
12-
* @author Emiliano Gonzalez (egonzalez . hiperion @ gmail . com))
12+
* @author Emiliano Augusto Gonzalez (egonzalez . hiperion @ gmail . com)
1313
* @date 2024
1414
* @copyright MIT License
1515
* @see https://github.com/hiperiondev/stack_vm

assembler_disassembler/vm_disassembler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* please contact their authors for more information.
1111
*
12-
* @author Emiliano Gonzalez (egonzalez . hiperion @ gmail . com))
12+
* @author Emiliano Augusto Gonzalez (egonzalez . hiperion @ gmail . com)
1313
* @date 2024
1414
* @copyright MIT License
1515
* @see https://github.com/hiperiondev/stack_vm

assembler_disassembler/vm_disassembler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* please contact their authors for more information.
1111
*
12-
* @author Emiliano Gonzalez (egonzalez . hiperion @ gmail . com))
12+
* @author Emiliano Augusto Gonzalez (egonzalez . hiperion @ gmail . com)
1313
* @date 2024
1414
* @copyright MIT License
1515
* @see https://github.com/hiperiondev/stack_vm

assembler_disassembler/vm_opcodes_def.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* please contact their authors for more information.
1111
*
12-
* @author Emiliano Gonzalez (egonzalez . hiperion @ gmail . com))
12+
* @author Emiliano Augusto Gonzalez (egonzalez . hiperion @ gmail . com)
1313
* @date 2024
1414
* @copyright MIT License
1515
* @see https://github.com/hiperiondev/stack_vm

assembler_disassembler/vm_opcodes_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* please contact their authors for more information.
1111
*
12-
* @author Emiliano Gonzalez (egonzalez . hiperion @ gmail . com))
12+
* @author Emiliano Augusto Gonzalez (egonzalez . hiperion @ gmail . com)
1313
* @date 2024
1414
* @copyright MIT License
1515
* @see https://github.com/hiperiondev/stack_vm

examples/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* please contact their authors for more information.
1111
*
12-
* @author Emiliano Gonzalez (egonzalez . hiperion @ gmail . com))
12+
* @author Emiliano Augusto Gonzalez (egonzalez . hiperion @ gmail . com)
1313
* @date 2024
1414
* @copyright MIT License
1515
* @see https://github.com/hiperiondev/stack_vm

0 commit comments

Comments
 (0)