addLicenseInfo-0.1: addLicenseInfo.cabal
name: addLicenseInfo
version: 0.1
synopsis: Adds license info to the top of a file.
description: Adds license info to the top of a file.
category: Development
license: BSD3
license-file: LICENSE
author: Joe Fredette
maintainer: unmaintained
build-depends: base <= 5,
process >= 1.0.1.0
build-type: Simple
executable: addLicenseInfo
main-is: Main.hs