diff --git a/include/xoverlay.h b/include/xoverlay.h
index de501dd..9d2f306 100644
--- a/include/xoverlay.h
+++ b/include/xoverlay.h
@@ -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
- * Author: nullifiedcat
+ * This program is free software: you can redistribute it and/or modify
+ * 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 .
*/
#pragma once
diff --git a/readme.md b/readme.md
index 21f6832..89c308f 100644
--- a/readme.md
+++ b/readme.md
@@ -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
-
-```
-make
-sudo make install
-```
-
-# Usage
-
-Please refer to https://github.com/nullifiedcat/xoverlay-glez-example
\ No newline at end of file
+nullifiedcat: original creator <3
diff --git a/src/drawglx.c b/src/drawglx.c
index b816d49..0eaeb26 100644
--- a/src/drawglx.c
+++ b/src/drawglx.c
@@ -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
- * Author: nullifiedcat
+ * This program is free software: you can redistribute it and/or modify
+ * 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 .
*/
#include "drawglx.h"
diff --git a/src/drawglx.h b/src/drawglx.h
index 2dbb7b6..41737af 100644
--- a/src/drawglx.h
+++ b/src/drawglx.h
@@ -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
- * Author: nullifiedcat
+ * This program is free software: you can redistribute it and/or modify
+ * 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 .
*/
#pragma once
diff --git a/src/xoverlay.c b/src/xoverlay.c
index 4b323ad..9644fce 100644
--- a/src/xoverlay.c
+++ b/src/xoverlay.c
@@ -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
- * Author: nullifiedcat
+ * This program is free software: you can redistribute it and/or modify
+ * 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 .
*/
#include "drawglx.h"