]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/PyMod-2.7.2/Objects/longobject.c
StdLib: Improve robustness of stat() and make basename() a public function.
[mirror_edk2.git] / AppPkg / Applications / Python / PyMod-2.7.2 / Objects / longobject.c
index 1fbc675f13b78e4c4f804619d7245563804e5d14..2552e99ddbd78bbceefc0a978fed6ce26edff002 100644 (file)
@@ -1,4 +1,15 @@
-/* Long (arbitrary precision) integer object implementation */\r
+/** @file\r
+    Long (arbitrary precision) integer object implementation.\r
+\r
+    Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+    This program and the accompanying materials are licensed and made available under\r
+    the terms and conditions of the BSD License that accompanies this distribution.\r
+    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
 /* XXX The functional organization of this file is terrible */\r
 \r