From d165f530810a9abe7ab4fb59be845afad6382df5 Mon Sep 17 00:00:00 2001 From: Chenying Zhao Date: Mon, 17 Apr 2023 18:15:14 -0400 Subject: [PATCH] make metadata consistent as MIT license --- LICENSE | 2 +- setup.cfg | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index f4c87a79..b5a6a939 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Lifespan Informatics and Neuroimaging Center +Copyright (c) 2022- Lifespan Informatics and Neuroimaging Center Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.cfg b/setup.cfg index d8e44931..44e0d597 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,14 +14,12 @@ author_email = chenyzh@seas.upenn.edu maintainer = Chenying Zhao, Sydney Covitz, Matt Cieslak maintainer_email = chenyzh@seas.upenn.edu description = BABS (python): BIDS App BootStrap for DataLad-based, FAIRly big workflow of BIDS Apps -license = 3-clause BSD +license = MIT classifiers = Development Status :: 3 - Alpha Intended Audience :: Science/Research - License :: OSI Approved :: BSD License - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 + License :: OSI Approved :: MIT License + Programming Language :: Python :: 3 [options] python_requires = >=3.7