Open AndreRH opened 1 year ago
I'm unsure, what would you want the files to have for header? licence is MIT.
Maybe the spdx identifier + the copyright, or the full license text including the copyright. MIT is permissive, but taking a single file out of this repo might be tricky. Nobody should mess with license stuff except the (main-)author.
@AndreRH Is this still relevant for helping you with Hangover integration? If so, does this meet your minimum requirement?
/*
* Copyright (C) 2024 Sébastien Chevalier
* MIT
*/
Hi, it's less relevant for me as I solved it differently, and I'm not using Box86, but Box64 instead.
Other than that I think it would be good to have it like here: https://github.com/intel/RealTimePathTracingResearchFramework/blob/d8c190b3645f8b8a80035f03c305beeefb94f87b/pch.hpp#L4
SPDX-License-Identifier: MIT
Hi, I consider reusing box86 files in other projects (e.g. hangover or wine). Likely box86 before box64 (see https://github.com/ptitSeb/box64/issues/484) Would someone mind to add the license headers or at least spdx identifiers to all the source files?