Updated license headers in source

This commit is contained in:
Rebekah 2022-04-04 18:32:33 -04:00
parent 0d0f1b3aa0
commit fa8eea5b8a
Signed by: oneechanhax
GPG Key ID: 183EB7902964DAE5
5 changed files with 64 additions and 25 deletions

View File

@ -1,8 +1,20 @@
/* /*
* overlay.hpp * Libxoverlay: A transparent drawable GL layer for your desktop!
* Copyright (C) 2022 Rebekah Rowe
* *
* Created on: Nov 8, 2017 * This program is free software: you can redistribute it and/or modify
* Author: nullifiedcat * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -1,16 +1,7 @@
# Installation # LibXoverlay
## Requirements LibXoverlay is a transparent drawable GL layer for your desktop!
libX11 libXext libpthread libXfixes libGLEW ### Credits
both x64 and x32 versions nullifiedcat: original creator <3
```
make
sudo make install
```
# Usage
Please refer to https://github.com/nullifiedcat/xoverlay-glez-example

View File

@ -1,8 +1,20 @@
/* /*
* drawglx.c * Libxoverlay: A transparent drawable GL layer for your desktop!
* Copyright (C) 2022 Rebekah Rowe
* *
* Created on: Nov 9, 2017 * This program is free software: you can redistribute it and/or modify
* Author: nullifiedcat * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
#include "drawglx.h" #include "drawglx.h"

View File

@ -1,8 +1,20 @@
/* /*
* drawglx.h * Libxoverlay: A transparent drawable GL layer for your desktop!
* Copyright (C) 2022 Rebekah Rowe
* *
* Created on: Nov 9, 2017 * This program is free software: you can redistribute it and/or modify
* Author: nullifiedcat * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -1,8 +1,20 @@
/* /*
* overlay.c * Libxoverlay: A transparent drawable GL layer for your desktop!
* Copyright (C) 2022 Rebekah Rowe
* *
* Created on: Nov 9, 2017 * This program is free software: you can redistribute it and/or modify
* Author: nullifiedcat * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
#include "drawglx.h" #include "drawglx.h"