Skip to content

Commit f6dc5a3

Browse files
Filippo Costaerozqba
authored andcommitted
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.
1 parent f4b2bac commit f6dc5a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

num2words/lang_IT.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2003, Taro Ogawa. All Rights Reserved.
3-
# Copyright (c) 2013, Savoir-faire Linux inc. All Rights Reserved.
2+
# Copyright (c) 2018-2019, Filippo Costa. All Rights Reserved.
43

54
# This library is free software; you can redistribute it and/or
65
# modify it under the terms of the GNU Lesser General Public

tests/test_tr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- coding: utf-8 -*-
2+
# Copyright (c) 2017, Tufan Kaynak, Framras. All Rights Reserved.
23
# Copyright (c) 2003, Taro Ogawa. All Rights Reserved.
34
# Copyright (c) 2013, Savoir-faire Linux inc. All Rights Reserved.
45

0 commit comments

Comments
 (0)