X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Ferror.cc;h=1dd8fb85019c5f3c0fadcf6cc512f9ac63b4e60d;hb=7af5de2074a5bac7bc43f68d6784e436069fae99;hp=a6f8fb7f8f56bba1281b12955ad54caea6b58cb6;hpb=481f7c39655afec832ac10430dd61a3bb464aa58;p=ardour.git diff --git a/libs/pbd/error.cc b/libs/pbd/error.cc index a6f8fb7f8f..1dd8fb8501 100644 --- a/libs/pbd/error.cc +++ b/libs/pbd/error.cc @@ -1,4 +1,23 @@ -#include +/* + Copyright (C) 2000-2007 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/error.h" Transmitter PBD::error (Transmitter::Error); Transmitter PBD::info (Transmitter::Info);