NOTICE 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. Apache DolphinScheduler
  2. Copyright 2019-2023 The Apache Software Foundation
  3. This product includes software developed at
  4. The Apache Software Foundation (http://www.apache.org/).
  5. mybatis-3
  6. iBATIS
  7. This product includes software developed by
  8. The Apache Software Foundation (http://www.apache.org/).
  9. Copyright 2010 The Apache Software Foundation
  10. Licensed under the Apache License, Version 2.0 (the "License");
  11. you may not use this file except in compliance with the License.
  12. You may obtain a copy of the License at
  13. http://www.apache.org/licenses/LICENSE-2.0
  14. Unless required by applicable law or agreed to in writing, software
  15. distributed under the License is distributed on an "AS IS" BASIS,
  16. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  17. See the License for the specific language governing permissions and
  18. limitations under the License.
  19. OGNL
  20. //--------------------------------------------------------------------------
  21. // Copyright (c) 2004, Drew Davidson and Luke Blanshard
  22. // All rights reserved.
  23. //
  24. // Redistribution and use in source and binary forms, with or without
  25. // modification, are permitted provided that the following conditions are
  26. // met:
  27. //
  28. // Redistributions of source code must retain the above copyright notice,
  29. // this list of conditions and the following disclaimer.
  30. // Redistributions in binary form must reproduce the above copyright
  31. // notice, this list of conditions and the following disclaimer in the
  32. // documentation and/or other materials provided with the distribution.
  33. // Neither the name of the Drew Davidson nor the names of its contributors
  34. // may be used to endorse or promote products derived from this software
  35. // without specific prior written permission.
  36. //
  37. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  38. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  39. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  40. // FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  41. // COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  42. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  43. // BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
  44. // OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
  45. // AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  46. // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
  47. // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  48. // DAMAGE.
  49. //--------------------------------------------------------------------------
  50. Refactored SqlBuilder class (SQL, AbstractSQL)
  51. This product includes software developed by
  52. Adam Gent (https://gist.github.com/3650165)
  53. Copyright 2010 Adam Gent
  54. Licensed under the Apache License, Version 2.0 (the "License");
  55. you may not use this file except in compliance with the License.
  56. You may obtain a copy of the License at
  57. http://www.apache.org/licenses/LICENSE-2.0
  58. Unless required by applicable law or agreed to in writing, software
  59. distributed under the License is distributed on an "AS IS" BASIS,
  60. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  61. See the License for the specific language governing permissions and
  62. limitations under the License.
  63. Spring Framework ${version}
  64. Copyright (c) 2002-${copyright} Pivotal, Inc.
  65. This product is licensed to you under the Apache License, Version 2.0
  66. (the "License"). You may not use this product except in compliance with
  67. the License.
  68. This product may include a number of subcomponents with separate
  69. copyright notices and license terms. Your use of the source code for
  70. these subcomponents is subject to the terms and conditions of the
  71. subcomponent's license, as noted in the license.txt file.