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,6 +1,6 @@
The Artistic License 2.0 The Artistic License 2.0
Copyright (c) 2015-2017 ahamilton Copyright (c) 2015-2021 ahamilton
Everyone is permitted to copy and distribute verbatim copies Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed. of this license document, but changing it is not allowed.

View file

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

View file

@ -1,8 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2020 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
set -e set -e

View file

@ -1,7 +1,4 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2020 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
exec flatpak run --filesystem=host com.github.ahamilton.eris "$@" exec flatpak run --filesystem=host com.github.ahamilton.eris "$@"

View file

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

View file

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

View file

@ -1,8 +1,5 @@
#!/usr/bin/env python3.8 #!/usr/bin/env python3.8
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
"""Gut shows a python file with the bodies of functions and methods removed. """Gut shows a python file with the bodies of functions and methods removed.

View file

@ -1,6 +1,4 @@
# Copyright (C) 2011, 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
"""Determine a color for a file based on its file type. """Determine a color for a file based on its file type.

View file

@ -1,5 +1,3 @@
# Copyright (C) 2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import functools import functools

View file

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

View file

@ -1,7 +1,4 @@
# Copyright (C) 2015-2021 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import contextlib import contextlib
import sys import sys

View file

@ -1,7 +1,4 @@
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import collections import collections
import functools import functools

View file

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

View file

@ -1,6 +1,4 @@
# Copyright (C) 2018-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
tools_for_extensions = [ tools_for_extensions = [
[["py"], ["python_syntax", "python_unittests", "pytest", "pydoc", "mypy", [["py"], ["python_syntax", "python_unittests", "pytest", "pydoc", "mypy",

View file

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

View file

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

View file

@ -1,8 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
set -e set -e

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,8 +1,5 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
FAILURE=0 FAILURE=0
CODEBASE_PATH=$(dirname $0) CODEBASE_PATH=$(dirname $0)

View file

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

View file

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

View file

@ -1,8 +1,6 @@
#!/usr/bin/env python3.8 #!/usr/bin/env python3.8
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import unittest 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 optparse
import os.path import os.path

View file

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

View file

@ -1,7 +1,5 @@
#!/usr/bin/env python3.8 #!/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
import os.path import os.path

View file

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

View file

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

View file

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

View file

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