/tomo/pyhst

To get this branch, use:
bzr branch http://darksoft.org/webbzr/tomo/pyhst

« back to all changes in this revision

Viewing changes to hw_thread.c

  • Committer: Suren A. Chilingaryan
  • Date: 2011-04-06 09:59:26 UTC
  • Revision ID: csa@dside.dyndns.org-20110406095926-e5w5zgtcwsl3cr75
Add COPYING and fix license statements

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * The PyHST program is Copyright (C) 2002-2011 of the
 
3
 * European Synchrotron Radiation Facility (ESRF) and
 
4
 * Karlsruhe Institute of Technology (KIT).
 
5
 *
 
6
 * PyHST is free software: you can redistribute it and/or modify it
 
7
 * under the terms of the GNU General Public License as published by the
 
8
 * Free Software Foundation, either version 3 of the License, or
 
9
 * (at your option) any later version.
 
10
 * 
 
11
 * hst is distributed in the hope that it will be useful, but
 
12
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
14
 * See the GNU General Public License for more details.
 
15
 * 
 
16
 * You should have received a copy of the GNU General Public License along
 
17
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
 
18
 */
 
19
 
1
20
#include <stdio.h>
2
21
#include <stdlib.h>
3
22
#include <string.h>