Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: gt
Upstream-Contact: Opasiak Krzysztof <k.opasiak (at) samsung.com>
Source: <https://github.com/linux-usb-gadgets/gt>
#
# Please double check copyright with the licensecheck(1) command.

Files:     source/base/include/common.h
           source/base/include/executable_command.h
           source/base/src/backend.c
           source/base/src/executable_command.c
           source/config/include/configuration.h
           source/config/src/configuration.c
           source/config/src/configuration_gadgetd.c
           source/config/src/configuration_libusbg.c
           source/config/src/configuration_not_implemented.c
           source/function/include/function.h
           source/function/src/function.c
           source/function/src/function_gadgetd.c
           source/function/src/function_libusbg.c
           source/function/src/function_not_implemented.c
           source/gadget/include/gadget.h
           source/gadget/src/gadget.c
           source/gadget/src/gadget_gadgetd.c
           source/gadget/src/gadget_libusbg.c
           source/gadget/src/gadget_not_implemented.c
           source/settings/include/settings.h
           source/settings/src/settings.c
           source/udc/include/udc.h
           source/udc/src/udc.c
           source/udc/src/udc_gadgetd.c
           source/udc/src/udc_libusbg.c
           source/udc/src/udc_not_implemented.c
Copyright: 2012-2015 Samsung Electronics Co., Ltd.
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:     .gitignore
           README.md
           design_doc/BigPicture.txt
           packaging/gt.spec
           source/CMakeLists.txt
           source/base/CMakeLists.txt
           source/completions/gt
           source/config/CMakeLists.txt
           source/function/CMakeLists.txt
           source/gadget/CMakeLists.txt
           source/gt.conf
           source/manpages/CMakeLists.txt
           source/manpages/gt.1.txt
           source/settings/CMakeLists.txt
           source/test.bash
           source/udc/CMakeLists.txt
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     examples/cross-compile/README.rst
           examples/systemd/99-udc.rules
           examples/systemd/README.rst
           examples/systemd/gt.target
           examples/systemd/gt@.service
Copyright: 2019 Collabora Ltd
License:   __NO_LICENSE__

Files:     source/base/src/parser.c
Copyright: 2012-2013 Samsung Electronics Co., Ltd.
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.
 .
 @brief Implementation of functions used for parsing command line options.
 .
 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:     source/main.c
Copyright: 2012-2013 Samsung Electronics Co., Ltd.
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.
 .
 @brief Main file of gadget tool.
 @details Gadget tool is a command line tool for gadget creation and
 maintenance. Firstly gt needs to parse command line arguments to determine
 what needs to be done. Then gt just executes a function related to action
 specified by user.
 .
 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:     source/base/src/command.c
Copyright: 2012-2013 Samsung Electronics Co., Ltd.
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.
 .
 @brief Declaration of methods related to Command data type.
 .
 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:     source/base/include/parser.h
Copyright: 2012-2013 Samsung Electronics Co., Ltd.
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.
 .
 @brief Declaration of methods related to parsing command line option.
 .
 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:     source/base/include/backend.h
Copyright: 2014 Samsung Electronics Co., Ltd.
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.
 .
 @brief Declaration of methods related to different backends available
 .
 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:     source/base/include/command.h
Copyright: 2012-2013 Samsung Electronics Co., Ltd.
License:   __HEADER___
 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.
 .
 @brief Definition of Command type used for parsing command line options

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         packaging/gt.manifest
