Files don't need individual license headers.

- All files are licensed by the LICENSE file at root.
- Updated the license to 2021.
- Have kept the license in LS_COLORS since its 3rd party.
This commit is contained in:
Andrew Hamilton 2021-04-12 02:25:49 +10:00
parent aa6a90b221
commit 787c304d06
33 changed files with 1 additions and 83 deletions

View file

@ -1,7 +1,5 @@
#!/usr/bin/env python3.8
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import asyncio
import contextlib

View file

@ -1,8 +1,6 @@
#!/usr/bin/env python3.8
# -*- coding: utf-8 -*-
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import unittest

View file

@ -1,6 +1,4 @@
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import optparse
import os.path

View file

@ -1,7 +1,5 @@
#!/usr/bin/env python3.8
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import textwrap
import unittest

View file

@ -1,7 +1,5 @@
#!/usr/bin/env python3.8
# Copyright (C) 2011, 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import os
import os.path

View file

@ -1,8 +1,5 @@
#!/usr/bin/env python3.8
# Copyright (C) 2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import pickle
import tempfile

View file

@ -1,7 +1,5 @@
#!/usr/bin/env python3.8
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import os
import pickle

View file

@ -1,7 +1,5 @@
#!/usr/bin/env python3.8
# Copyright (C) 2016-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import contextlib
import os

View file

@ -1,8 +1,5 @@
#!/usr/bin/env python3.8
# Copyright (C) 2016-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import asyncio
import os