<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/02/2013 08:35 PM, Dan Wilcox
      wrote:<br>
    </div>
    <blockquote
      cite="mid:433C09CC-1282-4727-B27C-848557B91E37@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      My approach with PdParty so far is:
      <div><br>
      </div>
      <div>- GPL source code is incompatible with the Apple App Store
        due to the static linking requirement which means you cannot
        distribute GPL libs as dynamic libs which can be updated or
        replaced by the user</div>
      <div><br>
      </div>
      <div>- GPL patches are fine, they are text files which are not
        compiled into your app binary so can be freely replaced, I
        expose all of the GPL patches I use to the user so they can
        modify or update them to satisfy the distribution requirement of
        the GPL<br>
        <div><br>
        </div>
        <div>- I leave out [expr] &amp; [expr~] for now. The license in
          the expr src folder is LGPL, but the license in the source
          headers is GPL and the following is printed to console when
          first loading the external: "expr, expr~, fexpr~ version 0.4
          under GNU General Public License ". I will leave it out until
          those parts of the code are explicitly changed. If this has
          already happened, then we need to merge in those changes to
          libpd. So far, as Miller suggests, I've been replacing [expr]
          with regular math objects.</div>
      </div>
    </blockquote>
    <br>
    And make sure that all the authors sign off on that license change.<br>
    <br>
    -Jonathan<br>
  </body>
</html>