~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to Source/cmExprParser.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
/* Copy the first part of user declarations.  */
105
105
 
106
106
 
107
 
/*=========================================================================
108
 
 
109
 
  Program:   CMake - Cross-Platform Makefile Generator
110
 
  Module:    $RCSfile: cmExprParser.cxx,v $
111
 
  Language:  C++
112
 
  Date:      $Date: 2007-03-05 15:36:06 $
113
 
  Version:   $Revision: 1.6 $
114
 
 
115
 
  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
116
 
  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
117
 
 
118
 
     This software is distributed WITHOUT ANY WARRANTY; without even
119
 
     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
120
 
     PURPOSE.  See the above copyright notices for more information.
121
 
 
122
 
=========================================================================*/
 
107
/*============================================================================
 
108
  CMake - Cross Platform Makefile Generator
 
109
  Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
 
110
 
 
111
  Distributed under the OSI-approved BSD License (the "License");
 
112
  see accompanying file Copyright.txt for details.
 
113
 
 
114
  This software is distributed WITHOUT ANY WARRANTY; without even the
 
115
  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
116
  See the License for more information.
 
117
============================================================================*/
123
118
/*
124
119
 
125
120
This file must be translated to C and modified to build everywhere.