diff options
Diffstat (limited to 'src/debug.c')
-rw-r--r-- | src/debug.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c index d7faec8..948a546 100644 --- a/src/debug.c +++ b/src/debug.c @@ -1,3 +1,22 @@ +/* + * debug.h - Debug helpers for Telepathy-SofiaSIP, implementation + * Copyright (C) 2007-2008 Nokia Corporation + * + * This work 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.1 of the License, or (at your option) any later version. + * + * This work 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this work; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include "config.h" #ifdef ENABLE_DEBUG |