summaryrefslogtreecommitdiffstats
path: root/src/SourceWindow.cc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-07 21:11:09 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-07 21:11:09 +0000
commite2e8d0077a694b407f951d3422fcf268beb10d55 (patch)
treeecca4174e8ba031c2039cff9b90b62e36f251fe5 /src/SourceWindow.cc
parent630a5eda70c2feb41c47e77d878d6f7e953c0af5 (diff)
* add copyright blurb to source files
* fix included headers for newest polypaudio API git-svn-id: file:///home/lennart/svn/public/paman/trunk@51 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
Diffstat (limited to 'src/SourceWindow.cc')
-rw-r--r--src/SourceWindow.cc21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/SourceWindow.cc b/src/SourceWindow.cc
index ff12e8b..b79c9e5 100644
--- a/src/SourceWindow.cc
+++ b/src/SourceWindow.cc
@@ -1,3 +1,24 @@
+/* $Id$ */
+
+/***
+ This file is part of paman.
+
+ paman is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
+
+ paman 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 Lesser General Public License
+ along with paman; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ USA.
+***/
+
#include "paman.hh"
#include "SourceWindow.hh"