Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
Name: miwm
Maintainer: Ben Paul Wise <bwise837@users.sourceforge.net>
Source: http://freshmeat.net/projects/miwm
X-Source-Sourceforge: http://sourceforge.net/projects/miwm
Files: *
Copyright: 2003 Ben Paul Wise <bwise837@users.sourceforge.net>
License: GPL-2+

Files: EKeyValueParser.{cc,h}
Copyright: 2003 Stephan Beal <stephan@wanderinghorse.net>
License: Public Domain

Files: EPathFinder.cc
Copyright: 2002 Stephan Beal <stephan@wanderinghorse.net>
License: GPL-2
 ** Copyright (C) 2002 stephan beal (stephan@wanderinghorse.net).
 ** All rights reserved.
 **
 ** This file may be distributed and/or modified under the terms of the
 ** See LICENSE file in this directory. version 2 as published by the Free Software
 ** Foundation and appearing in the file LICENSE.GPL included in the
 ** packaging of this file.
 **
 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Files: EPathFinder.h
Copyright: 2003 Stephan Beal <stephan@wanderinghorse.net>
License: GPL-2
  "License: See LICENSE file in this directory."

Files: EPropertyList.cc
Copyright: 2003 Stephan Beal <stephan@wanderinghorse.net>
Copyright: 2003 Rusty Ballinger <rusty@fatspaniel.com>
License: GPL, Public Domain
 /**
    author: stephan@wanderinghorse.net
    based on code by Rusty Ballinger (bozo@users.sourceforge.net)
    license: GPL
 */
 .
 From: Rusty Ballinger <rusty@fatspaniel.com>
 Organization: Fat Spaniel Technologies, Inc.
 To: <jari.aalto@cante.net>
 Date: Mon, 4 Jan 2010 03:25:08 -0800
 Message-ID: <201001040325.08495.rusty@fatspaniel.com>
 .
 > I'm evaluating to package miwm for Debian, so would you confirm that
 > your code as used by the miwm project, is released under GPL (version 2
 > or any later version).
 .
 Wow, yeah, although I didn't look at that specific file just now, any
 code I wrote & shared with Stephan was indeed GPL.  Thanks for asking!

Files: EPropertyList.h
Copyright: 2003 Stephan Beal <stephan@wanderinghorse.net>
Copyright: 2003 Rusty Ballinger <rusty@fatspaniel.com>
License: GPL-2+, Public Domain
 /**
    author: stephan@wanderinghorse.net
    based on code by Rusty Ballinger (bozo@users.sourceforge.net)
    license: GPL
 .
    EPropertyList is a class for holding arbitrary key/value pairs
    of numeric/string data. In includes save/load support.
 */
 /**
    License: Public Domain
    Author: stephan
 .
    TODO: move many of the EKeyValueParser typedefs into this class and rename
    them to be consistent with the STL.
 */
 .
 From: Rusty Ballinger <rusty@fatspaniel.com>
 Organization: Fat Spaniel Technologies, Inc.
 To: <jari.aalto@cante.net>
 Date: Mon, 4 Jan 2010 03:25:08 -0800
 Message-ID: <201001040325.08495.rusty@fatspaniel.com>
 .
 > I'm evaluating to package miwm for Debian, so would you confirm that
 > your code as used by the miwm project, is released under GPL (version 2
 > or any later version).
 .
 Wow, yeah, although I didn't look at that specific file just now, any
 code I wrote & shared with Stephan was indeed GPL.  Thanks for asking!

Files: EShellProcess.cc
Copyright: 2003 Stephan Beal <stephan@wanderinghorse.net>
License: GPL-2
X-Note: No explicit License reference, see EShellProcess.h

Files: EShellProcess.h
Copyright: 2003 Stephan Beal <stephan@wanderinghorse.net>
License: GPL-2
 "See LICENSE file in this [source] directory."

Files: ESimpleCLParser.cc
Copyright: 2002 Stephan Beal <stephan@wanderinghorse.net>
License: LGPL
 // Released under the GNU Lesser General Public License

Files: ESimpleCLParser.h
Copyright: 2002 Stephan Beal <stephan@wanderinghorse.net>
License: LGPL
 /**
     Copyright (C) 2002, stephan@wanderinghorse.net
     Released under the GNU Lesser General Public License

     ESimpleCLParser is an object for handling command line options.
     Use it like this:
     [...]
 */

Files: EStdStringTokenizer.cc
Copyright: 2003 Stephan Beal <stephan@wanderinghorse.net>
X-Note: No explicit License in file, but see email
 correspondence with the author dated 2010-01-04 in file
 debian/copyright-E-class-files.mail
License: Public Domain
 From: Stephan Beal <stephan@wanderinghorse.net>
 Subject: Re: miwm Window Manager: your copyright and license
 To: Jari Aalto <jari.aalto@cante.net>
 Date: 2010-01-04 15:57 EET
 References: <hbr2ic52.fsf@jondo.cante.net>
 Message-ID: <6ac046011001040557n3e214197gbf617e87460aa53c@mail.gmail.com>
 .
 [...clip...]
 The classes named E* in that source tree were either written by
 myself or ported from other source trees. The two classes which
 i know to be historically "interesting" vis-a-vis licensing are:
 .
 EStdStringTokenizer.cc
 EStringTokenizer.cc
 .
 E*StringTokenizer is based off of code which was originally GPLd
 as part of KDE 1.x or 2.x (i don't remember which). At some
 point (around 2000? 2001?) i recieved permission per email from
 the original license holders to release it as Public Domain.
 [...clip...]

Files: EStdStringTokenizer.h
Copyright: 2003 Stephan Beal <stephan@wanderinghorse.net>
License: Public Domain
Based heavily off of work by:
 /**
    EStdStringTokenizer:
 .
    License: see the file LICENSE in this directory.
    Author: stephan@wanderinghorse.net
 .
    Based heavily off of work by:
 .
    Martin Jones (mjones@kde.org)
    Torben Weis (weis@kde.org)
	   Waldo Bastian (bastian@kde.org)
 .
    which i originally found as StringTokenizer in the KDE 1.x
    source tree. i have received explicit permission from each
    of those gentlemen to release the StringTokenizer code into
    into the Public Domain. (Many thanks to them for that
    permission, without which this whole library would
    necessarily be released under the GNU GPL.)
 .
	   This class is meant to be API- and behaviour-compatible
    with StringTokenizer. This implementation is, however, MUCH
    less efficient.
 .
    EStdStringTokenizer tokenizes strings in a way which is
    consistent with the way a Unix shell does. This makes it
    appropriate for use in parsing many types of arbitrary user
    input, from command-line arguments to comma-separated
    files.
 */

Files: EStringList.cc
Copyright: 2003 Stephan Beal <stephan@wanderinghorse.net>
License: GPL-2
 "EStringList.h // <-- see this file for license, etc."

Files: EStringList.h
Copyright: 2003 Stephan Beal <stephan@wanderinghorse.net>
License: GPL-2
 "See LICENSE file in this [source] directory."

Files: EStringTokenizer.cc
Copyright: 2003 Stephan Beal <stephan@wanderinghorse.net>
License: Public Domain
  "see EStringTokenizer.h for license details."

Files: EStringTokenizer.h
Copyright: 2000-2003 Stephan Beal <stephan@wanderinghorse.net>
Copyright: 1997 Martin Jones <mjones@kde.org>
Copyright: 1997 Torben Weis <weis@kde.org>
Copyright: 1998 Waldo Bastian <bastian@kde.org>
License: Public Domain
 //   This file was part of the KDE libraries
 //    Copyright (C) 1997 Martin Jones (mjones@kde.org)
 //              (C) 1997 Torben Weis (weis@kde.org)
 //              (C) 1998 Waldo Bastian (bastian@kde.org)
 //
 //    This copy was then part of the QUB project.
 //    Copyright (C) 2000-2003 stephan@wanderinghorse.net
 //
 //   Since then i have received permission from Martin, Torben and Waldo
 //   to release this code into the Public Domain, and that is the license
 //   for this code.

Files: debian/*
Copyright: 2009-2010 Jari Aalto <jari.aalto@cante.net>
License: GPL-2+

License: GPL-2
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 of the License.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY 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 with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License can be found in "/usr/share/common-licenses/GPL-2".

License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY 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 with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License can be found in "/usr/share/common-licenses/GPL-2".

License: LGPL
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General
 Public License can be found in "/usr/share/common-licenses/LGPL-2".
