Codebase list cinnamon-menus / cf3dca8
Fixed the license Lars Mueller authored 3 years ago Michael Webster committed 3 years ago
2 changed file(s) with 32 addition(s) and 28 deletion(s). Raw diff Collapse all Expand all
00 /*
11 * gmenu-desktopappinfo.c
2 * Copyright (C) 2020 Lars Mueller <lmueller@cobinja.fritz.box>
3 *
4 * gmenutest is free software: you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
8 *
9 * gmenutest is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12 * See the GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program. If not, see <http://www.gnu.org/licenses/>.
2 * Copyright (C) 2020 Lars Mueller <cobinja@yahoo.de>
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the
16 * Free Software Foundation, 51 Franklin Street, Fifth Floor,
17 * Boston, MA 02110, USA.
1618 */
1719
1820 #include "gmenu-desktopappinfo.h"
00 /*
1 * gmenu-desktop-app-info.h
2 * Copyright (C) 2020 Lars Mueller <lmueller@cobinja.fritz.box>
1 * gmenu-desktopappinfo.h
2 * Copyright (C) 2020 Lars Mueller <cobinja@yahoo.de>
33 *
4 * gmenutest is free software: you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
8 *
9 * gmenutest is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12 * See the GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program. If not, see <http://www.gnu.org/licenses/>.
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the
16 * Free Software Foundation, 51 Franklin Street, Fifth Floor,
17 * Boston, MA 02110, USA.
1618 */
1719
1820