yac
/
yacexits
Archived
3
0
Fork 0

fixed build.rs license header

This commit is contained in:
Emma Tebibyte 2023-03-23 13:22:18 -04:00
parent ebe525d23e
commit 1385e796ca
Signed by: emma
GPG Key ID: 6D661C738815E7DD
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "yacexits" name = "yacexits"
version = "0.1.4" version = "0.1.5"
edition = "2021" edition = "2021"
license = "FSFAP" license = "FSFAP"
authors = [ "Emma Tebibyte <emma@tebibyte.media>" ] authors = [ "Emma Tebibyte <emma@tebibyte.media>" ]

View File

@ -1,7 +1,8 @@
// Copyright (c) 2023 YAC /*
// SPDX-License-Identifier: FSFAP * Copyright (c) 2023 YAC
* SPDX-License-Identifier: FSFAP
/* Copying and distribution of this file, with or without modification, are *
* Copying and distribution of this file, with or without modification, are
* permitted in any medium without royalty provided the copyright notice and * permitted in any medium without royalty provided the copyright notice and
* this notice are preserved. This file is offered as-is, without any warranty. * this notice are preserved. This file is offered as-is, without any warranty.
*/ */