Changeset 280 for trunk/src/3rdparty/os2/xsystray/xsystray.c
- Timestamp:
- Nov 2, 2009, 4:07:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/os2/xsystray/xsystray.c
r278 r280 1 /* 2 * Extended system tray widget for XCenter/eCenter 3 * 4 * Implementation5 * 6 * Made by netlabs.org7 * 8 * Author:Dmitry A. Kuminov9 * 10 * This software is public domain.11 * 12 * WITHOUT ANY WARRANTY..., AT YOUR OWN RISC... ETC.13 * 14 * /15 16 /* 17 * This code is based on the code template for a minimal XCenter widget18 * from the XWorkplace project (c) by Ulrich Moeller.1 2 /* 3 *@@sourcefile xsystray.c: 4 * Extended system tray widget for XCenter/eCenter. 5 * 6 * Implementation. 7 * 8 * Copyright (C) 2009 Dmitry A. Kuminov 9 * 10 * This file is part of the Extended system tray widget source package. 11 * Extended system tray widget is free software; you can redistribute it 12 * and/or modify it under the terms of the GNU General Public License as 13 * published by the Free Software Foundation, in version 2 as it comes in 14 * the "COPYING" file of the Extended system tray widget distribution. This 15 * program is distributed in the hope that it will be useful, but WITHOUT 16 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 * more details. 19 19 */ 20 20
Note:
See TracChangeset
for help on using the changeset viewer.