Changeset 96407 in vbox for trunk/src/VBox/Frontends/VBoxFB
- Timestamp:
- Aug 22, 2022 5:43:14 PM (2 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxFB
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxFB/Framebuffer.cpp
r93115 r96407 5 5 6 6 /* 7 * Copyright (C) 2006-2022 Oracle Corporation 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. 7 * Copyright (C) 2006-2022 Oracle and/or its affiliates. 8 * 9 * This file is part of VirtualBox base platform packages, as 10 * available from https://www.virtualbox.org. 11 * 12 * This program is free software; you can redistribute it and/or 13 * modify it under the terms of the GNU General Public License 14 * as published by the Free Software Foundation, in version 3 of the 15 * License. 16 * 17 * This program is distributed in the hope that it will be useful, but 18 * WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 * General Public License for more details. 21 * 22 * You should have received a copy of the GNU General Public License 23 * along with this program; if not, see <https://www.gnu.org/licenses>. 24 * 25 * SPDX-License-Identifier: GPL-3.0-only 16 26 */ 17 27 -
trunk/src/VBox/Frontends/VBoxFB/Framebuffer.h
r93115 r96407 4 4 5 5 /* 6 * Copyright (C) 2006-2022 Oracle Corporation6 * Copyright (C) 2006-2022 Oracle and/or its affiliates. 7 7 * 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 * This file is part of VirtualBox base platform packages, as 9 * available from https://www.virtualbox.org. 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License 13 * as published by the Free Software Foundation, in version 3 of the 14 * License. 15 * 16 * This program is distributed in the hope that it will be useful, but 17 * WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * General Public License for more details. 20 * 21 * You should have received a copy of the GNU General Public License 22 * along with this program; if not, see <https://www.gnu.org/licenses>. 23 * 24 * SPDX-License-Identifier: GPL-3.0-only 15 25 */ 16 26 -
trunk/src/VBox/Frontends/VBoxFB/Helper.cpp
r93115 r96407 6 6 7 7 /* 8 * Copyright (C) 2006-2022 Oracle Corporation8 * Copyright (C) 2006-2022 Oracle and/or its affiliates. 9 9 * 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 10 * This file is part of VirtualBox base platform packages, as 11 * available from https://www.virtualbox.org. 12 * 13 * This program is free software; you can redistribute it and/or 14 * modify it under the terms of the GNU General Public License 15 * as published by the Free Software Foundation, in version 3 of the 16 * License. 17 * 18 * This program is distributed in the hope that it will be useful, but 19 * WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 * General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with this program; if not, see <https://www.gnu.org/licenses>. 25 * 26 * SPDX-License-Identifier: GPL-3.0-only 17 27 */ 18 28 -
trunk/src/VBox/Frontends/VBoxFB/Helper.h
r93115 r96407 6 6 7 7 /* 8 * Copyright (C) 2006-2022 Oracle Corporation8 * Copyright (C) 2006-2022 Oracle and/or its affiliates. 9 9 * 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 10 * This file is part of VirtualBox base platform packages, as 11 * available from https://www.virtualbox.org. 12 * 13 * This program is free software; you can redistribute it and/or 14 * modify it under the terms of the GNU General Public License 15 * as published by the Free Software Foundation, in version 3 of the 16 * License. 17 * 18 * This program is distributed in the hope that it will be useful, but 19 * WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 * General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with this program; if not, see <https://www.gnu.org/licenses>. 25 * 26 * SPDX-License-Identifier: GPL-3.0-only 17 27 */ 18 28 -
trunk/src/VBox/Frontends/VBoxFB/Makefile.kmk
r93115 r96407 5 5 6 6 # 7 # Copyright (C) 2006-2022 Oracle Corporation7 # Copyright (C) 2006-2022 Oracle and/or its affiliates. 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 (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. 9 # This file is part of VirtualBox base platform packages, as 10 # available from https://www.virtualbox.org. 11 # 12 # This program is free software; you can redistribute it and/or 13 # modify it under the terms of the GNU General Public License 14 # as published by the Free Software Foundation, in version 3 of the 15 # License. 16 # 17 # This program is distributed in the hope that it will be useful, but 18 # WITHOUT ANY WARRANTY; without even the implied warranty of 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 # General Public License for more details. 21 # 22 # You should have received a copy of the GNU General Public License 23 # along with this program; if not, see <https://www.gnu.org/licenses>. 24 # 25 # SPDX-License-Identifier: GPL-3.0-only 16 26 # 17 27 -
trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
r96402 r96407 9 9 10 10 /* 11 * Copyright (C) 2006-2022 Oracle Corporation 12 * 13 * This file is part of VirtualBox Open Source Edition (OSE), as 14 * available from http://www.virtualbox.org. This file is free software; 15 * you can redistribute it and/or modify it under the terms of the GNU 16 * General Public License (GPL) as published by the Free Software 17 * Foundation, in version 2 as it comes in the "COPYING" file of the 18 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * Copyright (C) 2006-2022 Oracle and/or its affiliates. 12 * 13 * This file is part of VirtualBox base platform packages, as 14 * available from https://www.virtualbox.org. 15 * 16 * This program is free software; you can redistribute it and/or 17 * modify it under the terms of the GNU General Public License 18 * as published by the Free Software Foundation, in version 3 of the 19 * License. 20 * 21 * This program is distributed in the hope that it will be useful, but 22 * WITHOUT ANY WARRANTY; without even the implied warranty of 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 24 * General Public License for more details. 25 * 26 * You should have received a copy of the GNU General Public License 27 * along with this program; if not, see <https://www.gnu.org/licenses>. 28 * 29 * SPDX-License-Identifier: GPL-3.0-only 20 30 */ 21 31 -
trunk/src/VBox/Frontends/VBoxFB/VBoxFB.h
r93115 r96407 6 6 7 7 /* 8 * Copyright (C) 2006-2022 Oracle Corporation8 * Copyright (C) 2006-2022 Oracle and/or its affiliates. 9 9 * 10 * This file is part of VirtualBox Open Source Edition (OSE), as 11 * available from http://www.virtualbox.org. This file is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * General Public License (GPL) as published by the Free Software 14 * Foundation, in version 2 as it comes in the "COPYING" file of the 15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 10 * This file is part of VirtualBox base platform packages, as 11 * available from https://www.virtualbox.org. 12 * 13 * This program is free software; you can redistribute it and/or 14 * modify it under the terms of the GNU General Public License 15 * as published by the Free Software Foundation, in version 3 of the 16 * License. 17 * 18 * This program is distributed in the hope that it will be useful, but 19 * WITHOUT ANY WARRANTY; without even the implied warranty of 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 * General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with this program; if not, see <https://www.gnu.org/licenses>. 25 * 26 * SPDX-License-Identifier: GPL-3.0-only 17 27 */ 18 28
Note:
See TracChangeset
for help on using the changeset viewer.