diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-13 19:56:13 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-13 20:00:29 +0200 |
commit | e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c (patch) | |
tree | 26abaf3064419496a91ad3b8e19e86cff36a98db /lib/gstr.h | |
parent | e0fd18c05c510114c65f5ce5763a4b5d7668fec2 (diff) | |
download | libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.tar.gz libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.tar.bz2 libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.zip |
Add license notes to files.
Diffstat (limited to 'lib/gstr.h')
-rw-r--r-- | lib/gstr.h | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +/* + * Copyright (C) 2002, 2006, 2007, 2008, 2009, 2010 Free Software + * Foundation, Inc. + * + * This file is part of LIBTASN1. + * + * The LIBTASN1 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., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA + */ + void _asn1_str_cpy (char *dest, size_t dest_tot_size, const char *src); void _asn1_str_cat (char *dest, size_t dest_tot_size, const char *src); |