kean / PulsePro

A macOS app for viewing logs from Pulse
https://pulselogger.com
482 stars 24 forks source link

Licence mismatch in file header comments #44

Closed jrothwell closed 1 year ago

jrothwell commented 1 year ago

PulsePro is licensed under the MIT license according to LICENSE.txt.

However, we noticed that there are two files, RemoteLoggerServer.swift and RemoteLoggerClient.swift make references to the Apache 2.0 license with runtime exemption:

// Licensed under Apache License v2.0 with Runtime Library Exception.

It would be good to clarify if this is intentional, and if so, whether this affects the licensing of the whole repository.

kean commented 1 year ago

Pulse Pro is under Apache 2.0 license. I'm going to update it to be consistent. Pulse (the frameworks that you integrate into your apps) are under MIT license.

jrothwell commented 1 year ago

Pulse Pro is under Apache 2.0 license. I'm going to update it to be consistent. Pulse (the frameworks that you integrate into your apps) are under MIT license.

Thanks for the clarification!