LoginSignup

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 1 year has passed since last update.

Code licenseとcode review

Last updated at Posted at 2022-07-04

資料

ライセンス一般

pipでのチェック

pip_licenses

  • python3 -m venv venv
  • source venv/bin/activate.fish
  • cat requirements.txt

pipdeptreepip-licensestkdesigner

  • pip install -r requirements.txt
  • pip list
  • pipdeptree
  • pip-licenses

具体的な例

directoryの整理

課題

上記の記述を参照して自作コードのどこまでが自作かをレポートする作業をしてもらいます.

公開同意書

PythonOpeningAgreement22.pdfを提出してください.ペンでの自筆サインをお願いします.

ライセンス

自分の作品のライセンスを考えて,自分のクレジット(ライセンス)および引用元コードのクレジットをつけ加えたソースコードをLUNAへ再提出しなさい.

ライセンスがよくわからない場合は,どのサイトを参考にしたかを次のREADME.mdに記述してください.

README.md

コード解説あるいは,意図を記述したMarkDown書類をLUNAへ提出してください.

正しい引用

Copy&Pasteした時に,間違ったひょう窃となるではなく,正しい引用となる仕方を知っておいてください.

  • 引用元を明示: 元のソースコードをどこからcopy&pasteしたかを示す.元のコードがどこにあったかが,後で人が読んだ時にわかる情報を載せておく.
  • 違いを明確に: コードを改変したなら,どこをどのように改変したかがわかるように解説する.

  • source ~/Desktop/lecture_22s/CompAInfo/c14_code_readme.org
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up