~ubuntu-branches/ubuntu/precise/pykcs11/precise

« back to all changes in this revision

Viewing changes to src/pykcs11.h

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2008-11-14 19:18:39 UTC
  • Revision ID: james.westby@ubuntu.com-20081114191839-mdxnp0cg5ar0yhhg
Tags: upstream-1.2.1
ImportĀ upstreamĀ versionĀ 1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//   Copyright (C) 2004 Midori (midori -- a-t -- paipai dot net)
 
2
//
 
3
// This file is free software; you can redistribute it and/or modify it
 
4
// under the terms of the GNU General Public License as published by
 
5
// the Free Software Foundation; either version 2 of the License, or
 
6
// (at your option) 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA.
 
16
 
 
17
 
 
18
#pragma once
 
19