From ffa393850a461ed02a0906833a52efe5fa844d43 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sun, 11 Jan 2026 11:59:31 +0800 Subject: [PATCH] chore: update LICENSE --- LICENSE | 1 + postgrest.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 4d0857d54..a18cae0e7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ Copyright (c) 2014 Joe Nelson Copyright (c) 2019 Steve Chavez +Copyright (c) 2026 Wolfgang Walther Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/postgrest.cabal b/postgrest.cabal index 090855431..fd5f3ec28 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -6,7 +6,7 @@ description: Reads the schema of a PostgreSQL database and creates RESTfu permits. license: MIT license-file: LICENSE -author: Joe Nelson, Adam Baker, Steve Chavez +author: Joe Nelson, Adam Baker, Steve Chavez, Wolfgang Walther maintainer: Steve Chavez category: Executable, PostgreSQL, Network APIs homepage: https://postgrest.org