From 166cc47deaa1da2477806e3bb9a1c6bd0b94ff52 Mon Sep 17 00:00:00 2001 From: joseph Date: Wed, 7 Mar 2012 19:31:25 +0000 Subject: Merge changes between r17384 and r17457 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@17458 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/manual/examples/memopen.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'libc/manual/examples/memopen.c') diff --git a/libc/manual/examples/memopen.c b/libc/manual/examples/memopen.c index 682830fe5..3fa29d521 100644 --- a/libc/manual/examples/memopen.c +++ b/libc/manual/examples/memopen.c @@ -1,3 +1,20 @@ +/* String Streams + Copyright (C) 1991-2012 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, if not, see . +*/ + #include static char buffer[] = "foobar"; -- cgit v1.2.3