From 64f5a3e0692f79c2f7e2ed45e3251e29d9aeefc6 Mon Sep 17 00:00:00 2001 From: waddlaw Date: Sat, 18 Jan 2020 11:35:10 +0900 Subject: [PATCH] Update copyright year --- LICENSE | 2 +- haskell-stack-trace-plugin.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index f8a6d8c..995cf8a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018 Shinya Yamaguchi +Copyright (c) 2018-2020 Shinya Yamaguchi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/haskell-stack-trace-plugin.cabal b/haskell-stack-trace-plugin.cabal index 8162357..16eb097 100644 --- a/haskell-stack-trace-plugin.cabal +++ b/haskell-stack-trace-plugin.cabal @@ -8,7 +8,7 @@ license: MIT license-file: LICENSE author: Shinya Yamaguchi maintainer: ingronze@gmail.com -copyright: 2018 Shinya Yamaguchi +copyright: 2018-2020 Shinya Yamaguchi category: Compiler Plugin, Development, Debug build-type: Simple extra-source-files: CHANGELOG.md, Readme.md