<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="2">Good morning:<br>
      <br>
      I've developed some custom widgets under PyQt4 which I've uploaded
      to a<br>
      github repo. Following the example found in QtQuarterly number 26,
      at<br>
      <a href="https://doc.qt.io/archives/qq/qq26-pyqtdesigner.html">https://doc.qt.io/archives/qq/qq26-pyqtdesigner.html</a>,
      I've created also<br>
      plugins for having those widgets available in Qt Designer. For
      such a<br>
      task and its deployement, I've modified the setup included in the
      code,<br>
      as well as followed the code for plugin production.<br>
      <br>
      I'm concerned about license issues and, because I'm sort of
      newcomer,<br>
      I'm wondering if I've made things right. I am pretty sure GPL
      license could be<br>
      applied to my work, but I don't really know which formalities
      should I<br>
      adapt in my files (I mean file headers mentioning license). I'm
      sure<br>
      about the files I've created from scratch (say the class
      implementation<br>
      for the widgets) but I'm not so sure regarding to the files I've
      derived<br>
      from the files provided in the sample code (say setup script and<br>
      plugin files, which have been modified for my needs).<br>
      <br>
      So I would like to ask you for some kind of review of that files
      or just<br>
      a some directions about how to proceed with that. The github
      repository<br>
      is allocated at<br>
      <br>
      <a href="https://github.com/jtornero/jtCustomQtWidgets">https://github.com/jtornero/jtCustomQtWidgets</a><br>
      <br>
      And the "problematic" files are setup.py and the contents of
      folder /python<br>
      <br>
      Any other directions would be appreciated as well<br>
      <br>
      Thank your very much for your help<br>
      <br>
      Jorge Tornero</font>
  </body>
</html>