chore: add missing and update copyright year.

This commit is contained in:
Alexandre Pujol 2024-02-07 00:16:21 +01:00
parent c006371e5b
commit 2cd14aa6bb
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
1419 changed files with 1422 additions and 1063 deletions

View file

@ -1,5 +1,5 @@
// apparmor.d - Full set of apparmor profiles
// Copyright (C) 2021-2023 Alexandre Pujol <alexandre@pujol.io>
// Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
// SPDX-License-Identifier: GPL-2.0-only
// Warning: this is purposely not using a Yacc parser. Its only aim is to
@ -132,4 +132,3 @@ func (p *AppArmorProfile) NestAttachments() string {
return "/{" + strings.Join(res, ",") + "}"
}
}