~ubuntu-branches/ubuntu/oneiric/gnutls26/oneiric

« back to all changes in this revision

Viewing changes to guile/src/make-smob-types.scm

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; Help produce Guile wrappers for GnuTLS types.
2
2
;;;
3
 
;;; GNUTLS --- Guile bindings for GnuTLS.
4
 
;;; Copyright (C) 2007  Free Software Foundation
 
3
;;; GnuTLS --- Guile bindings for GnuTLS.
 
4
;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
5
5
;;;
6
 
;;; GNUTLS is free software; you can redistribute it and/or
 
6
;;; GnuTLS is free software; you can redistribute it and/or
7
7
;;; modify it under the terms of the GNU Lesser General Public
8
8
;;; License as published by the Free Software Foundation; either
9
9
;;; version 2.1 of the License, or (at your option) any later version.
10
10
;;;
11
 
;;; GNUTLS is distributed in the hope that it will be useful,
 
11
;;; GnuTLS is distributed in the hope that it will be useful,
12
12
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
14
;;; Lesser General Public License for more details.
15
15
;;;
16
16
;;; You should have received a copy of the GNU Lesser General Public
17
 
;;; License along with GNUTLS; if not, write to the Free Software
 
17
;;; License along with GnuTLS; if not, write to the Free Software
18
18
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 
20
20
;;; Written by Ludovic Court�s <ludo@chbouib.org>.