diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2007-10-23 15:39:28 +0300 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2007-10-23 15:39:28 +0300 |
commit | 0278f50da47c42a88793a21eb912ce8348ffb891 (patch) | |
tree | 3283a430990f654dda7fadeb72ef7703758154f4 /doc/examples/ex-session-info.c | |
parent | f8fe9926a8d7c1e13544e9bee34d8afb8b6dec52 (diff) | |
download | gnutls-0278f50da47c42a88793a21eb912ce8348ffb891.tar.gz |
Added copyright notices to examples
Diffstat (limited to 'doc/examples/ex-session-info.c')
-rw-r--r-- | doc/examples/ex-session-info.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/ex-session-info.c b/doc/examples/ex-session-info.c index a7b56fca9e..dded275152 100644 --- a/doc/examples/ex-session-info.c +++ b/doc/examples/ex-session-info.c @@ -1,3 +1,10 @@ +/* Copyright 2007 Free Software Foundation + * + * Copying and distribution of this file, with or without modification, + * are permitted in any medium without royalty provided the copyright + * notice and this notice are preserved. + */ + #if HAVE_CONFIG_H # include <config.h> #endif |