| 1 | | ;-------------------------------------------------------------------- |
| 2 | | ; $Id$ |
| 3 | | ; |
| 4 | | ; Vidalia is distributed under the following license: |
| 5 | | ; |
| 6 | | ; Copyright (C) 2006-2007, Matt Edman, Justin Hipple |
| 7 | | ; |
| 8 | | ; This program is free software; you can redistribute it and/or |
| 9 | | ; modify it under the terms of the GNU General Public License |
| 10 | | ; as published by the Free Software Foundation; either version 2 |
| 11 | | ; of the License, or (at your option) any later version. |
| 12 | | ; |
| 13 | | ; This program is distributed in the hope that it will be useful, |
| 14 | | ; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | | ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | | ; GNU General Public License for more details. |
| 17 | | ; |
| 18 | | ; You should have received a copy of the GNU General Public License |
| 19 | | ; along with this program; if not, write to the Free Software |
| 20 | | ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
| 21 | | ; 02110-1301, USA. |
| 22 | | ;-------------------------------------------------------------------- |
| | 1 | ;; |
| | 2 | ;; $Id$ |
| | 3 | ;; |
| | 4 | ;; This file is part of Vidalia, and is subject to the license terms in the |
| | 5 | ;; LICENSE file, found in the top level directory of this distribution. If |
| | 6 | ;; you did not receive the LICENSE file with this file, you may obtain it |
| | 7 | ;; from the Vidalia source package distributed by the Vidalia Project at |
| | 8 | ;; http://www.vidalia-project.net/. No part of Vidalia, including this file, |
| | 9 | ;; may be copied, modified, propagated, or distributed except according to |
| | 10 | ;; the terms described in the LICENSE file. |
| | 11 | ;; |
| | 12 | |