Recent

Author Topic: TMapViewer license change allowed by the author  (Read 4658 times)

wp

  • Hero Member
  • *****
  • Posts: 11854
Re: TMapViewer license change allowed by the author
« Reply #15 on: April 06, 2020, 10:32:28 am »
avra, you seem to be more experienced with licenses than I am. Is it ok when I replace the license header in the MapViewer source files by this

Quote
License: modified LGPL with linking exception (like RTL, FCL and LCL)
see: https://wiki.lazarus.freepascal.org/FPC_modified_LGPL


marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11383
  • FPC developer.
Re: TMapViewer license change allowed by the author
« Reply #16 on: April 06, 2020, 11:01:17 am »
avra, you seem to be more experienced with licenses than I am. Is it ok when I replace the license header in the MapViewer source files by this

Quote
License: modified LGPL with linking exception (like RTL, FCL and LCL)
see: https://wiki.lazarus.freepascal.org/FPC_modified_LGPL

Afaik you need at least a formal specification of copyright. Copyright is inalienable in some jurisdictions, but needs to be explicitely asserted in common law ones?

wp

  • Hero Member
  • *****
  • Posts: 11854
Re: TMapViewer license change allowed by the author
« Reply #17 on: April 06, 2020, 11:11:27 am »
Afaik you need at least a formal specification of copyright. Copyright is inalienable in some jurisdictions, but needs to be explicitely asserted in common law ones?

Of course, I wanted to keep the original copyright notes in the file. To be more specific, in mvMapViewer.pas the current header is
Code: Pascal  [Select][+][-]
  1. { (c) 2014 ti_dic MapViewer component for lazarus
  2.   Parts of this component are based on :
  3.     Map Viewer Copyright (C) 2011 Maciej Kaczkowski / keit.co
  4.  
  5.   This library is free software; you can redistribute it and/or modify it
  6.   under the terms of the GNU Library General Public License as published by
  7.   the Free Software Foundation; either version 2 of the License, or (at your
  8.   option) any later version.
  9.  
  10.   This program is distributed in the hope that it will be useful, but WITHOUT
  11.   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12.   FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
  13.   for more details.
  14.  
  15.   You should have received a copy of the GNU Library General Public License
  16.   along with this library; if not, write to the Free Software Foundation,
  17.   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  18. }

I want to replace it by
Code: Pascal  [Select][+][-]
  1. { (c) 2014 ti_dic MapViewer component for lazarus
  2.   Parts of this component are based on :
  3.     Map Viewer Copyright (C) 2011 Maciej Kaczkowski / keit.co
  4.  
  5.   License: modified LGPL with linking exception (like RTL, FCL and LCL)
  6.   see: https://wiki.lazarus.freepascal.org/FPC_modified_LGPL
  7. }
  8.  

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11383
  • FPC developer.
Re: TMapViewer license change allowed by the author
« Reply #18 on: April 06, 2020, 12:16:42 pm »
Maybe also add a line referring to copying and copying.fpc "in the lazarus distribution"  or so.

avra

  • Hero Member
  • *****
  • Posts: 2514
    • Additional info
Re: TMapViewer license change allowed by the author
« Reply #19 on: April 06, 2020, 04:05:07 pm »
avra, you seem to be more experienced with licenses than I am. Is it ok when I replace the license header in the MapViewer source files by this

Quote
License: modified LGPL with linking exception (like RTL, FCL and LCL)
see: https://wiki.lazarus.freepascal.org/FPC_modified_LGPL

I am far from experienced, and more limited in trying to recognize what to avoid during development of closed source software then in properly understanding licenses. So, I might be more wrong then correct. Having all that in mind I will try to contribute to this discussion.

I want to replace it by
Code: Pascal  [Select][+][-]
  1. { (c) 2014 ti_dic MapViewer component for lazarus
  2.   Parts of this component are based on :
  3.     Map Viewer Copyright (C) 2011 Maciej Kaczkowski / keit.co
  4.  
  5.   License: modified LGPL with linking exception (like RTL, FCL and LCL)
  6.   see: https://wiki.lazarus.freepascal.org/FPC_modified_LGPL
  7. }

I believe this would be more appropriate:
Code: Pascal  [Select][+][-]
  1. {
  2.   LazMapViewer Copyright (C) 2014 ti_dic user at Lazarus forum https://forum.lazarus.freepascal.org
  3.   Map Viewer Copyright (C) 2011 Maciej Kaczkowski at https://keit.co
  4.  
  5.   This library is free software; you can redistribute it and/or modify it
  6.   under the terms of the FPC modified LGPL Version 2.
  7.  
  8.   This program is distributed in the hope that it will be useful, but WITHOUT
  9.   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10.   FITNESS FOR A PARTICULAR PURPOSE. See the FPC modified LGPL Version 2
  11.   license for more details.
  12.  
  13.   You should have received a copy of the FPC modified LGPL Version 2
  14.   license along with this library; if not, you can find it at this link:
  15.   https://wiki.lazarus.freepascal.org/FPC_modified_LGPL
  16. }

FPC modified LGPL is based on LGPL, so it should be fine to use LGPL code header template with just minor modification of replacing "LGPL" with "FPC modified LGPL Version 2", and URL address instead of Free Software Foundation US postal address. I believe that all text in LGPL code header template is there for a reason, so we should keep it as it is.

Maybe also add a line referring to copying and copying.fpc "in the lazarus distribution"  or so.

Looking at \fpcsrc\rtl\COPYING.FPC all I can see is that it states what libs are covered by it, explains linking exception difference from pure LGPL, and allows anyone to "delete this exception statement from your version". So, I think we are safe to not mention link to that file. Besides, everything needed is already in the given URL.

Looking at \fpcsrc\rtl\COPYING.txt I see it's pure LGPL 2.1 license, so I think we should have such file but with the content from our license at https://wiki.lazarus.freepascal.org/FPC_modified_LGPL#FPC_modified_LGPL_Version_2.

LGPL recommends to "add information on how to contact you by electronic and paper mail", so if ti_dic has some better way of contacting instead of mentioning that he is a Lazarus forum user, he should step forward.

Is ti_dic the only one who should hold copyright of LazMapViewer? Original author is mentioned to hold copyright, but I do not know if other contributors besides ti_dic should be mentioned as well. I am also not sure if they should be mentioned at all.

At the end of LGPL there is a recommendation on "How to Apply These Terms to Your New Libraries" which says:
Quote
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary.  Here is a sample; alter the names:

  Yoyodyne, Inc., hereby disclaims all copyright interest in the
  library `Frob' (a library for tweaking knobs) written by James Random Hacker.

  <signature of Ty Coon>, 1 April 1990
  Ty Coon, President of Vice

Although this is a recommendation for new libraries, it is not clear to me if "copyright disclaimer" protects original author of the library only in a way that no contributor can claim right to original copyright, or also in a way that no additional copyright can be added to library (even forked one). It is not clear to me if additional copyright holders can be stated besides the original author.

Hopefully someone else will bring more light and correct me where I am wrong.
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

wp

  • Hero Member
  • *****
  • Posts: 11854
Re: TMapViewer license change allowed by the author
« Reply #20 on: April 06, 2020, 07:09:43 pm »
We have more than 18,000 members in this forum. Is there no lawyer among them?

 

TinyPortal © 2005-2018