• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Finds networks of resistors to approximate resistances.


Commit MetaInfo

Revision8d66e8e1b770dc983a8c54cbe5ff941209a38d7b (tree)
Zeit2020-03-11 15:42:57
AutorAlaskanEmily <emily@alas...>
CommiterAlaskanEmily

Log Message

Add license

Ändern Zusammenfassung

Diff

--- a/resistors.m
+++ b/resistors.m
@@ -1,3 +1,8 @@
1+% Copyright (c) 2020, AlaskanEmily
2+% This Source Code Form is subject to the terms of the Mozilla Public
3+% License, v. 2.0. If a copy of the MPL was not distributed with this
4+% file, You can obtain one at https://mozilla.org/MPL/2.0/.
5+
16 :- module resistors.
27
38 %=============================================================================%