File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
-------
39
39
MIT License
40
40
41
- Copyright (c) 2022 Chris Roberts
41
+ Copyright (c) 2022-2023 Chris Roberts
42
42
43
43
Permission is hereby granted, free of charge, to any person obtaining a
44
44
copy of this software and associated documentation files
Original file line number Diff line number Diff line change 2
2
_ Specification for the Funcy Virtual Machine (FVM), a stack-based bytecode
3
3
interpreter for Funcy._
4
4
__ Format version ` 2 ` .__
5
- __ Copyright © ; 2022 Chris Roberts__ (Krobbizoid).
5
+ __ Copyright © ; 2022-2023 Chris Roberts__ (Krobbizoid).
6
6
7
7
[ Go back] ( ./readme.md ) .
8
8
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022 Chris Roberts
3
+ Copyright (c) 2022-2023 Chris Roberts
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# Funcy
2
2
_ A toy functional language written in Python._
3
- __ Copyright © ; 2022 Chris Roberts__ (Krobbizoid).
3
+ __ Copyright © ; 2022-2023 Chris Roberts__ (Krobbizoid).
4
4
5
5
# Contents
6
6
1 . [ About] ( #about )
@@ -256,6 +256,6 @@ interface.
256
256
257
257
# License
258
258
Funcy is released under the MIT License:
259
- https://krobbi.github.io/license/2022/mit.txt
259
+ https://krobbi.github.io/license/2022/2023/ mit.txt
260
260
261
261
See [ license.txt] ( ./license.txt ) for a full copy of the license text.
You can’t perform that action at this time.
0 commit comments