Changeset 5999 in vbox for trunk/src/libs
- Timestamp:
- Dec 7, 2007 3:05:06 PM (17 years ago)
- Location:
- trunk/src/libs
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/Makefile.kmk
r5553 r5999 5 5 6 6 # 7 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 16 17 17 18 DEPTH = ../.. -
trunk/src/libs/ffmpeg-20060710/Makefile.kmk
r5776 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # innotek GmbH confidential 10 # All rights reserved 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # innotek GmbH confidential 10 # All rights reserved 11 # 11 12 12 13 DEPTH = ../../.. -
trunk/src/libs/ffmpeg-20060710/VBoxFFmpeg-darwin.def
r5776 r5999 3 3 # VBoxFFmpeg Export File. 4 4 # 5 # Copyright (C) 2006-2007 innotek GmbH 6 # 7 # innotek GmbH confidential 8 # All rights reserved 5 # Copyright (C) 2006-2007 innotek GmbH 6 # 7 # innotek GmbH confidential 8 # All rights reserved 9 # 9 10 _av_free 10 11 _avcodec_alloc_frame -
trunk/src/libs/ffmpeg-20060710/VBoxFFmpeg.def
r5776 r5999 3 3 ; VBoxFFmpeg Definition File. 4 4 ; 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; innotek GmbH confidential 8 ; All rights reserved 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; innotek GmbH confidential 8 ; All rights reserved 9 ; 9 10 10 11 LIBRARY VBoxFFmpeg.dll -
trunk/src/libs/kStuff/Makefile.kmk
r5778 r5999 5 5 6 6 # 7 # 7 # Copyright (C) 2007 innotek GmbH 8 8 # 9 # 10 # 11 # 12 # General Public License as published by the Free Software Foundation,13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 # distribution. VirtualBox OSE is distributed in the hope that it will15 # be useful, but WITHOUT ANY WARRANTY of any kind.9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 # 17 17 -
trunk/src/libs/kStuff/iprt/kHlpAlloc-iprt.cpp
r5775 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 16 */ 18 17 -
trunk/src/libs/kStuff/iprt/kHlpEnv-iprt.cpp
r5775 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 16 */ 18 17 -
trunk/src/libs/kStuff/iprt/kHlpPage-iprt.cpp
r5775 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 16 */ 18 17 -
trunk/src/libs/kStuff/iprt/kHlpString-iprt.cpp
r5775 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 16 */ 18 17 -
trunk/src/libs/kStuff/iprt/kRdrFile-iprt.cpp
r5775 r5999 10 10 * available from http://www.virtualbox.org. This file is free software; 11 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License as published by the Free Software Foundation, 13 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 16 */ 18 17 -
trunk/src/libs/liblzf-1.51/Makefile.kmk
r4071 r5999 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 16 17 17 18 -
trunk/src/libs/xpcom18a4/Makefile.kmk
r5501 r5999 5 5 6 6 # 7 # 8 # 9 # 10 # 11 # 12 # General Public License as published by the Free Software Foundation,13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE14 # distribution. VirtualBox OSE is distributed in the hope that it will15 # be useful, but WITHOUT ANY WARRANTY of any kind.7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 # 17 17
Note:
See TracChangeset
for help on using the changeset viewer.