Changeset 280 for trunk/src/3rdparty


Ignore:
Timestamp:
Nov 2, 2009, 4:07:54 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

3rdparty: os2/xsystray: Relicensed under GPL v2 to ease future integration with xworkplace.

Location:
trunk/src/3rdparty/os2/xsystray
Files:
1 added
4 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  * Implementation
    5  *
    6  * Made by netlabs.org
    7  *
    8  * Author: Dmitry A. Kuminov
    9  *
    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 widget
    18  * from the XWorkplace project (c) by Ulrich Moeller.
     1
     2/*
     3 *
     4 *
     5 *
     6 *
     7 *
     8 * Dmitry A. Kuminov
     9 *
     10 * .
     11 *
     12 *
     13 *
     14 *
     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 *
     18 * .
    1919 */
    2020
  • trunk/src/3rdparty/os2/xsystray/xsystray.h

    r275 r280  
     1
    12/*
    2  * Extended system tray widget for XCenter/eCenter
     3 *@@sourcefile xsystray.h:
     4 *      Extended system tray widget for XCenter/eCenter.
    35 *
    4  * Internal declarations
     6 *
    57 *
    6  * Made by netlabs.org
     8 *
    79 *
    8  * Author: Dmitry A. Kuminov
    9  *
    10  * This software is public domain.
    11  *
    12  * WITHOUT ANY WARRANTY..., AT YOUR OWN RISC... ETC.
    13  *
     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.
    1419 */
    1520
  • trunk/src/3rdparty/os2/xsystray/xsystray_api.c

    r278 r280  
    1 /*
    2  * Extended system tray widget for XCenter/eCenter
    3  *
    4  * Public API implementation
    5  *
    6  * Made by netlabs.org
    7  *
    8  * Author: Dmitry A. Kuminov
    9  *
    10  * This software is public domain.
    11  *
    12  * WITHOUT ANY WARRANTY..., AT YOUR OWN RISC... ETC.
    13  *
     1
     2/*
     3 *@@sourcefile xsystray_api.c:
     4 *      Extended system tray widget for XCenter/eCenter.
     5 *
     6 *      Implementation of the public API.
     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.
    1419 */
    1520
  • trunk/src/3rdparty/os2/xsystray/xsystray_api.h

    r273 r280  
     1
    12/*
    2  * Extended system tray widget for XCenter/eCenter
     3 *@@sourcefile xsystray_api.h:
     4 *      Extended system tray widget for XCenter/eCenter.
    35 *
    4  * Public API
     6 *
    57 *
    6  * Made by netlabs.org
     8 *      This file contains the public API to the Extended system tray widget.
     9 *      This API is used by applications to add and remove icons from the
     10 *      special notification area on the desktop provided by the Extended
     11 *      system tray widget.
    712 *
    8  * Author: Dmitry A. Kuminov
     13 *
    914 *
    10  * This software is public domain.
     15 *
    1116 *
    12  * WITHOUT ANY WARRANTY..., AT YOUR OWN RISC... ETC.
    13  *
     17 *      This file is part of the Extended system tray widget source package.
     18 *      Extended system tray widget is free software; you can redistribute it
     19 *      and/or modify it under the terms of the GNU General Public License as
     20 *      published by the Free Software Foundation, in version 2 as it comes in
     21 *      the "COPYING" file of the Extended system tray widget distribution. This
     22 *      program is distributed in the hope that it will be useful, but WITHOUT
     23 *      ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     24 *      FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
     25 *      more details.
    1426 */
    1527
Note: See TracChangeset for help on using the changeset viewer.