[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3.
From: |
Maxime Devos |
Subject: |
[bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3. |
Date: |
Mon, 07 Feb 2022 20:44:37 +0100 |
User-agent: |
Evolution 3.38.3-1 |
Reily Siegel schreef op do 03-02-2022 om 19:26 [-0500]:
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "https://repo1.maven.org/maven2/"
> + "com/cognitect/aws/s3/"
> + version "/s3-"
> + version "-sources.jar"))
> + [...]
> + (license license:asl2.0)))
I downloaded it, the hash matches.
However, the license appears to be incorrect: specs.clj starts with
;; Copyright (c) Cognitect, Inc.
;; All rights reserved.
‘All rights reserved’ is not ASL2.0, and is blatantly non-free.
Also, are you sure this is source code? Aside from the comment above,
I don't see any comments or docstrings in specs.clj.
Furthermore, service.edn and docs.edn are huge blobs -- it's textual
and not binary, but that doesn't make it source code.
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
- [bug#53765] [PATCH 11/17] gnu: Add clojure-core-async., (continued)
[bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3., Reily Siegel, 2022/02/03
[bug#53765] [PATCH 17/17] gnu: clojure-tools: Fix logging warning messages., Reily Siegel, 2022/02/03
[bug#53765] [PATCH 13/17] gnu: Add clojure-com-cognitect-aws-api., Reily Siegel, 2022/02/03
[bug#53765] [PATCH 13/17] gnu: Add clojure-com-cognitect-aws-api., Maxime Devos, 2022/02/06
[bug#53765] [PATCH 16/17] gnu: clojure-tools-deps-alpha: Fix issues with S3, Reily Siegel, 2022/02/03