From fc9ec56ee296d74fcb6e34f20f1b7fa3d7ff56a3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 27 Oct 2019 13:13:08 -0400 Subject: Add License headers. --- setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2679c3f..4a02cf4 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,12 @@ +# -*- coding: utf-8 -*- +# +# SPDX-License-Identifier: ISC +# +# Copyright (C) 2019 rsiddharth +# +# This file is part of dingy. +# + from setuptools import find_packages, setup -- cgit v1.2.3