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

View file

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

View file

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

View file

@ -1,7 +1,4 @@
#!/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 "$@"

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.
"""Eris Codebase Monitor

View file

@ -1,8 +1,6 @@
#!/usr/bin/python3.8
# -*- coding: utf-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,5 @@
#!/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.

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.

View file

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

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 pydoc
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 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 functools

View file

@ -1,8 +1,6 @@
#!/usr/bin/python3.8
# -*- coding: utf-8 -*-
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import contextlib
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 = [
[["py"], ["python_syntax", "python_unittests", "pytest", "pydoc", "mypy",

View file

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

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,5 @@
#!/bin/bash
# Copyright (C) 2015-2019 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
set -e

View file

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

View file

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

View file

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

View file

@ -1,9 +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 eris.tools as tools

View file

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

View file

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

View file

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

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