Skip to content

Commit

Permalink
Update ellipsoid.py
Browse files Browse the repository at this point in the history
Add LGPL 2.1 license notices
  • Loading branch information
yayahjb authored Nov 3, 2020
1 parent 871ed75 commit f3ac319
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ellipsoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
import math
import sys

__author__ = "Thu Nguyen"
__copyright__ = "Copyright (C) 2020 Thu Nguyen"
__license__ = "LGPL 2.1"
__version__ = "1.0"

class Ellipsoid:
def __init__(self): pass

Expand Down

0 comments on commit f3ac319

Please sign in to comment.