From 0fc56b96548151ee2d981449fe5c0115b040f457 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 1 Oct 2016 18:14:49 +0300 Subject: fix licensing notices --- algorithms/impl/heapsort.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'algorithms/impl/heapsort.py') diff --git a/algorithms/impl/heapsort.py b/algorithms/impl/heapsort.py index c92a04c..6615e14 100644 --- a/algorithms/impl/heapsort.py +++ b/algorithms/impl/heapsort.py @@ -1,6 +1,7 @@ -# Copyright 2015 Egor Tensin -# This file is licensed under the terms of the MIT License. -# See LICENSE.txt for details. +# Copyright (c) 2015 Egor Tensin +# This file is part of the "Sorting algorithms" project. +# For details, see https://github.com/egor-tensin/sorting-algorithms. +# Distributed under the MIT License. import sys -- cgit v1.2.3