mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
As noted by @twMat over on the [mailing
list](https://groups.google.com/d/msgid/tiddlywikidev/8571ba0d-da8e-449a -bad2-a21e3f2587aa%40googlegroups.com), GitHub has stopped recognising TiddlyWiki’s license file — see https://help.github.com/articles/adding-a-license-to-a-repository/. This commit is intended to fix that
This commit is contained in:
parent
8dc971a11e
commit
4bf626d741
@ -42,7 +42,7 @@
|
||||
"--rendertiddler","ReadMe","readme.md","text/html",
|
||||
"--rendertiddler","ReadMeBinFolder","bin/readme.md","text/html",
|
||||
"--rendertiddler","ContributingTemplate","contributing.md","text/html",
|
||||
"--rendertiddler","$:/core/copyright.txt","license.md","text/plain"],
|
||||
"--rendertiddler","$:/core/copyright.txt","license","text/plain"],
|
||||
"tw2": [
|
||||
"--rendertiddler","TiddlyWiki2ReadMe","tw2/readme.md","text/html"],
|
||||
"static": [
|
||||
|
@ -1,7 +1,7 @@
|
||||
TiddlyWiki created by Jeremy Ruston, (jeremy [at] jermolene [dot] com)
|
||||
|
||||
Copyright © Jeremy Ruston 2004-2007
|
||||
Copyright © UnaMesa Association 2007-2017
|
||||
Copyright © UnaMesa Association 2007-2016
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
are permitted provided that the following conditions are met:
|
Loading…
Reference in New Issue
Block a user