updated copyright
updated copyright to 2021
This commit is contained in:
parent
c84cdbc5e4
commit
21ca01e83d
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020 Alessandro Mauri
|
Copyright (c) 2021 Alessandro Mauri
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
2
TODO
2
TODO
@ -5,6 +5,8 @@ Improvements
|
|||||||
* Convert links to present .md files to .html
|
* Convert links to present .md files to .html
|
||||||
* Add support for a ignore list (.rivetignore) maybe per-folder
|
* Add support for a ignore list (.rivetignore) maybe per-folder
|
||||||
* MORE COMMENTS
|
* MORE COMMENTS
|
||||||
|
* Add support for multiple file types and converters, add a list of supported
|
||||||
|
extensions and associated converter functions etc.
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
=========
|
=========
|
||||||
|
2
rivet.sh
2
rivet.sh
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
# Copyright (c) 2020 Alessandro Mauri
|
# Copyright (c) 2021 Alessandro Mauri
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
Loading…
Reference in New Issue
Block a user