]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Stdio/setbuffer.c
Add Socket Libraries.
[mirror_edk2.git] / StdLib / LibC / Stdio / setbuffer.c
index 9527a4b3f691a63c9bf37ca98006c7946489ec2a..761f67f88cf68484be593296aa132c8380c25ba8 100644 (file)
@@ -1,6 +1,13 @@
-/*  $NetBSD: setbuffer.c,v 1.10 2003/08/07 16:43:31 agc Exp $ */\r
+/*\r
+    Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+    This program and the accompanying materials are licensed and made available\r
+    under the terms and conditions of the BSD License that accompanies this\r
+    distribution.  The full text of the license may be found at\r
+    http://opensource.org/licenses/bsd-license.\r
+\r
+    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-/*-\r
  * Copyright (c) 1990, 1993\r
  *  The Regents of the University of California.  All rights reserved.\r
  *\r
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\r
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\r
  * SUCH DAMAGE.\r
- */\r
+\r
+    NetBSD: setbuffer.c,v 1.10 2003/08/07 16:43:31 agc Exp\r
+    setbuffer.c 8.1 (Berkeley) 6/4/93\r
+*/\r
 #include  <LibConfig.h>\r
 #include <sys/EfiCdefs.h>\r
-#if defined(LIBC_SCCS) && !defined(lint)\r
-#if 0\r
-static char sccsid[] = "@(#)setbuffer.c 8.1 (Berkeley) 6/4/93";\r
-#else\r
-__RCSID("$NetBSD: setbuffer.c,v 1.10 2003/08/07 16:43:31 agc Exp $");\r
-#endif\r
-#endif /* LIBC_SCCS and not lint */\r
 \r
 #include <assert.h>\r
 #include <errno.h>\r