Changeset 108022 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Feb 3, 2025 12:56:44 PM (7 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167294
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/vbox-gtk.h
r106061 r108022 24 24 * 25 25 * SPDX-License-Identifier: GPL-3.0-only 26 27 /* GTK - The GIMP Toolkit 28 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 29 * 30 * This library is free software; you can redistribute it and/or 31 * modify it under the terms of the GNU Lesser General Public 32 * License as published by the Free Software Foundation; either 33 * version 2 of the License, or (at your option) any later version. 34 * 35 * This library is distributed in the hope that it will be useful, 36 * but WITHOUT ANY WARRANTY; without even the implied warranty of 37 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 38 * Lesser General Public License for more details. 39 * 40 * You should have received a copy of the GNU Lesser General Public 41 * License along with this library. If not, see <http://www.gnu.org/licenses/>. 42 */ 43 44 /* 45 * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS 46 * file for a list of people on the GTK+ Team. See the ChangeLog 47 * files for a list of changes. These files are distributed with 48 * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 49 */ 50 */ 51 52 /* GLIB - Library of useful routines for C programming 53 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 54 * 55 * SPDX-License-Identifier: LGPL-2.1-or-later 56 * 57 * This library is free software; you can redistribute it and/or 58 * modify it under the terms of the GNU Lesser General Public 59 * License as published by the Free Software Foundation; either 60 * version 2.1 of the License, or (at your option) any later version. 61 * 62 * This library is distributed in the hope that it will be useful, 63 * but WITHOUT ANY WARRANTY; without even the implied warranty of 64 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 65 * Lesser General Public License for more details. 66 * 67 * You should have received a copy of the GNU Lesser General Public 68 * License along with this library; if not, see <http://www.gnu.org/licenses/>. 69 */ 70 71 /* 72 * Modified by the GLib Team and others 1997-2000. See the AUTHORS 73 * file for a list of people on the GLib Team. See the ChangeLog 74 * files for a list of changes. These files are distributed with 75 * GLib at ftp://ftp.gtk.org/pub/gtk/. 26 76 */ 27 77
Note:
See TracChangeset
for help on using the changeset viewer.