license.txt 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. * All source code, binaries, documentation and other files distributed
  3. * with the Acegi Security System for Spring (except the third-party libraries
  4. * in the "lib" directories, included in the "-with-dependencies" download)
  5. * are subject to the following license terms, and are held under the
  6. * following copyright notice.
  7. *
  8. * ============================================================================
  9. * The Apache Software License, Version 1.1
  10. * ============================================================================
  11. *
  12. * Copyright (C) 2004 The Acegi Security System for Spring Project.
  13. * All rights reserved. The Acegi Security System for Spring Project is
  14. * represented by Ben Alex <ben.alex@acegi.com.au>.
  15. *
  16. * Redistribution and use in source and binary forms, with or without modifica-
  17. * tion, are permitted provided that the following conditions are met:
  18. *
  19. * 1. Redistributions of source code must retain the above copyright notice,
  20. * this list of conditions and the following disclaimer.
  21. *
  22. * 2. Redistributions in binary form must reproduce the above copyright notice,
  23. * this list of conditions and the following disclaimer in the documentation
  24. * and/or other materials provided with the distribution.
  25. *
  26. * 3. The end-user documentation included with the redistribution, if any, must
  27. * include the following acknowledgment: "This product includes software
  28. * developed by the Acegi Security System for Spring Project
  29. * (http://acegisecurity.sourceforge.net)." Alternately, this acknowledgment
  30. * may appear in the software itself, if and wherever such third-party
  31. * acknowledgments normally appear.
  32. *
  33. * 4. The names "Acegi" and "Acegi Security System for Spring" must not be used
  34. * to endorse or promote products derived from this software without prior
  35. * written permission. For written permission, please contact
  36. * <ben.alex@acegi.com.au>.
  37. *
  38. * 5. Products derived from this software may not be called "Acegi", nor may
  39. * "Acegi" appear in their name, without prior written permission of
  40. * Acegi Technology Pty Limited (www.acegi.com.au).
  41. *
  42. * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
  43. * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  44. * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  45. * ACEGI SECURITY SYSTEM FOR SPRING PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR
  46. * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  47. * DAMAGES (INCLUDING BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  48. * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  49. * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  50. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  51. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  52. * DAMAGE.
  53. *
  54. * This software consists of voluntary contributions made by many individuals
  55. * on behalf of the Acegi Security System for Spring Project. For more
  56. * information on the Acegi Security System for Spring Project, please see
  57. * <http://acegisecurity.sourceforge.net>.
  58. */