NOTICE 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. Copyright 2007-2011, JA-SIG, Inc.
  2. This project includes software developed by Jasig.
  3. http://www.jasig.org/
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this software except in compliance with the License.
  6. You may obtain a copy of the License at:
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. ===========================================================================
  14. Copyright © 2003-2007, The ESUP-Portail consortium
  15. Requirements for sources originally licensed under the New BSD License:
  16. Redistribution and use in source and binary forms, with or without
  17. modification, are permitted provided that the following conditions
  18. are met:
  19. - Redistributions of source code must retain the above copyright notice,
  20. this list of conditions and the following disclaimer.
  21. - Redistributions in binary form must reproduce the above copyright notice,
  22. this list of conditions and the following disclaimer in the documentation
  23. and/or other materials provided with the distribution.
  24. - Neither the name of JA-SIG, Inc. nor the names of its contributors may be
  25. used to endorse or promote products derived from this software without
  26. specific prior written permission.
  27. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  28. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  29. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  30. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  31. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  32. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  33. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  34. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  35. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  36. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  37. POSSIBILITY OF SUCH DAMAGE.
  38. ===========================================================================
  39. Copyright (c) 2009, Regents of the University of Nebraska
  40. All rights reserved.
  41. Requirements for CAS_Autloader originally licensed under the New BSD License:
  42. Redistribution and use in source and binary forms, with or without modification,
  43. are permitted provided that the following conditions are met:
  44. Redistributions of source code must retain the above copyright notice, this list
  45. of conditions and the following disclaimer.
  46. Redistributions in binary form must reproduce the above copyright notice, this
  47. list of conditions and the following disclaimer in the documentation and/or
  48. other materials provided with the distribution.
  49. Neither the name of the University of Nebraska nor the names of its contributors
  50. may be used to endorse or promote products derived from this software without
  51. specific prior written permission.
  52. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  53. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  54. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  55. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  56. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  57. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  58. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  59. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  60. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  61. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  62. POSSIBILITY OF SUCH DAMAGE.