aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-06-06 21:23:04 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-06-06 21:23:04 +0200
commit65529fbec6e7c8e3d1baab28cbfbce23de4635ba (patch)
tree3f6bb3a132a81af6fdcda46e39934f41acc4f66e /src
parentc2a188c6f6fa93ddfa792acdfd548ad7b71094ea (diff)
add Copyright
Diffstat (limited to 'src')
-rw-r--r--src/xembed.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/xembed.cc b/src/xembed.cc
index bc48c02f..59354461 100644
--- a/src/xembed.cc
+++ b/src/xembed.cc
@@ -1,3 +1,14 @@
+/*
+ * File: xembed.cc
+ *
+ * Copyright (C) 2009 Jorge Arellano Cid <jcid@dillo.org>
+ *
+ * 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.
+ */
+
#include <stdio.h>
#include <string.h>
#include <ctype.h>