elementary / portals

https://elementary.io
GNU General Public License v3.0
23 stars 6 forks source link

License is inconsistent #30

Open ryonakano opened 3 years ago

ryonakano commented 3 years ago

What Happened?

This repository contains two licenses—GPL 3 and LGPL 2.1.

Steps to Reproduce

  1. See README. It says the license is GPL 3
  2. See any files in src/. These files says the license is LGPL 2.1

Expected Behavior

The license should be unified to either of GPL or LGPL. Also, if we choose LGPL we should use its latest version 3.

OS Version

N/A

Software Version

N/A

Log Output

No response

Hardware Info

No response

danirabbit commented 3 years ago

@Marukesu @tintou was it intentional to use LGPL in code headers? Should we change the README and COPYING file or file headers?

Marukesu commented 3 years ago

I used LGPL because it was already used in the XdgDesktopPortalPantheon.vala and ExternalWindow.vala.