regions/RS.js">RS.js 77628cf8bf first comm il y a 2 ans RU.js 77628cf8bf first comm il y a 2 ans RW.js 77628cf8bf first comm il y a 2 ans SA.js 77628cf8bf first comm il y a 2 ans SB.js 77628cf8bf first comm il y a 2 ans SC.js 77628cf8bf first comm il y a 2 ans SD.js 77628cf8bf first comm il y a 2 ans SE.js 77628cf8bf first comm il y a 2 ans SG.js 77628cf8bf first comm il y a 2 ans SH.js 77628cf8bf first comm il y a 2 ans SI.js 77628cf8bf first comm il y a 2 ans SK.js 77628cf8bf first comm il y a 2 ans SL.js 77628cf8bf first comm il y a 2 ans SM.js 77628cf8bf first comm il y a 2 ans SN.js 77628cf8bf first comm il y a 2 ans SO.js 77628cf8bf first comm il y a 2 ans SR.js 77628cf8bf first comm il y a 2 ans ST.js 77628cf8bf first comm il y a 2 ans SV.js 77628cf8bf first comm il y a 2 ans SY.js 77628cf8bf first comm il y a 2 ans SZ.js 77628cf8bf first comm il y a 2 ans TC.js 77628cf8bf first comm il y a 2 ans TD.js 77628cf8bf first comm il y a 2 ans TG.js 77628cf8bf first comm il y a 2 ans TH.js 77628cf8bf first comm il y a 2 ans TJ.js 77628cf8bf first comm il y a 2 ans TK.js 77628cf8bf first comm il y a 2 ans TL.js 77628cf8bf first comm il y a 2 ans TM.js 77628cf8bf first comm il y a 2 ans TN.js 77628cf8bf first comm il y a 2 ans TO.js 77628cf8bf first comm il y a 2 ans TR.js 77628cf8bf first comm il y a 2 ans TT.js 77628cf8bf first comm il y a 2 ans TV.js 77628cf8bf first comm il y a 2 ans TW.js 77628cf8bf first comm il y a 2 ans TZ.js 77628cf8bf first comm il y a 2 ans UA.js 77628cf8bf first comm il y a 2 ans UG.js 77628cf8bf first comm il y a 2 ans US.js 77628cf8bf first comm il y a 2 ans UY.js 77628cf8bf first comm il y a 2 ans UZ.js 77628cf8bf first comm il y a 2 ans VA.js 77628cf8bf first comm il y a 2 ans VC.js 77628cf8bf first comm il y a 2 ans VE.js 77628cf8bf first comm il y a 2 ans VG.js 77628cf8bf first comm il y a 2 ans VI.js 77628cf8bf first comm il y a 2 ans VN.js 77628cf8bf first comm il y a 2 ans VU.js 77628cf8bf first comm il y a 2 ans WF.js 77628cf8bf first comm il y a 2 ans WS.js 77628cf8bf first comm il y a 2 ans YE.js 77628cf8bf first comm il y a 2 ans YT.js 77628cf8bf first comm il y a 2 ans ZA.js 77628cf8bf first comm il y a 2 ans ZM.js 77628cf8bf first comm il y a 2 ans ZW.js 77628cf8bf first comm il y a 2 ans alt-af.js 77628cf8bf first comm il y a 2 ans alt-an.js 77628cf8bf first comm il y a 2 ans alt-as.js 77628cf8bf first comm il y a 2 ans alt-eu.js 77628cf8bf first comm il y a 2 ans alt-na.js 77628cf8bf first comm il y a 2 ans alt-oc.js 77628cf8bf first comm il y a 2 ans alt-sa.js 77628cf8bf first comm il y a 2 ans alt-ww.js 77628cf8bf first comm il y a 2 ans tmt/tiger_frontend - Gogs: Simplico Git Service

Bez popisu

LICENSE 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. The ISC License
  2. Copyright (c) Isaac Z. Schlueter and Contributors
  3. Permission to use, copy, modify, and/or distribute this software for any
  4. purpose with or without fee is hereby granted, provided that the above
  5. copyright notice and this permission notice appear in all copies.
  6. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  7. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  8. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  9. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  10. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  11. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  12. IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  13. ----
  14. This library bundles a version of the `fs.realpath` and `fs.realpathSync`
  15. methods from Node.js v0.10 under the terms of the Node.js MIT license.
  16. Node's license follows, also included at the header of `old.js` which contains
  17. the licensed code:
  18. Copyright Joyent, Inc. and other Node contributors.
  19. Permission is hereby granted, free of charge, to any person obtaining a
  20. copy of this software and associated documentation files (the "Software"),
  21. to deal in the Software without restriction, including without limitation
  22. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  23. and/or sell copies of the Software, and to permit persons to whom the
  24. Software is furnished to do so, subject to the following conditions:
  25. The above copyright notice and this permission notice shall be included in
  26. all copies or substantial portions of the Software.
  27. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  28. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  29. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  30. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  31. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  32. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  33. DEALINGS IN THE SOFTWARE.