GPL boilerplate.
authorCarl Hetherington <carl@carlh.net>
Thu, 3 Dec 2009 21:55:15 +0000 (21:55 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 3 Dec 2009 21:55:15 +0000 (21:55 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6272 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/session_playlists.h
libs/ardour/session_playlists.cc

index 1fca4971433de20c77fc747f86d0f9ed74287669..83f469cfd404e17ed0d8b59536f6672b3ea19c5e 100644 (file)
@@ -1,3 +1,22 @@
+/*
+    Copyright (C) 2009 Paul Davis
+
+    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., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+*/
+
 #ifndef __ardour_session_playlists_h__
 #define __ardour_session_playlists_h__
 
index 362d812c36cbbd4551d8331a270e960b97e7a874..55ca8da0bc2a5a57377f0fc8736ee638baf5806f 100644 (file)
@@ -1,3 +1,22 @@
+/*
+    Copyright (C) 2009 Paul Davis
+
+    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., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+*/
+
 #include "pbd/xml++.h"
 #include "pbd/compose.h"
 #include "ardour/debug.h"