Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. This package was debianized by Martin Pitt <mpitt@debian.org>.
  2.  
  3. PostgreSQL was downloaded from ftp://ftp.postgresql.org/mirror/postgresql/src/
  4.  
  5. Please note that there are many other mirrors, listed on
  6. http://www.postgresql.org/mirrors-ftp.html.
  7.  
  8. Copyright. The following copyright applies to the entire distribution:
  9.  
  10. PostgreSQL Data Base Management System
  11. (formerly known as Postgres, then as Postgres95).
  12.  
  13. Portions Copyright (c) 1996-2003, The PostgreSQL Global Development Group
  14.  
  15. Portions Copyright (c) 1994, The Regents of the University of California
  16.  
  17. Permission to use, copy, modify, and distribute this software and its
  18. documentation for any purpose, without fee, and without a written agreement
  19. is hereby granted, provided that the above copyright notice and this
  20. paragraph and the following two paragraphs appear in all copies.
  21.  
  22. IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  23. DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
  24. LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
  25. DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
  26. POSSIBILITY OF SUCH DAMAGE.
  27.  
  28. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  29. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  30. AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
  31. ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
  32. PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  33.  
  34.  
  35. The following copyright applies to the regex code in the backend
  36. (src/backend/regex):
  37.  
  38. Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
  39.  
  40. Development of this software was funded, in part, by Cray Research Inc.,
  41. UUNET Communications Services Inc., Sun Microsystems Inc., and Scriptics
  42. Corporation, none of whom are responsible for the results. The author
  43. thanks all of them.
  44.  
  45. Redistribution and use in source and binary forms -- with or without
  46. modification -- are permitted for any purpose, provided that
  47. redistributions in source form retain this entire copyright notice and
  48. indicate the origin and nature of any modifications.
  49.  
  50. I'd appreciate being given credit for this package in the documentation
  51. of software which uses it, but that is not a requirement.
  52.  
  53. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  54. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  55. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  56. HENRY SPENCER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  57. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  58. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  59. OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  60. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  61. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  62. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  63.  
  64. PostgreSQL adopted the code out of Tcl 8.4.1. Portions of regc_locale.c
  65. and re_syntax.n were developed by Tcl developers other than Henry; these
  66. files bear the Tcl copyright and license notice:
  67.  
  68. This software is copyrighted by the Regents of the University of
  69. California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
  70. Corporation and other parties. The following terms apply to all files
  71. associated with the software unless explicitly disclaimed in
  72. individual files.
  73.  
  74. The authors hereby grant permission to use, copy, modify, distribute,
  75. and license this software and its documentation for any purpose, provided
  76. that existing copyright notices are retained in all copies and that this
  77. notice is included verbatim in any distributions. No written agreement,
  78. license, or royalty fee is required for any of the authorized uses.
  79. Modifications to this software may be copyrighted by their authors
  80. and need not follow the licensing terms described here, provided that
  81. the new terms are clearly indicated on the first page of each file where
  82. they apply.
  83.  
  84. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
  85. FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  86. ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
  87. DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
  88. POSSIBILITY OF SUCH DAMAGE.
  89.  
  90. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
  91. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
  92. FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
  93. IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
  94. NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
  95. MODIFICATIONS.
  96.  
  97. GOVERNMENT USE: If you are acquiring this software on behalf of the
  98. U.S. government, the Government shall have only "Restricted Rights"
  99. in the software and related documentation as defined in the Federal
  100. Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
  101. are acquiring the software on behalf of the Department of Defense, the
  102. software shall be classified as "Commercial Computer Software" and the
  103. Government shall have only "Restricted Rights" as defined in Clause
  104. 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
  105. authors grant the U.S. Government and others acting in its behalf
  106. permission to use and distribute the software in accordance with the
  107. terms specified in this license.
  108.  
  109. Subsequent modifications to the code by the PostgreSQL project follow
  110. the same license terms as the rest of PostgreSQL.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement