Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python3-geopmdpy
Upstream-Contact: <preferred name and address to reach the upstream project>
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.

Files:     geopmdpy/__init__.py
           geopmdpy/__main__.py
           geopmdpy/access.py
           geopmdpy/dbus_xml.py
           geopmdpy/error.py
           geopmdpy/gffi.py
           geopmdpy/loop.py
           geopmdpy/pio.py
           geopmdpy/restorable_file_writer.py
           geopmdpy/schemas.py
           geopmdpy/service.py
           geopmdpy/session.py
           geopmdpy/shmem.py
           geopmdpy/system_files.py
           geopmdpy/topo.py
           geopmdpy/version.py
           make_sdist.py
           setup.py
           test/TestAccess.py
           test/TestAccessLists.py
           test/TestActiveSessions.py
           test/TestConfigPath.py
           test/TestDBusXML.py
           test/TestError.py
           test/TestMSRDataFiles.py
           test/TestPIO.py
           test/TestPlatformService.py
           test/TestRequestQueue.py
           test/TestRestorableFileWriter.py
           test/TestSecureFiles.py
           test/TestSession.py
           test/TestTimedLoop.py
           test/TestTopo.py
           test/TestWriteLock.py
           test/__init__.py
           test/__main__.py
           test/geopmdpy_test.sh
Copyright: 2015-2024 Intel Corporation SPDX-License-Identifier: BSD-3-Clause
License:   __NO_LICENSE__

Files:     .gitignore
           AUTHORS
           CODE_OF_CONDUCT.md
           MANIFEST.in
           PKG-INFO
           README.md
           debian/changelog.in
           debian/control
           debian/files
           debian/rules
           geopmdpy.egg-info/PKG-INFO
           geopmdpy.egg-info/SOURCES.txt
           geopmdpy.egg-info/dependency_links.txt
           geopmdpy.egg-info/entry_points.txt
           geopmdpy.egg-info/top_level.txt
           geopmdpy/VERSION
           make_deb.sh
           make_rpm.sh
           make_sdist.sh
           pyproject.toml
           requirements.txt
           setup.cfg
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     geopmdpy.spec.in
Copyright: 2015-2024 Intel Corporation SPDX-License-Identifier: BSD-3-Clause
License:   __UNKNOWN__
 Packages: python3-geopmdpy

Files:     CONTRIBUTING.rst
Copyright: __NO_COPYRIGHT__ in: CONTRIBUTING.rst
License:   __UNKNOWN__
 #.
 Changes are made on that branch and pushed to the author's fork of
 the GEOPM repository.
 .
 #.
 The author submits the pull request based on the issue branch.
 Please refer to the Git documentation on how to create pull
 request:
 https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests.
 Note that the pull request will be filled with a template.
 Selecting the "Preview" tab to render the markdown in the template
 may be helpful when editing the pull request text.
 .
 #.
 Check that all of the requirements in the issue referenced by the
 PR have been met.
 .
 #.
 The submitter may optionally request specific people to be
 reviewers.  Otherwise, any GEOPM maintainer may be an approver for
 the pull request.  The ``#code-review`` channel on GEOPM's slack
 organization may be used to alert maintainers of a review request.
 .
 #.
 During the review process, a reviewer may request changes to the
 pull request.  If possible, these changes should be submitted as
 new commits without rebasing or squashing to simplify the reader's
 ability to view changes.
 .
 #.
 When the pull request is accepted by the reviewer(s), it will be
 marked "Approve".  Once the request is approved by all reviewers
 and all CI checks are passing, the change will be integrated into
 the GEOPM development branch by a maintainer.
 .
 Developers Guide

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.

#----------------------------------------------------------------------------
# License file: LICENSE-BSD-3-Clause
 Copyright (c) 2015 - 2024 Intel Corporation
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 .
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
 .
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in
       the documentation and/or other materials provided with the
       distribution.
 .
     * Neither the name of Intel Corporation nor the names of its
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY LOG OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
