Skip to content

Commit

Permalink
update YEAR in copyright note
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 19, 2024
1 parent b68bbae commit 886b3e2
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2023 Jakub T. Jankiewicz
Copyright (c) 2018-2024 Jakub T. Jankiewicz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,6 @@ They should be loaded as R7RS libraries in final 1.0.0 version
## License

Released under [MIT](http://opensource.org/licenses/MIT) license<br/>
Copyright (c) 2018-2023 [Jakub T. Jankiewicz](https://jcubic.pl/me)
Copyright (c) 2018-2024 [Jakub T. Jankiewicz](https://jcubic.pl/me)

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjcubic%2Flips.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjcubic%2Flips?ref=badge_large)
10 changes: 5 additions & 5 deletions dist/lips.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/lips.esm.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/lips.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/lips.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/std.scm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/pattern_matching.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; Example pattern matching macro
;;
;; This file is part of the LIPS - Scheme implementation in JavaScript
;; Copyright (C) 2019-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Copyright (C) 2019-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Released under MIT license

(cond-expand
Expand Down
2 changes: 1 addition & 1 deletion examples/streams.scm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; http://people.cs.aau.dk/~normark/prog3-03/html/notes/eval-order_themes-delay-stream-section.html
;;
;; This file is part of the LIPS - Scheme based Powerful lisp in JavaScript
;; Copyright (C) 2019-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Copyright (C) 2019-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Released under MIT license
;;

Expand Down
2 changes: 1 addition & 1 deletion lib/R5RS.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; https://schemers.org/Documents/Standards/R5RS/HTML/
;;
;; This file is part of the LIPS - Scheme based Powerful lisp in JavaScript
;; Copyright (C) 2019-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Copyright (C) 2019-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Released under MIT license
;;
;; (+ 1 (call-with-current-continuation
Expand Down
2 changes: 1 addition & 1 deletion lib/R7RS.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; https://small.r7rs.org/attachment/r7rs.pdf
;;
;; This file is part of the LIPS - Scheme based Powerful lisp in JavaScript
;; Copyright (C) 2019-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Copyright (C) 2019-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Released under MIT license

;; -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap.scm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;; This file contain essential functions and macros for LIPS
;;
;; This file is part of the LIPS - Scheme based Powerful lisp in JavaScript
;; Copyright (C) 2019-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Copyright (C) 2019-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Released under MIT license

;; -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/byte-vectors.scm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays
;;
;; This file is part of the LIPS - Scheme based Powerful lisp in JavaScript
;; Copyright (C) 2019-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Copyright (C) 2019-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Released under MIT license
;;

Expand Down
2 changes: 1 addition & 1 deletion lib/srfi/193.scm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;; implementation of SRFI-193 https://srfi.schemers.org/srfi-193/srfi-193.html
;;
;; This file is part of the LIPS - Scheme based Powerful lisp in JavaScript
;; Copyright (C) 2019-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Copyright (C) 2019-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
;; Released under MIT license
;;

Expand Down
2 changes: 1 addition & 1 deletion src/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* LIPS is Pretty Simple - Scheme based Powerful LISP in JavaScript
*
* Copyright (c) 2018-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* includes:
Expand Down
2 changes: 1 addition & 1 deletion src/lips.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* LIPS is Pretty Simple - Scheme based powerful LISP in JavaScript
*
* Copyright (c) 2018-2023 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Copyright (c) 2018-2024 Jakub T. Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Includes:
Expand Down
2 changes: 1 addition & 1 deletion templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,6 @@ They should be loaded as R7RS libraries in final 1.0.0 version
## License

Released under [MIT](http://opensource.org/licenses/MIT) license<br/>
Copyright (c) 2018-2023 [Jakub T. Jankiewicz](https://jcubic.pl/me)
Copyright (c) 2018-2024 [Jakub T. Jankiewicz](https://jcubic.pl/me)

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjcubic%2Flips.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjcubic%2Flips?ref=badge_large)

0 comments on commit 886b3e2

Please sign in to comment.