2018-01-05 19:06:10 +01:00
|
|
|
package treerack
|
|
|
|
|
|
|
|
// The below doc doesn't apply to treerack's source code
|
|
|
|
// only to the source code generated with treerack.
|
|
|
|
const gendoc = `
|
|
|
|
/*
|
2018-01-06 20:30:00 +01:00
|
|
|
This file was generated with treerack (https://github.com/aryszka/treerack).
|
2018-01-05 19:06:10 +01:00
|
|
|
|
|
|
|
The contents of this file fall under different licenses.
|
|
|
|
|
|
|
|
The code between the "// head" and "// eo head" lines falls under the same
|
|
|
|
license as the source code of treerack (https://github.com/aryszka/treerack),
|
|
|
|
unless explicitly stated otherwise, if treerack's license allows changing the
|
|
|
|
license of this source code.
|
|
|
|
|
|
|
|
Treerack's license: MIT https://opensource.org/licenses/MIT
|
2018-01-06 21:30:07 +01:00
|
|
|
where YEAR=2017, COPYRIGHT HOLDER=Arpad Ryszka (arpad.ryszka@gmail.com)
|
2018-01-05 19:06:10 +01:00
|
|
|
|
|
|
|
The rest of the content of this file falls under the same license as the one
|
|
|
|
that the user of treerack generating this file declares for it, or it is
|
|
|
|
unlicensed.
|
|
|
|
*/
|
|
|
|
`
|