changeset 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 0d6778fea624
children 85cd0b04777c
files dynamin/painting/text_layout.d
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dynamin/painting/text_layout.d	Mon Jul 26 00:33:22 2010 -0500
+++ b/dynamin/painting/text_layout.d	Mon Jul 26 00:34:56 2010 -0500
@@ -1,3 +1,28 @@
+// Written in the D programming language
+// www.digitalmars.com/d/
+
+/*
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is the Dynamin library.
+ *
+ * The Initial Developer of the Original Code is Jordan Miner.
+ * Portions created by the Initial Developer are Copyright (C) 2007-2010
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Jordan Miner <jminer7@gmail.com>
+ *
+ */
+
 module dynamin.painting.text_layout;
 
 import dynamin.core.list;