aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorhistoria <gravel.justness270@slmail.me>2024-07-26 05:21:32 -0400
committerhistoria <gravel.justness270@slmail.me>2024-07-26 05:21:32 -0400
commit9ba419479378a5e827f9e815a4faaf38983b1e13 (patch)
treed32af1966f97c17f9662fb141c96685f98a77913 /LICENSE
parent6d419844c18f2eb1f74a2b36c8e37071cde6a440 (diff)
downloadsoon-9ba419479378a5e827f9e815a4faaf38983b1e13.tar.gz
Removing < and > operators because they do not have much real world use. Replacing these with ranges indicated with a dash as documented in the README. Partially implemented a shunting yard algorithm to parse parentheses but will likely simplify this and remove support for parentheses outside of date groups. The complex example cases with parens aren't realistic.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE2
1 files changed, 1 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index 6a6f3d8..afe899b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024
+Copyright (c) 2024 historia
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: