Skip to content

Commit

Permalink
fix: Corrected copyright text in some SPDX headers. (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
atteneder authored and GitHub Enterprise committed May 7, 2024
1 parent 4568b75 commit f7567d6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Faster buffer conversion jobs due to batching via [`IJobParallelForBatch`](https://docs.unity3d.com/Packages/[email protected]/api/Unity.Jobs.IJobParallelForBatch.html).
- (Export) Material exporter implementation is chosen based on used shader by default.
- (Export) Vertex attributes are discarded if they are not used/referenced.

### Fixed
- (Export) Discrepancy in color due to export of unused vertex colors.

### Fixed
- Incorrect copyright text in some SPDX headers.

### Removed
- Soft dependency on deprecated [Unity Jobs package][JobsPkg].
- Legacy code for Unity versions older than the minimum required 2020 LTS.

### Changed
- Material exporter implementation is chosen based on used shader by default.

## [6.4.0] - 2024-04-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion Tests/Editor/PreprocessBuild.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2023 Unity Technologies and the Draco for Unity authors
// SPDX-FileCopyrightText: 2023 Unity Technologies and the glTFast authors
// SPDX-License-Identifier: Apache-2.0

using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2024 Unity Technologies and the Draco for Unity authors
// SPDX-FileCopyrightText: 2024 Unity Technologies and the glTFast authors
// SPDX-License-Identifier: Apache-2.0

using System;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Runtime/Scripts/Import/GltfTestCaseAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2023 Unity Technologies and the Draco for Unity authors
// SPDX-FileCopyrightText: 2023 Unity Technologies and the glTFast authors
// SPDX-License-Identifier: Apache-2.0

using System;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Runtime/Scripts/Import/GltfTestCaseFilter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2024 Unity Technologies and the Draco for Unity authors
// SPDX-FileCopyrightText: 2024 Unity Technologies and the glTFast authors
// SPDX-License-Identifier: Apache-2.0

using System;
Expand Down
2 changes: 1 addition & 1 deletion Tests/Runtime/Scripts/Import/LoadGltfTestCaseSet.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2024 Unity Technologies and the Draco for Unity authors
// SPDX-FileCopyrightText: 2024 Unity Technologies and the glTFast authors
// SPDX-License-Identifier: Apache-2.0

#if !(UNITY_ANDROID || UNITY_WEBGL) || UNITY_EDITOR
Expand Down

0 comments on commit f7567d6

Please sign in to comment.