Changeset 2374 for vidalia/trunk/cmake

Show
Ignore:
Timestamp:
03/01/08 18:56:31 (9 months ago)
Author:
edmanm
Message:

The best way to find things you forgot to do is to tag a release. Fortunately,
this one isn't too important.

Location:
vidalia/trunk/cmake
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/cmake/FindOpenSSL.cmake

    r2334 r2374  
    1 #  $Id: CMakeLists.txt 2327 2008-01-27 15:51:39Z edmanm $ 
    2 #  
    3 #  Vidalia is distributed under the following license: 
    4 # 
    5 #  Copyright (C) 2006-2007,  Matt Edman, Justin Hipple 
    6 #  Copyright (C) 2008, Matt Edman 
    7 # 
    8 #  This program is free software; you can redistribute it and/or modify it 
    9 #  under the terms of the GNU General Public License as published by the Free 
    10 #  Software Foundation; either version 2 of the License, or (at your option) 
    11 #  any later version. 
    12 # 
    13 #  This program is distributed in the hope that it will be useful, but WITHOUT 
    14 #  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
    15 #  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
    16 #  more details. 
    17 # 
    18 #  You should have received a copy of the GNU General Public License along with 
    19 #  this program; if not, write to the Free Software Foundation, Inc., 51 
    20 #  Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. 
    21 # 
    22 # 
    23 #  This file incorporates work covered by the following copyright and 
    24 #  permission notice: 
    25 # 
    26 #  Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org> 
    27 # 
    28 #  Redistribution and use in source and binary forms, with or without 
    29 #  modification, are permitted provided that the following conditions are met: 
    30 # 
    31 #   * Redistributions of source code must retain the above copyright notice, 
    32 #     this list of conditions and the following disclaimer. 
    33 # 
    34 #   * Redistributions in binary form must reproduce the above copyright notice, 
    35 #     this list of conditions and the following disclaimer in the documentation 
    36 #     and/or other materials provided with the distribution. 
    37 # 
    38 #   * Neither the names of the copyright owners nor the names of its 
    39 #     contributors may be used to endorse or promote products derived from this 
    40 #     software without specific prior written permission. 
    41 # 
    42 #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
    43 #  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
    44 #  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
    45 #  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
    46 #  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
    47 #  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
    48 #  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
    49 #  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
    50 #  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
    51 #  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
    52 #  POSSIBILITY OF SUCH DAMAGE. 
    53 # 
     1## 
     2##  $Id: CMakeLists.txt 2362 2008-02-29 04:30:11Z edmanm $ 
     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##  This file incorporates work covered by the following copyright and 
     13##  permission notice: 
     14## 
     15##  Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org> 
     16## 
     17##  Redistribution and use in source and binary forms, with or without 
     18##  modification, are permitted provided that the following conditions are met: 
     19## 
     20##   * Redistributions of source code must retain the above copyright notice, 
     21##     this list of conditions and the following disclaimer. 
     22## 
     23##   * Redistributions in binary form must reproduce the above copyright notice, 
     24##     this list of conditions and the following disclaimer in the documentation 
     25##     and/or other materials provided with the distribution. 
     26## 
     27##   * Neither the names of the copyright owners nor the names of its 
     28##     contributors may be used to endorse or promote products derived from this 
     29##     software without specific prior written permission. 
     30## 
     31##  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
     32##  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
     33##  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
     34##  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
     35##  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
     36##  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
     37##  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
     38##  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
     39##  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
     40##  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
     41##  POSSIBILITY OF SUCH DAMAGE. 
     42## 
    5443 
    55 # Tries to find the required OpenSSL libraries. Once done this will define 
    56 # the variable OPENSSL_LIBRARIES. 
     44## Tries to find the required OpenSSL libraries. Once done this will define 
     45## the variable OPENSSL_LIBRARIES. 
    5746 
    5847message(STATUS "Looking for OpenSSL libraries") 
  • vidalia/trunk/cmake/VidaliaMacros.cmake

    r2335 r2374  
    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## 
    2312 
    2413