~ubuntu-branches/ubuntu/precise/gcalctool/precise-proposed

« back to all changes in this revision

Viewing changes to src/math-variables.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-03-21 15:09:58 UTC
  • mfrom: (1.3.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110321150958-ye9bm6c1k38r4llu
Tags: 5.91.92-0ubuntu1
* New upstream release
  - Fixes (LP: #736632)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  Copyright (c) 2008-2009 Robert Ancell
2
 
 *
3
 
 *  This program is free software; you can redistribute it and/or modify
4
 
 *  it under the terms of the GNU General Public License as published by
5
 
 *  the Free Software Foundation; either version 2, or (at your option)
6
 
 *  any later version.
7
 
 *
8
 
 *  This program is distributed in the hope that it will be useful, but
9
 
 *  WITHOUT ANY WARRANTY; without even the implied warranty of
10
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
 
 *  General Public License for more details.
12
 
 *
13
 
 *  You should have received a copy of the GNU General Public License
14
 
 *  along with this program; if not, write to the Free Software
15
 
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
16
 
 *  02111-1307, USA.
 
1
/*
 
2
 * Copyright (C) 2008-2011 Robert Ancell
 
3
 *
 
4
 * This program is free software: you can redistribute it and/or modify it under
 
5
 * the terms of the GNU General Public License as published by the Free Software
 
6
 * Foundation, either version 2 of the License, or (at your option) any later
 
7
 * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
 
8
 * license.
17
9
 */
18
10
 
19
11
#ifndef MATH_VARIABLES_H