diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-18 08:48:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-18 08:48:35 +0100 |
| commit | 8cf214b3e06556aa0aa18133aac60ddbedebc06e (patch) | |
| tree | 86d0ff4cfb91cf609071c900f2d400ecb89bdba2 /dev/src/IManifestBuilder.cc | |
| parent | 76cf9156127bf7f082294a0c7e79f86059fe69ab (diff) | |
| parent | b21246fbf4b082e21f811d488bd85e8dafdee428 (diff) | |
Merge pull request #6 from nekernel-org/dev
feat: CMake file, new entries to gitignore, and code under BSD-3 now.
Diffstat (limited to 'dev/src/IManifestBuilder.cc')
| -rw-r--r-- | dev/src/IManifestBuilder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/src/IManifestBuilder.cc b/dev/src/IManifestBuilder.cc index 1397dd4..745e81d 100644 --- a/dev/src/IManifestBuilder.cc +++ b/dev/src/IManifestBuilder.cc @@ -1,6 +1,6 @@ // ============================================================= // // nebuild -// Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. +// Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under BSD-3 license. // ============================================================= // #include <BuildKit/IManifestBuilder.h> |
