diff options
author | Rene Engelhard <rene@debian.org> | 2018-01-18 23:19:46 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2018-01-18 23:19:46 +0100 |
commit | d4440ce6b5964d08be1e5841ed301112b260823d (patch) | |
tree | a4cedc4a161cf1f7dfff8b76da9ca4486ad6b4cc /sysui | |
parent | c6a19889e91f2585453636667e3d5779b153ab86 (diff) |
update copyright years
Change-Id: I634c1132265295f90f624a53b93dddb2b18eabd5
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/apparmor/program.oosplash | 4 | ||||
-rw-r--r-- | sysui/desktop/apparmor/program.soffice.bin | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sysui/desktop/apparmor/program.oosplash b/sysui/desktop/apparmor/program.oosplash index d68fa776de8f..333c0617aa86 100644 --- a/sysui/desktop/apparmor/program.oosplash +++ b/sysui/desktop/apparmor/program.oosplash @@ -1,18 +1,20 @@ # ------------------------------------------------------------------ # # Copyright (C) 2016 Canonical Ltd. +# Copyright (C) 2018 Software in the Public Interest, Inc. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # Author: Bryan Quigley <bryan.quigley@canonical.com> +# Rene Engelhard <rene@debian.org> # # ------------------------------------------------------------------ #include <tunables/global> -profile libreoffice-oopslash INSTDIR-program/oosplash { +profile libreoffice-oopslash INSTDIR-program/oosplash flags=(complain) { #include <abstractions/base> #include <abstractions/X> diff --git a/sysui/desktop/apparmor/program.soffice.bin b/sysui/desktop/apparmor/program.soffice.bin index 8aab5c155e8d..cbed1b69d4a2 100644 --- a/sysui/desktop/apparmor/program.soffice.bin +++ b/sysui/desktop/apparmor/program.soffice.bin @@ -1,7 +1,7 @@ # ------------------------------------------------------------------ # # Copyright (C) 2016 Canonical Ltd. -# Copyright (C) 2017 Software in the Public Interest, Inc. +# Copyright (C) 2018 Software in the Public Interest, Inc. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this @@ -72,7 +72,7 @@ #include <tunables/global> -profile libreoffice-soffice INSTDIR-program/soffice.bin { +profile libreoffice-soffice INSTDIR-program/soffice.bin flags=(complain) { #include <abstractions/private-files-strict> #include <abstractions/audio> |