chore: add missing and update copyright year.
This commit is contained in:
parent
c006371e5b
commit
2cd14aa6bb
1419 changed files with 1422 additions and 1063 deletions
|
|
@ -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, ",") + "}"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue