Skip to content

Commit b38c9d3

Browse files
committed
Update copyright year
1 parent 6de27b6 commit b38c9d3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

funcy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
-------
3939
MIT License
4040
41-
Copyright (c) 2022 Chris Roberts
41+
Copyright (c) 2022-2023 Chris Roberts
4242
4343
Permission is hereby granted, free of charge, to any person obtaining a
4444
copy of this software and associated documentation files

fvm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
_Specification for the Funcy Virtual Machine (FVM), a stack-based bytecode
33
interpreter for Funcy._
44
__Format version `2`.__
5-
__Copyright © 2022 Chris Roberts__ (Krobbizoid).
5+
__Copyright © 2022-2023 Chris Roberts__ (Krobbizoid).
66

77
[Go back](./readme.md).
88

license.txt

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) 2022 Chris Roberts
3+
Copyright (c) 2022-2023 Chris Roberts
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

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Funcy
22
_A toy functional language written in Python._
3-
__Copyright © 2022 Chris Roberts__ (Krobbizoid).
3+
__Copyright © 2022-2023 Chris Roberts__ (Krobbizoid).
44

55
# Contents
66
1. [About](#about)
@@ -256,6 +256,6 @@ interface.
256256

257257
# License
258258
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
260260

261261
See [license.txt](./license.txt) for a full copy of the license text.

0 commit comments

Comments
 (0)