Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: shaderc
Upstream-Contact: David Neto <dneto@google.com>
Source: https://github.com/google/shaderc/

Files: *
Copyright:
 2015-2020 The Shaderc Authors
License: Apache-2.0

Files: cmake/write_pkg_config.cmake
Copyright:
 2017 Pierre Moreau
License: Apache-2.0

Files: kokoro/*
Copyright:
 2017-2022 Google Inc.
License: Apache-2.0

Files: utils/git-sync-deps
Copyright: 2014 Google Inc.
License: BSD-3-clause

Files: debian/*
Copyright:
 2022 Philippe SWARTVAGHER <phil.swart@gmx.fr>
License: GPL-2+

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.
Comment:
 On Debian systems, the complete text of the Apache License version 2 can
 be found in "/usr/share/common-licenses/Apache-2.0".

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 dated June, 1991, or (at
 your option) any later version.
Comment:
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. 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.
 3. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.