# HG changeset patch # User bsw # Date 1460969588 -7200 # Node ID d7890c4abe4de43454d51ace90b0b4d46c5c435f # Parent 32d5195a7152e6fb27ca714a49a524641e7a31ba Fixed name of PostgreSQL license diff -r 32d5195a7152 -r d7890c4abe4d app/main/index/about.lua --- a/app/main/index/about.lua Mon Apr 18 10:49:57 2016 +0200 +++ b/app/main/index/about.lua Mon Apr 18 10:53:08 2016 +0200 @@ -63,7 +63,7 @@ name = "PostgreSQL", url = "http://www.postgresql.org/", version = db:query("SELECT version();")[1].version:gsub("PostgreSQL ", ""):gsub("on.*", ""), - license = "BSD", + license = "PostgreSQL License", license_url = "http://www.postgresql.org/about/licence" }