X Tutup
Skip to content

Commit a8ccb8e

Browse files
committed
copyrights: update all files with license headers for 2021
- [x] add `concretize.lp`, `spack.yaml`, etc. to licensed files - [x] update all licensed files to say 2013-2021 using `spack license update-copyright-year` - [x] appease mypy with some additions to package.py that needed for oneapi.py
1 parent 78f39bd commit a8ccb8e

File tree

5,834 files changed

+5853
-5835
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,834 files changed

+5853
-5835
lines changed

.github/actions/add-maintainers-as-reviewers/entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
3+
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
44
# Spack Project Developers. See the top-level COPYRIGHT file for details.
55
#
66
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

bin/spack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# -*- python -*-
33
#
4-
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
4+
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
55
# Spack Project Developers. See the top-level COPYRIGHT file for details.
66
#
77
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

bin/spack-python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
3+
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
44
# Spack Project Developers. See the top-level COPYRIGHT file for details.
55
#
66
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

lib/spack/docs/basic_usage.rst

Lines changed: 1 addition & 1 deletion

lib/spack/docs/binary_caches.rst

Lines changed: 1 addition & 1 deletion

lib/spack/docs/build_settings.rst

Lines changed: 1 addition & 1 deletion

lib/spack/docs/build_systems.rst

Lines changed: 1 addition & 1 deletion

lib/spack/docs/build_systems/autotoolspackage.rst

Lines changed: 1 addition & 1 deletion

lib/spack/docs/build_systems/bundlepackage.rst

Lines changed: 1 addition & 1 deletion

lib/spack/docs/build_systems/cmakepackage.rst

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)
X Tutup