summaryrefslogtreecommitdiff
path: root/lib/gnutls_datum.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-01-24 18:45:27 +0000
committerSimon Josefsson <simon@josefsson.org>2005-01-24 18:45:27 +0000
commitd637fdc0afa303a61efbe8b166fb128565637fe3 (patch)
treef21b22e80696cf7d8cd2c181b699813eea63ed20 /lib/gnutls_datum.h
parentc7468f1b5b40cde7c1eed7131a7c683f8456b5c9 (diff)
downloadgnutls-d637fdc0afa303a61efbe8b166fb128565637fe3.tar.gz
Clean up license templates.
Diffstat (limited to 'lib/gnutls_datum.h')
-rw-r--r--lib/gnutls_datum.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/gnutls_datum.h b/lib/gnutls_datum.h
index a2e4a0a5dc..64cffc24eb 100644
--- a/lib/gnutls_datum.h
+++ b/lib/gnutls_datum.h
@@ -1,3 +1,27 @@
+/*
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation
+ *
+ * Author: Nikos Mavroyanopoulos <nmav@hellug.gr>
+ *
+ * This file is part of GNUTLS.
+ *
+ * The GNUTLS library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ *
+ */
+
void _gnutls_write_datum16(opaque * dest, gnutls_datum_t dat);
void _gnutls_write_datum24(opaque * dest, gnutls_datum_t dat);
void _gnutls_write_datum32(opaque * dest, gnutls_datum_t dat);