~ubuntu-branches/ubuntu/raring/genius/raring

« back to all changes in this revision

Viewing changes to src/utype.h

  • Committer: Logan Rosen
  • Date: 2012-12-23 04:12:09 UTC
  • mfrom: (1.2.8)
  • Revision ID: logatronico@gmail.com-20121223041209-kduaktqblmrcakhk
New upstream release (LP: #1092569).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* GENIUS Calculator
2
 
 * Copyright (C) 1997-2002 George Lebl
3
 
 *
4
 
 * Author: George Lebl
5
 
 *
6
 
 * This program is free software; you can redistribute it and/or modify
 
2
 * Copyright (C) 1997-2002 Jiri (George) Lebl
 
3
 *
 
4
 * Author: Jiri (George) Lebl
 
5
 *
 
6
 * This file is part of Genius.
 
7
 *
 
8
 * Genius is free software: you can redistribute it and/or modify
7
9
 * it under the terms of the GNU General Public License as published by
8
 
 * the Free Software Foundation; either version 2 of the License, or
 
10
 * the Free Software Foundation, either version 3 of the License, or
9
11
 * (at your option) any later version.
10
12
 *
11
13
 * This program is distributed in the hope that it will be useful,
14
16
 * GNU General Public License for more details.
15
17
 *
16
18
 * You should have received a copy of the GNU General Public License
17
 
 * along with this program; if not, write to the  Free Software
18
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
19
 
 * USA.
 
19
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
 */
21
21
 
22
22
#ifndef _UTYPE_H_