comparison dynamin/gui/key.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 63ea570c8d7c
children acdbb30fee7e
comparison
equal deleted inserted replaced
102:604d20cac836 103:73060bc3f004
1 // Written in the D programming language
2 // www.digitalmars.com/d/
3 1
4 /* 2 /*
5 * The contents of this file are subject to the Mozilla Public License Version 3 * Copyright Jordan Miner
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 * 4 *
10 * Software distributed under the License is distributed on an "AS IS" basis, 5 * This Source Code Form is subject to the terms of the Mozilla Public
11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 6 * License, v. 2.0. If a copy of the MPL was not distributed with this
12 * for the specific language governing rights and limitations under the 7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
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-2009
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Jordan Miner <jminer7@gmail.com>
23 * 8 *
24 */ 9 */
25 10
26 module dynamin.gui.key; 11 module dynamin.gui.key;
27 12