top | item 41656161

(no title)

kajika91 | 1 year ago

Was looking at who is the author and saw "Copyright [yyyy] [name of copyright owner]" in the LICENCE (https://github.com/RikkaApps/Shizuku/blob/master/LICENSE#L19...)

Is this still valid? If not does that mean that this app has no license?

discuss

order

JimDabell|1 year ago

This is not valid. A valid copyright notice has three things – the copyright holder, the word “copyright” or equivalent, and when the work was created. If it doesn’t have these three things, it is invalid, which in the USA is equivalent to no notice at all.

However copyright is automatic virtually everywhere in the world, so no copyright notice is needed for it to be copyrighted.

A license is how the copyright holder grants permission for people to copy their works in ways that would normally be forbidden by copyright. The copyright notice being invalid doesn’t affect this.

whs|1 year ago

The software is not FOSS anyway. The README file says that you can't redistribute self-compiled APK. That is also reason Shizuku is not on F-Droid, as both F-Droid and Shizuku authors don't trust each other's APK.

notpushkin|1 year ago

It is. The [placeholders] here are a part of the Apache license text describing what to put in the source code to apply the license (see line 179). The author doesn’t follow this, but I think the intention is still clear so it’s fine.

TheDong|1 year ago

Yes it's valid. I am not a lawyer, this is not legal advice.

As programmers, our instinct is to try to interpret things literally, as if they can be represented by math or code.

Copyright is a thing of the law, and laws are not like that. Laws are interpreted by humans, who generally attempt to interpret the spirit, and generally apply reasonable interpretations.

It's clear the author of the code intends it to be available under the Apache 2, and that's good enough.

kevin_b_er|1 year ago

The author intends it to be a modified Apache 2.

   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.


  
    For the project as a whole, it is not free. You are FORBIDDEN to distribute the apk compiled by you (including modified, e.g., rename app name "Shizuku" to something else) to any store (IBNLT Google Play Store, F-Droid, Amazon Appstore etc.).
This is not Apache licensed, because the author is explicitly declaring its terms altered.

It is NOT open source, it violates freedom 1:

Freedom 1

   The license shall not restrict any party from selling or giving away the software as a component of an aggregate software distribution containing programs from several different sources. The license shall not require a royalty or other fee for such sale.