liquid_feedback_frontend

diff app/main/index/about.lua @ 1292:d7890c4abe4d

Fixed name of PostgreSQL license
author bsw
date Mon Apr 18 10:53:08 2016 +0200 (2016-04-18)
parents 8e36f08eaac6
children 32cc544d5a5b
line diff
     1.1 --- a/app/main/index/about.lua	Mon Apr 18 10:49:57 2016 +0200
     1.2 +++ b/app/main/index/about.lua	Mon Apr 18 10:53:08 2016 +0200
     1.3 @@ -63,7 +63,7 @@
     1.4        name = "PostgreSQL",
     1.5        url = "http://www.postgresql.org/",
     1.6        version = db:query("SELECT version();")[1].version:gsub("PostgreSQL ", ""):gsub("on.*", ""),
     1.7 -      license = "BSD",
     1.8 +      license = "PostgreSQL License",
     1.9        license_url = "http://www.postgresql.org/about/licence"
    1.10      }
    1.11  

Impressum / About Us