Changeset 43105 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Aug 30, 2012 2:07:43 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 80466
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/gen_python_deps.py
r43102 r43105 2 2 3 3 """ 4 # Copyright (C) 2009Oracle Corporation5 # 6 #This file is part of VirtualBox Open Source Edition (OSE), as7 #available from http://www.virtualbox.org. This file is free software;8 #you can redistribute it and/or modify it under the terms of the GNU9 #General Public License (GPL) as published by the Free Software10 #Foundation, in version 2 as it comes in the "COPYING" file of the11 #VirtualBox OSE distribution. VirtualBox OSE is distributed in the12 #hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.4 Copyright (C) 2009-2012 Oracle Corporation 5 6 This file is part of VirtualBox Open Source Edition (OSE), as 7 available from http://www.virtualbox.org. This file is free software; 8 you can redistribute it and/or modify it under the terms of the GNU 9 General Public License (GPL) as published by the Free Software 10 Foundation, in version 2 as it comes in the "COPYING" file of the 11 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 13 """ 14 14
Note:
See TracChangeset
for help on using the changeset viewer.