savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #15221] Submission of Reproducible pape


From: Mohammad Akhlaghi
Subject: [Savannah-register-public] [task #15221] Submission of Reproducible paper template
Date: Tue, 2 Apr 2019 08:03:52 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0

Follow-up Comment #12, task #15221 (project administration):

Thanks a lot for pointing this out, all relevant files are now copyrighted.

To finally fix this problem (in Gnuastro and this project) I ran the following
script to print all the files that don't have a "copyright" term in them and
added the notice to them.

++
for f in $(find ./ -type f); do \
  if [[ $f != ./.git/* ]]; then \
    n=$(grep -i copyright $f | wc -l); \
    echo "$n $f"; \
  fi; \
done | awk '$1==0'
--

Of course, it does have the caveat that if "copyright" is used within the file
(not as an actual copyright notice), it will not report it. But at least in
Gnuastro, I don't think we have such cases.

As before the updated tarball is available here:
https://gitlab.com/makhlaghi/reproducible-paper/-/archive/pipeline/reproducible-paper-pipeline.tar.gz

I have been really busy in the last few days and couldn't do a proper
systematic search for such cases, but hopefully this should do it. Thanks a
lot for all the patience, I really appreciate it.

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/task/?15221>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]