From 9cadbee355fec4c600dd2625f9b9757453d5b24f Mon Sep 17 00:00:00 2001 From: Jake Wheat Date: Thu, 11 Jan 2024 13:55:41 +0000 Subject: [PATCH] remove unneeded Setup.hs, update LICENSE, email --- LICENSE | 2 +- README | 2 +- Setup.hs | 2 -- simple-sql-parser.cabal | 4 ++-- 4 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 Setup.hs diff --git a/LICENSE b/LICENSE index d6db933..e8cd05a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013, 2014, 2015, Jake Wheat +Copyright 2013 - 2024, Jake Wheat and the simple-sql-parser contributors. All rights reserved. diff --git a/README b/README index 6a780fd..a3abe04 100644 --- a/README +++ b/README @@ -2,4 +2,4 @@ A parser for SQL in Haskell. Homepage: http://jakewheat.github.io/simple-sql-parser/latest -Contact: jakewheatmail@gmail.com +Contact: jakewheat@tutanota.com diff --git a/Setup.hs b/Setup.hs deleted file mode 100644 index 9a994af..0000000 --- a/Setup.hs +++ /dev/null @@ -1,2 +0,0 @@ -import Distribution.Simple -main = defaultMain diff --git a/simple-sql-parser.cabal b/simple-sql-parser.cabal index bd5ad86..08978de 100644 --- a/simple-sql-parser.cabal +++ b/simple-sql-parser.cabal @@ -16,8 +16,8 @@ homepage: http://jakewheat.github.io/simple-sql-parser/latest license: BSD-3-Clause license-file: LICENSE author: Jake Wheat -maintainer: jakewheatmail@gmail.com -copyright: Copyright Jake Wheat 2013, 2014, 2015 +maintainer: jakewheat@tutanota.com +copyright: Copyright 2013 - 2024, Jake Wheat and the simple-sql-parser contributors. category: Database,Language build-type: Simple extra-doc-files: README,LICENSE,changelog