Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: osrf_pycommon
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.

Files:     .gitignore
           .travis.yml
           CHANGELOG.rst
           MANIFEST.in
           README.md
           _config.yml
           debian/changelog~
           debian/compat
           debian/control
           debian/control~
           debian/rules
           debian/source/format
           debian/watch
           dist/osrf_pycommon-0.1.4.tar.gz
           docs/.gitignore
           docs/Makefile
           docs/_static/.gitignore
           docs/cli_utils.rst
           docs/conf.py
           docs/index.rst
           docs/make.bat
           docs/process_utils.rst
           docs/terminal_color.rst
           docs/terminal_utils.rst
           osrf_pycommon.egg-info/PKG-INFO
           osrf_pycommon.egg-info/SOURCES.txt
           osrf_pycommon.egg-info/dependency_links.txt
           osrf_pycommon.egg-info/requires.txt
           osrf_pycommon.egg-info/top_level.txt
           osrf_pycommon/__init__.py
           osrf_pycommon/cli_utils/__init__.py
           setup.py
           stdeb.cfg
           tests/__init__.py
           tests/test_code_format.py
           tests/unit/__init__.py
           tests/unit/test_cli_utils/__init__.py
           tests/unit/test_cli_utils/test_common.py
           tests/unit/test_cli_utils/test_verb_pattern.py
           tests/unit/test_process_utils/__init__.py
           tests/unit/test_process_utils/fixtures/execute_process/stdout_stderr_ordering.py
           tests/unit/test_process_utils/fixtures/impl_which/bin/bin_only.exe
           tests/unit/test_process_utils/fixtures/impl_which/bin/exc1.exe
           tests/unit/test_process_utils/fixtures/impl_which/bin/exc2.exe
           tests/unit/test_process_utils/fixtures/impl_which/usr/bin/exc1.exe
           tests/unit/test_process_utils/fixtures/impl_which/usr/bin/exc2.exe
           tests/unit/test_process_utils/fixtures/impl_which/usr/local/bin/exc2
           tests/unit/test_process_utils/impl_aep_asyncio.py
           tests/unit/test_process_utils/impl_aep_protocol.py
           tests/unit/test_process_utils/impl_aep_trollius.py
           tests/unit/test_process_utils/test_async_execute_process.py
           tests/unit/test_process_utils/test_execute_process_nopty.py
           tests/unit/test_process_utils/test_execute_process_pty.py
           tests/unit/test_process_utils/test_impl.py
           tests/unit/test_terminal_color/__init__.py
           tests/unit/test_terminal_color/test_ansi_re.py
           tests/unit/test_terminal_color/test_impl.py
           tests/unit/test_terminal_utils.py
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     osrf_pycommon/cli_utils/common.py
           osrf_pycommon/cli_utils/verb_pattern.py
           osrf_pycommon/process_utils/__init__.py
           osrf_pycommon/process_utils/async_execute_process.py
           osrf_pycommon/process_utils/async_execute_process_asyncio/__init__.py
           osrf_pycommon/process_utils/async_execute_process_asyncio/impl.py
           osrf_pycommon/process_utils/async_execute_process_trollius.py
           osrf_pycommon/process_utils/execute_process_nopty.py
           osrf_pycommon/process_utils/execute_process_pty.py
           osrf_pycommon/process_utils/get_loop_impl.py
           osrf_pycommon/process_utils/impl.py
           osrf_pycommon/terminal_color/__init__.py
           osrf_pycommon/terminal_color/ansi_re.py
           osrf_pycommon/terminal_color/impl.py
           osrf_pycommon/terminal_utils.py
Copyright: 2014-2016 Open Source Robotics Foundation, Inc.
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     osrf_pycommon/terminal_color/windows.py
Copyright: 2010 Jonathan Hartley
           2014 Open Source Robotics Foundation, Inc.
License:   BSD-3-Clause
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 Some of the code in this module is taken from the colorama project:
 .
 https://github.com/tartley/colorama
 .
 Which is licensed under the standard 3-claus new BSD license, here is a copy:
 .
 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 the copyright holders, nor those 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 HOLDER
 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 OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .
 End copy.
 .
 On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
 License can be found in `/usr/share/common-licenses/BSD'.

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         package.xml


