diff options
author | Josh Blum | 2012-11-09 01:30:29 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-09 01:30:29 -0800 |
commit | 8bc79efc631b7b86e7e8b1f6afaccc51db49699f (patch) | |
tree | af793154e0a14ca51a9828b4137d316c74e52c3c /python/gras/__init__.py | |
parent | 74142393b1161fbf0af2531e6346846cc5fcb241 (diff) | |
download | sandhi-8bc79efc631b7b86e7e8b1f6afaccc51db49699f.tar.gz sandhi-8bc79efc631b7b86e7e8b1f6afaccc51db49699f.tar.bz2 sandhi-8bc79efc631b7b86e7e8b1f6afaccc51db49699f.zip |
switch to boost software license
Diffstat (limited to 'python/gras/__init__.py')
-rw-r--r-- | python/gras/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/gras/__init__.py b/python/gras/__init__.py index b348ca3..ee24697 100644 --- a/python/gras/__init__.py +++ b/python/gras/__init__.py @@ -1,3 +1,5 @@ +# Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. + from GRAS_Block import Block, Tag from GRAS_HierBlock import HierBlock, TopBlock from GRAS_ThreadPool import ThreadPoolConfig, ThreadPool |