comparison dynamin/painting/text_layout.d @ 90:41b430aa319f

Add license boilerplate to top of text_layout.d
author Jordan Miner <jminer7@gmail.com>
date Mon, 26 Jul 2010 00:34:56 -0500
parents ded31d46f75f
children 85cd0b04777c
comparison
equal deleted inserted replaced
89:0d6778fea624 90:41b430aa319f
1 // Written in the D programming language
2 // www.digitalmars.com/d/
3
4 /*
5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
8 * http://www.mozilla.org/MPL/
9 *
10 * Software distributed under the License is distributed on an "AS IS" basis,
11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 * for the specific language governing rights and limitations under the
13 * License.
14 *
15 * The Original Code is the Dynamin library.
16 *
17 * The Initial Developer of the Original Code is Jordan Miner.
18 * Portions created by the Initial Developer are Copyright (C) 2007-2010
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Jordan Miner <jminer7@gmail.com>
23 *
24 */
25
1 module dynamin.painting.text_layout; 26 module dynamin.painting.text_layout;
2 27
3 import dynamin.core.list; 28 import dynamin.core.list;
4 import dynamin.core.string; 29 import dynamin.core.string;
5 import dynamin.painting.color; 30 import dynamin.painting.color;