~laszlo-simon/polycalc/trunk

« back to all changes in this revision

Viewing changes to src/pcappscript.h

  • Committer: Simon Laszlo
  • Date: 2012-06-10 10:54:57 UTC
  • Revision ID: laszlo.simon@gmail.com-20120610105457-197kqofb5b6ereck
Licence comment added to new files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This file is part of PolyCalc.
 
2
 
 
3
   PolyCalc 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 3 of the License, or
 
6
   any later version.
 
7
 
 
8
   PolyCalc is distributed in the hope that it will be useful,
 
9
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
   GNU General Public License for more details.
 
12
 
 
13
   You should have received a copy of the GNU General Public License
 
14
   along with PolyCalc.  If not, see <http://www.gnu.org/licenses/>.
 
15
 
 
16
   For more information about PolyCalc see project home
 
17
   <https://launchpad.net/polycalc>.
 
18
 
 
19
   Copyright 2012 PolyCalc development team */
 
20
 
1
21
#ifndef PCAPPSCRIPT_H
2
22
#define PCAPPSCRIPT_H
3
23