From 4da186c0b0b2680dff90e7669d8b1a8da65bb794 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 16 Apr 2018 00:03:55 -0400 Subject: [PATCH] Updated "License" page with modern design and structure. This also changes some of the language around "Why our License" to provide more context around why the community chose our license and where to find out more information about the license. --- templates/pages/about/licence.html | 81 ++++++++++++++++++------------ 1 file changed, 50 insertions(+), 31 deletions(-) diff --git a/templates/pages/about/licence.html b/templates/pages/about/licence.html index c55d1dbf..dd0ae093 100644 --- a/templates/pages/about/licence.html +++ b/templates/pages/about/licence.html @@ -1,41 +1,60 @@ {%extends "base/page.html"%} {%block title%}License{%endblock%} {%block contents%} -

License

-

PostgreSQL is released under the PostgreSQL License, +

License

+

PostgreSQL is released under the PostgreSQL License, a liberal Open Source license, similar to the BSD or MIT licenses.

-

PostgreSQL Database Management System
-(formerly known as Postgres, then as Postgres95)

- -Portions Copyright (c) 1996-{% now "Y" %}, The PostgreSQL Global Development Group

- -Portions Copyright (c) 1994, The Regents of the University of California

- -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose, without fee, and without a written agreement -is hereby granted, provided that the above copyright notice and this -paragraph and the following two paragraphs appear in all copies.

- -IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING -LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS -DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE.

- -THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY -AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
+

+ PostgreSQL Database Management System
+ (formerly known as Postgres, then as Postgres95) +

+

+ Portions Copyright © 1996-{% now "Y" %}, The PostgreSQL Global Development Group +

+

+ Portions Copyright © 1994, The Regents of the University of California +

+

+ Permission to use, copy, modify, and distribute this software and its + documentation for any purpose, without fee, and without a written agreement + is hereby granted, provided that the above copyright notice and this + paragraph and the following two paragraphs appear in all copies. +

+

+ IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR + DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING + LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS + DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. +

+

+ THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO + PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

Why not the GNU General Public License?

-

People often ask why PostgreSQL is not released under the GNU General -Public License. The simple answer is because we like our license and do not -want to change it. If you are keen to read more about this topic, then please -take a look in the Archives at -any of the many threads on this subject, but please don't start yet another -debate on the subject! + +

+ People often ask why PostgreSQL is not released under the GNU General +Public License. The simple answer is: we like our license and do not +want to change it!

+

+ If you would like to read more about this topic, then please +take a look at the mailing list archives at +one of the many discussions on this subject. +

+ +

Will PostgreSQL ever be released under a different license?

+

+ The PostgreSQL Global Development Group remains committed to making + PostgreSQL available as free and open source software in perpetuity. There are + no plans to change the PostgreSQL License or release PostgreSQL under a + different license. +

+ {%endblock%}