comparison dynamin/all.d @ 103:73060bc3f004

Change license to Boost 1.0 and MPL 2.0.
author Jordan Miner <jminer7@gmail.com>
date Tue, 15 May 2012 22:06:02 -0500
parents aa4efef0f0b1
children
comparison
equal deleted inserted replaced
102:604d20cac836 103:73060bc3f004
1
2 /*
3 * Copyright Jordan Miner
4 *
5 * Distributed under the Boost Software License, Version 1.0.
6 * (See accompanying file BOOST_LICENSE.txt or copy at
7 * http://www.boost.org/LICENSE_1_0.txt)
8 *
9 */
10
1 module dynamin.all; 11 module dynamin.all;
2 12
3 //public import dynamin.core.all; 13 //public import dynamin.core.all;
4 //public import dynamin.painting.all; //depends on core 14 //public import dynamin.painting.all; //depends on core
5 //public import dynamin.gui.all; //depends on core and painting 15 //public import dynamin.gui.all; //depends on core and painting