2.39341471.chunk.js.LICENSE.txt 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /*
  2. object-assign
  3. (c) Sindre Sorhus
  4. @license MIT
  5. */
  6. /*!
  7. * DevExpress Diagram (dx-diagram)
  8. * Version: 1.0.13
  9. * Build date: Fri Jul 24 2020
  10. *
  11. * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
  12. * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
  13. */
  14. /*!
  15. * DevExpress Gantt (dx-gantt)
  16. * Version: 1.0.7
  17. * Build date: Fri Jun 26 2020
  18. *
  19. * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
  20. * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
  21. */
  22. /*!
  23. * Quill Editor v1.3.7
  24. * https://quilljs.com/
  25. * Copyright (c) 2014, Jason Chen
  26. * Copyright (c) 2013, salesforce.com
  27. */
  28. /*!
  29. * The buffer module from node.js, for the browser.
  30. *
  31. * @author Feross Aboukhadijeh <http://feross.org>
  32. * @license MIT
  33. */
  34. /*!
  35. * devextreme-react
  36. * Version: 20.1.7-build-20212-0313
  37. * Build date: Thu Jul 30 2020
  38. *
  39. * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
  40. *
  41. * This software may be modified and distributed under the terms
  42. * of the MIT license. See the LICENSE file in the root of the project for details.
  43. *
  44. * https://github.com/DevExpress/devextreme-react
  45. */
  46. /*! *****************************************************************************
  47. Copyright (c) Microsoft Corporation.
  48. Permission to use, copy, modify, and/or distribute this software for any
  49. purpose with or without fee is hereby granted.
  50. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
  51. REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  52. AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
  53. INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  54. LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  55. OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  56. PERFORMANCE OF THIS SOFTWARE.
  57. ***************************************************************************** */
  58. /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
  59. /** @license React v0.19.1
  60. * scheduler.production.min.js
  61. *
  62. * Copyright (c) Facebook, Inc. and its affiliates.
  63. *
  64. * This source code is licensed under the MIT license found in the
  65. * LICENSE file in the root directory of this source tree.
  66. */
  67. /** @license React v16.13.1
  68. * react-dom.production.min.js
  69. *
  70. * Copyright (c) Facebook, Inc. and its affiliates.
  71. *
  72. * This source code is licensed under the MIT license found in the
  73. * LICENSE file in the root directory of this source tree.
  74. */
  75. /** @license React v16.13.1
  76. * react-is.production.min.js
  77. *
  78. * Copyright (c) Facebook, Inc. and its affiliates.
  79. *
  80. * This source code is licensed under the MIT license found in the
  81. * LICENSE file in the root directory of this source tree.
  82. */
  83. /** @license React v16.13.1
  84. * react.production.min.js
  85. *
  86. * Copyright (c) Facebook, Inc. and its affiliates.
  87. *
  88. * This source code is licensed under the MIT license found in the
  89. * LICENSE file in the root directory of this source tree.
  90. */
  91. /** @preserve
  92. * Counter block mode compatible with Dr Brian Gladman fileenc.c
  93. * derived from CryptoJS.mode.CTR
  94. * Jan Hruby jhruby.web@gmail.com
  95. */
  96. /** @preserve
  97. (c) 2012 by Cédric Mesnil. All rights reserved.
  98. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  99. - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  100. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  101. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  102. */