Commit c914ac66 authored by Michael Davidsaver's avatar Michael Davidsaver

update copyright

parent 094be27b
Copyright Michael Davidsaver 2021
Copyright Michael Davidsaver 2022
See LICENSE
#!/usr/bin/env python
# Copyright 2022 Michael Davidsaver
# SPDX-License-Identifier: BSD
# See LICENSE
from setuptools import setup
......
# Copyright 2022 Michael Davidsaver
# SPDX-License-Identifier: BSD
# See LICENSE
from __future__ import print_function
import os
......
# Copyright 2022 Michael Davidsaver
# SPDX-License-Identifier: BSD
# See LICENSE
import os
from functools import partial
......
# Copyright 2022 Michael Davidsaver
# SPDX-License-Identifier: BSD
# See LICENSE
import sys
import os
......
# Copyright 2022 Michael Davidsaver
# SPDX-License-Identifier: BSD
# See LICENSE
from __future__ import print_function
......
"""
Tools for interacting with packages containing DSOs w/ dsoinfo modules
as built with setuptools_dso >= 2
"""
# Copyright 2022 Michael Davidsaver
# SPDX-License-Identifier: BSD
# See LICENSE
# Tools for interacting with packages containing DSOs w/ dsoinfo modules
# as built with setuptools_dso >= 2
from __future__ import print_function
......
# Copyright 2022 Michael Davidsaver
# SPDX-License-Identifier: BSD
# See LICENSE
import os
import unittest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment