Compare commits

...

2 Commits

Author SHA1 Message Date
772e50b92b Update README.md 2025-03-12 06:59:45 +01:00
3dd73a05a7 Update LICENSE 2025-03-09 22:00:54 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -230,3 +230,4 @@ The hypothetical commands `show w' and `show c' should show the appropriate part
You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <https://www.gnu.org/philosophy/why-not-lgpl.html>.

View File

@ -1,3 +1,3 @@
# webby
A small static website builder written in javascript for learning purposes.
A small static website builder written in typescript for learning purposes.