1
0

core-install.js.LICENSE.txt 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /**
  2. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  3. *
  4. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  5. * @author John Molakvoæ <skjnldsv@protonmail.com>
  6. *
  7. * @license AGPL-3.0-or-later
  8. *
  9. * This program is free software: you can redistribute it and/or modify
  10. * it under the terms of the GNU Affero General Public License as
  11. * published by the Free Software Foundation, either version 3 of the
  12. * License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU Affero General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Affero General Public License
  20. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. *
  22. */
  23. /**
  24. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  25. *
  26. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  27. * @author John Molakvoæ <skjnldsv@protonmail.com>
  28. *
  29. * @license AGPL-3.0-or-later
  30. *
  31. * This program is free software: you can redistribute it and/or modify
  32. * it under the terms of the GNU Affero General Public License as
  33. * published by the Free Software Foundation, either version 3 of the
  34. * License, or (at your option) any later version.
  35. *
  36. * This program is distributed in the hope that it will be useful,
  37. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  38. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  39. * GNU Affero General Public License for more details.
  40. *
  41. * You should have received a copy of the GNU Affero General Public License
  42. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  43. *
  44. */
  45. /**
  46. * @copyright 2019 Julius Härtl <jus@bitgrid.net>
  47. *
  48. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  49. * @author John Molakvoæ <skjnldsv@protonmail.com>
  50. * @author Julius Härtl <jus@bitgrid.net>
  51. *
  52. * @license AGPL-3.0-or-later
  53. *
  54. * This program is free software: you can redistribute it and/or modify
  55. * it under the terms of the GNU Affero General Public License as
  56. * published by the Free Software Foundation, either version 3 of the
  57. * License, or (at your option) any later version.
  58. *
  59. * This program is distributed in the hope that it will be useful,
  60. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  61. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  62. * GNU Affero General Public License for more details.
  63. *
  64. * You should have received a copy of the GNU Affero General Public License
  65. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  66. *
  67. */
  68. /**
  69. * @copyright Copyright (c) 2016 Julius Härtl <jus@bitgrid.net>
  70. *
  71. * @author John Molakvoæ <skjnldsv@protonmail.com>
  72. * @author Julius Härtl <jus@bitgrid.net>
  73. * @author Richard Steinmetz <richard@steinmetz.cloud>
  74. *
  75. * @license AGPL-3.0-or-later
  76. *
  77. * This program is free software: you can redistribute it and/or modify
  78. * it under the terms of the GNU Affero General Public License as
  79. * published by the Free Software Foundation, either version 3 of the
  80. * License, or (at your option) any later version.
  81. *
  82. * This program is distributed in the hope that it will be useful,
  83. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  84. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  85. * GNU Affero General Public License for more details.
  86. *
  87. * You should have received a copy of the GNU Affero General Public License
  88. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  89. *
  90. */
  91. /**
  92. * @name Show Password
  93. * @description
  94. * @version 1.3.0
  95. * @requires Jquery 1.5
  96. *
  97. * @author Jan Jarfalk <jan.jarfalk@unwrongest.com>
  98. * author-website http://www.unwrongest.com
  99. *
  100. * special-thanks Michel Gratton
  101. *
  102. * @license MIT
  103. */