From f6dc5a3893fbe5872c3f71907459e4789c65caec Mon Sep 17 00:00:00 2001 From: Filippo Costa Date: Tue, 7 May 2019 17:04:19 +0200 Subject: [PATCH] Revert some copyright changes made in commit 53b4518 (#254) Commit 53b4518 made added explicit utf-8 encoding for all sources, among other things. A copyright notice in `tests/test_tr.py` was removed and two were added in `num2words/lang_it.py`. I know this was a simple mistake, I just thought it would be best to explicitly give credit where credit is due. --- num2words/lang_IT.py | 3 +-- tests/test_tr.py | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/num2words/lang_IT.py b/num2words/lang_IT.py index f1eb023..ce6645f 100644 --- a/num2words/lang_IT.py +++ b/num2words/lang_IT.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2003, Taro Ogawa. All Rights Reserved. -# Copyright (c) 2013, Savoir-faire Linux inc. All Rights Reserved. +# Copyright (c) 2018-2019, Filippo Costa. All Rights Reserved. # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_tr.py b/tests/test_tr.py index 02073e0..6622ddc 100644 --- a/tests/test_tr.py +++ b/tests/test_tr.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# Copyright (c) 2017, Tufan Kaynak, Framras. All Rights Reserved. # Copyright (c) 2003, Taro Ogawa. All Rights Reserved. # Copyright (c) 2013, Savoir-faire Linux inc. All Rights Reserved.