diff options
Diffstat (limited to 'src/misc/obj.cil')
-rw-r--r-- | src/misc/obj.cil | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/misc/obj.cil b/src/misc/obj.cil index 812b50e..30f9acc 100644 --- a/src/misc/obj.cil +++ b/src/misc/obj.cil @@ -1,16 +1,16 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (block obj - (macro role ((role ARG1)) - (roleattributeset roleattr ARG1)) + (macro role ((role ARG1)) + (roleattributeset roleattr ARG1)) - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (roleattribute roleattr) + (roleattribute roleattr) - (typeattribute typeattr) + (typeattribute typeattr) - (roletype roleattr typeattr)) + (roletype roleattr typeattr)) |