summaryrefslogtreecommitdiff
path: root/winnie/src
diff options
context:
space:
mode:
authorEleni Maria Stea <elene.mst@gmail.com>2013-04-18 10:03:07 +0300
committerEleni Maria Stea <elene.mst@gmail.com>2013-04-18 10:03:07 +0300
commitba5399dd00001b5abf21bd1b859bbfc39b8cbdbb (patch)
tree4afc27af0a009ed9390f222e2723723a81f455fa /winnie/src
parent1eb2a154bd2294c20b37ce67ab17e8a2e90f6ee1 (diff)
new clients - license
Diffstat (limited to 'winnie/src')
-rw-r--r--winnie/src/client_plugins.cc21
-rw-r--r--winnie/src/client_plugins.h21
2 files changed, 42 insertions, 0 deletions
diff --git a/winnie/src/client_plugins.cc b/winnie/src/client_plugins.cc
index a50db89..a9f0cf8 100644
--- a/winnie/src/client_plugins.cc
+++ b/winnie/src/client_plugins.cc
@@ -1,3 +1,24 @@
+/*
+winnie - an experimental window system
+
+Copyright (C) 2013 Eleni Maria Stea
+
+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 <http://www.gnu.org/licenses/>.
+
+Author: Eleni Maria Stea <elene.mst@gmail.com>
+*/
+
#include <stdio.h>
#include <string.h>
#include <errno.h>
diff --git a/winnie/src/client_plugins.h b/winnie/src/client_plugins.h
index bc16280..406c22b 100644
--- a/winnie/src/client_plugins.h
+++ b/winnie/src/client_plugins.h
@@ -1,3 +1,24 @@
+/*
+winnie - an experimental window system
+
+Copyright (C) 2013 Eleni Maria Stea
+
+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 <http://www.gnu.org/licenses/>.
+
+Author: Eleni Maria Stea <elene.mst@gmail.com>
+*/
+
#ifndef CLIENT_PLUGINS_H_
#define CLIENT_PLUGINS_H_