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:
parent
aa6a90b221
commit
787c304d06
33 changed files with 1 additions and 83 deletions
2
LICENSE
2
LICENSE
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 "$@"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (C) 2019 Andrew Hamilton. All rights reserved.
|
|
||||||
# Licensed under the Artistic License 2.0.
|
|
||||||
|
|
||||||
|
|
||||||
import functools
|
import functools
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
3
setup.py
3
setup.py
|
|
@ -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
|
||||||
|
|
|
||||||
3
test-all
3
test-all
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue