summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimur Kristóf <Timur@Timur-Amilo.(none)>2011-04-28 17:24:48 +0200
committerTimur Kristóf <Timur@Timur-Amilo.(none)>2011-04-28 17:24:48 +0200
commit2805c7a8bf766fd4b66e0aa1398475cf7ae90bdf (patch)
treee51a836067448399c58717a89cf67f86235c5599
parent12eb79fbb08f2fe4efde795e7a35c879d3367f9c (diff)
downloadXineramaBarriers-2805c7a8bf766fd4b66e0aa1398475cf7ae90bdf.tar.gz
XineramaBarriers-2805c7a8bf766fd4b66e0aa1398475cf7ae90bdf.tar.xz
XineramaBarriers-2805c7a8bf766fd4b66e0aa1398475cf7ae90bdf.zip
Updated license notice.
-rw-r--r--XineramaBarriers.pro24
-rw-r--r--barriermanager.cpp15
-rw-r--r--barriermanager.h17
-rw-r--r--main.cpp17
4 files changed, 56 insertions, 17 deletions
diff --git a/XineramaBarriers.pro b/XineramaBarriers.pro
index 0ecd4cc..cb908de 100644
--- a/XineramaBarriers.pro
+++ b/XineramaBarriers.pro
@@ -3,19 +3,25 @@
# ----------
# Copyright (C) 2011, Timur Kristóf
#
-# This X client application will create pointer barriers
-# based on the Xinerama information of your current driver.
-# Only works with XFixes v5 or higher and the Xorg server
-# which has the pointer barriers patch.
-# ----------
-# Licensed under the terms of the GPL
-# ----------
+# 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 2
+# 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, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
TEMPLATE = app
TARGET = XineramaBarriers
-CONFIG += console link_pkgconfig
-CONFIG -= QT app_bundle
+CONFIG -= qt
+CONFIG += link_pkgconfig
PKGCONFIG += x11 xinerama xfixes
SOURCES += main.cpp \
diff --git a/barriermanager.cpp b/barriermanager.cpp
index 4bce3fc..a3c688d 100644
--- a/barriermanager.cpp
+++ b/barriermanager.cpp
@@ -8,8 +8,19 @@
// Only works with XFixes v5 or higher and the Xorg server
// which has the pointer barriers patch.
// ----------
-// Licensed under the terms of the GPL
-// ----------
+// 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 2
+// 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, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "barriermanager.h"
#include <iostream>
diff --git a/barriermanager.h b/barriermanager.h
index b5b4186..82a89e1 100644
--- a/barriermanager.h
+++ b/barriermanager.h
@@ -7,9 +7,20 @@
// based on the Xinerama information of your current driver.
// Only works with XFixes v5 or higher and the Xorg server
// which has the pointer barriers patch.
-// ----------
-// Licensed under the terms of the GPL
-// ----------
+//
+// 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 2
+// 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, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifndef BARRIERMANAGER_H
#define BARRIERMANAGER_H
diff --git a/main.cpp b/main.cpp
index fa278ea..bf7c4cc 100644
--- a/main.cpp
+++ b/main.cpp
@@ -7,9 +7,20 @@
// based on the Xinerama information of your current driver.
// Only works with XFixes v5 or higher and the Xorg server
// which has the pointer barriers patch.
-// ----------
-// Licensed under the terms of the GPL
-// ----------
+//
+// 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 2
+// 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, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "barriermanager.h"
#include <iostream>