From 8bc79efc631b7b86e7e8b1f6afaccc51db49699f Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 9 Nov 2012 01:30:29 -0800 Subject: switch to boost software license --- python/gras/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/gras/__init__.py') 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 -- cgit