From 62a69c7f0df94e5b013ee5883d85c16ca39ece85 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 12 Feb 2017 19:16:22 +0800 Subject: Add copyright and MIT license disclaimer --- calc_radial_psd.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calc_radial_psd.py') diff --git a/calc_radial_psd.py b/calc_radial_psd.py index 8f59a13..f941839 100755 --- a/calc_radial_psd.py +++ b/calc_radial_psd.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- +# +# Copyright (c) 2016 Aaron LI +# MIT license # # Credit: # [1] Radially averaged power spectrum of 2D real-valued matrix @@ -11,11 +13,9 @@ # * If the input image is NOT SQUARE; then are the horizontal frequencies # the same as the vertical frequencies ?? # -# Aaron LI # Created: 2015-04-22 -# Updated: 2016-05-09 # -# Change log: +# Change logs: # 2016-05-09: # * PEP8 fixes # 2016-05-01: -- cgit v1.2.2