diff options
Diffstat (limited to 'src/generate-id.h')
-rw-r--r-- | src/generate-id.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/generate-id.h b/src/generate-id.h index 1d2da21..48343ee 100644 --- a/src/generate-id.h +++ b/src/generate-id.h @@ -2,20 +2,22 @@ Quick litte lack to generate the ordering ID. Copyright 2010 Canonical Ltd. +Copyright 2025 Robert Tari Authors: Ted Gould <ted@canonical.com> + Robert Tari <robert@tari.in> -This program is free software: you can redistribute it and/or modify it -under the terms of the GNU General Public License version 3, as published +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranties of -MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranties of +MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License along +You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -23,7 +25,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define __GENERATE_ID_H__ #include <glib.h> -#include "libayatana-appindicator/app-indicator.h" +#include "libayatana-appindicator-glib/ayatana-appindicator.h" guint32 generate_id (const AppIndicatorCategory category, const gchar * id); |