Templates.glade public domain?

Ariszló <[email protected]> Sun, 21 Nov 2010 17:36:43 +0100
Newsgroups gmane.comp.desktop.rox.user
Message-ID <[email protected]>
I am packaging Templates.glade in a separate packages for the next
release of ROX Build Debs as a temporary workaround for Debian bugs
546907 & 549621 but I am not sure how to license the package.

It is a plain text config file extracted from rox-filer-2.8.tar.bz2,
so I assume it is public domain, but it may as well be GPL because
ROX-Filer is GPL.

The package would contain
/usr/share/rox/Templates.glade-2.8

postinst:

if test ! -e /usr/share/rox/Templates.glade
then ( cd /usr/share/rox
ln -s Templates.glade-2.8 Templates.glade )
fi

and prerm:

#!/bin/sh
if test -h /usr/share/rox/Templates.glade
then rm -f /usr/share/rox/Templates.glade
fi

Ariszló
http://gtk-apps.org/content/show.php?content=134110

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev