summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorSebastien Braun2010-07-17 16:43:31 +0200
committerSebastien Braun2010-07-17 16:58:40 +0200
commit475a217d321076a6438813252a8cfc818977a151 (patch)
treedcb29b35a7f159706d6f5fdfda983af76a230eaa /src/net
parentImplement UI and pvsDaemon components for outgoing Multicast Transfer (diff)
downloadpvs-475a217d321076a6438813252a8cfc818977a151.tar.gz
pvs-475a217d321076a6438813252a8cfc818977a151.tar.xz
pvs-475a217d321076a6438813252a8cfc818977a151.zip
Fix License header for McastConfiguration.cpp
Diffstat (limited to 'src/net')
-rw-r--r--src/net/mcast/McastConfiguration.cpp19
1 files changed, 14 insertions, 5 deletions
diff --git a/src/net/mcast/McastConfiguration.cpp b/src/net/mcast/McastConfiguration.cpp
index 489eb3f..6c5e620 100644
--- a/src/net/mcast/McastConfiguration.cpp
+++ b/src/net/mcast/McastConfiguration.cpp
@@ -1,9 +1,18 @@
/*
- * McastConfiguration.cpp
- *
- * Created on: Jul 10, 2010
- * Author: brs
- */
+# Copyright (c) 2009 - OpenSLX Project, Computer Center University of Freiburg
+#
+# This program is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
+#
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your suggestions, praise, or complaints to feedback@openslx.org
+#
+# General information about OpenSLX can be found at http://openslx.org/
+# -----------------------------------------------------------------------------
+# src/net/mcast/McastConfiguration.cpp
+# - hold Multicast protocol configuration data
+# -----------------------------------------------------------------------------
+*/
#include <QSettings>