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/registry.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'algorithms/registry.py') diff --git a/algorithms/registry.py b/algorithms/registry.py index 0f75dce..787fe49 100644 --- a/algorithms/registry.py +++ b/algorithms/registry.py @@ -1,6 +1,7 @@ -# Copyright 2016 Egor Tensin -# This file is licensed under the terms of the MIT License. -# See LICENSE.txt for details. +# Copyright (c) 2016 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. from . import impl -- cgit v1.2.3