diff --git a/daemon/appdb.c b/daemon/appdb.c index faa57c42..067c502f 100644 --- a/daemon/appdb.c +++ b/daemon/appdb.c @@ -1,21 +1,27 @@ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LASH + * LADI Session Handler (ladish) * - * Copyright (C) 2008 Nedko Arnaudov + * Copyright (C) 2008 Nedko Arnaudov * - * 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 file contains code of the application database + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/daemon/appdb.h b/daemon/appdb.h index 6be0ae40..8fda3d38 100644 --- a/daemon/appdb.h +++ b/daemon/appdb.h @@ -1,22 +1,27 @@ -/* -*- Mode: C -*- */ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LASH + * LADI Session Handler (ladish) * - * Copyright (C) 2008 Nedko Arnaudov + * Copyright (C) 2008 Nedko Arnaudov * - * 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 file contains interface to the application database code + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef APPDB_H__4839D031_68EF_43F5_BDE2_2317C6B956A9__INCLUDED diff --git a/daemon/dbus_iface_control.c b/daemon/dbus_iface_control.c index 40e71ddd..212dfc1e 100644 --- a/daemon/dbus_iface_control.c +++ b/daemon/dbus_iface_control.c @@ -1,22 +1,28 @@ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LASH + * LADI Session Handler (ladish) * - * Copyright (C) 2008 Nedko Arnaudov - * Copyright (C) 2008 Juuso Alasuutari + * Copyright (C) 2008, 2009 Nedko Arnaudov + * Copyright (C) 2008 Juuso Alasuutari * - * 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 file contains code of the D-Bus control interface helpers + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "common.h" diff --git a/daemon/dbus_iface_control.h b/daemon/dbus_iface_control.h index 1b76df26..6a8e4776 100644 --- a/daemon/dbus_iface_control.h +++ b/daemon/dbus_iface_control.h @@ -1,21 +1,28 @@ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LASH + * LADI Session Handler (ladish) * - * Copyright (C) 2008 Juuso Alasuutari + * Copyright (C) 2008, 2009 Nedko Arnaudov + * Copyright (C) 2008 Juuso Alasuutari * - * 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 file contains interface to the D-Bus control interface helpers + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef __LASHD_DBUS_IFACE_CONTROL_H__ diff --git a/daemon/loader.c b/daemon/loader.c index 3f63cd8f..0eecb70d 100644 --- a/daemon/loader.c +++ b/daemon/loader.c @@ -1,24 +1,29 @@ -/* -*- Mode: C -*- */ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LADI session handler + * LADI Session Handler (ladish) * - * Copyright (C) 2008, 2009 Nedko Arnaudov - * Copyright (C) 2008 Juuso Alasuutari - * Copyright (C) 2002 Robert Ham + * Copyright (C) 2008, 2009 Nedko Arnaudov + * Copyright (C) 2008 Juuso Alasuutari + * Copyright (C) 2002 Robert Ham * - * 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 file contains code that starts programs + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "common.h" diff --git a/daemon/loader.h b/daemon/loader.h index c2a6ba21..5fa4805b 100644 --- a/daemon/loader.h +++ b/daemon/loader.h @@ -1,23 +1,27 @@ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LADI session handler + * LADI Session Handler (ladish) * - * Copyright (C) 2008, 2009 Nedko Arnaudov - * Copyright (C) 2008 Juuso Alasuutari - * Copyright (C) 2002, 2003 Robert Ham + * Copyright (C) 2009 Nedko Arnaudov * - * 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 file contains interface to the code that starts programs + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef __LASHD_LOADER_H__ diff --git a/daemon/log.c b/daemon/log.c index 9dbe0f26..fce82c4c 100644 --- a/daemon/log.c +++ b/daemon/log.c @@ -1,22 +1,28 @@ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LASH + * LADI Session Handler (ladish) * - * Copyright (C) 2008 Nedko Arnaudov - * Copyright (C) 2008 Marc-Olivier Barre + * Copyright (C) 2008 Nedko Arnaudov + * Copyright (C) 2008 Marc-Olivier Barre * - * 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 file contains code that implements logging functionality + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/daemon/main.c b/daemon/main.c index 76231330..557ef640 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -1,23 +1,29 @@ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LASH + * LADI Session Handler (ladish) * - * Copyright (C) 2008, 2009 Nedko Arnaudov - * Copyright (C) 2008 Juuso Alasuutari - * Copyright (C) 2002 Robert Ham + * Copyright (C) 2008, 2009 Nedko Arnaudov + * Copyright (C) 2008 Juuso Alasuutari + * Copyright (C) 2002 Robert Ham * - * 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 file contains the code that implements main() and other top-level functionality + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "common.h" diff --git a/daemon/procfs.c b/daemon/procfs.c index 577cd461..9c37af62 100644 --- a/daemon/procfs.c +++ b/daemon/procfs.c @@ -1,22 +1,27 @@ -/* -*- Mode: C -*- */ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LASH + * LADI Session Handler (ladish) * - * Copyright (C) 2009 Nedko Arnaudov + * Copyright (C) 2009 Nedko Arnaudov * - * 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 file contains the code that interfaces procfs + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/daemon/procfs.h b/daemon/procfs.h index b98a0fce..0f8ca06c 100644 --- a/daemon/procfs.h +++ b/daemon/procfs.h @@ -1,22 +1,27 @@ -/* -*- Mode: C -*- */ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LASH + * LADI Session Handler (ladish) * - * Copyright (C) 2009 Nedko Arnaudov + * Copyright (C) 2009 Nedko Arnaudov * - * 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 file contains the interface to code that interfaces procfs + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef PROCFS_H__604D0D94_1609_4BB4_BFA7_5DC47830011A__INCLUDED diff --git a/daemon/proctitle.c b/daemon/proctitle.c index ba1c7e1b..9422f5ef 100644 --- a/daemon/proctitle.c +++ b/daemon/proctitle.c @@ -1,22 +1,27 @@ -/* -*- Mode: C -*- */ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LASH + * LADI Session Handler (ladish) * - * Copyright (C) 2008 Nedko Arnaudov + * Copyright (C) 2008 Nedko Arnaudov * - * 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 file contains the code that sets process "title" + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ /* This implementation should work on Linux, on FreeBSD we could use setprotitile(3) */ diff --git a/daemon/proctitle.h b/daemon/proctitle.h index c086f72f..b0289681 100644 --- a/daemon/proctitle.h +++ b/daemon/proctitle.h @@ -1,22 +1,27 @@ -/* -*- Mode: C -*- */ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ /* - * LASH + * LADI Session Handler (ladish) * - * Copyright (C) 2008 Nedko Arnaudov + * Copyright (C) 2008 Nedko Arnaudov * - * 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 file contains the interface to code that sets process "title" + ************************************************************************** * - * 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. + * LADI Session Handler 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. * - * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef PROCTITLE_H__028B89C9_1E78_4EE4_9E01_FDF77C856CF0__INCLUDED diff --git a/daemon/sigsegv.c b/daemon/sigsegv.c index c8af5b4f..c2cb1158 100644 --- a/daemon/sigsegv.c +++ b/daemon/sigsegv.c @@ -1,14 +1,27 @@ -/** - * This source file is used to print out a stack-trace when your program - * segfaults. It is relatively reliable and spot-on accurate. +/* -*- Mode: C ; c-basic-offset: 2 -*- */ +/* + * LADI Session Handler (ladish) * - * This code is in the public domain. Use it as you see fit, some credit - * would be appreciated, but is not a prerequisite for usage. Feedback - * on it's use would encourage further development and maintenance. + * Copyright (C) 2005 - 2008 Jaco Kroon * - * Author: Jaco Kroon + ************************************************************************** + * This file contains code to print out a stack-trace when program segfaults. + ************************************************************************** * - * Copyright (C) 2005 - 2008 Jaco Kroon + * LADI Session Handler 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. + * + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "config.h" diff --git a/daemon/sigsegv.h b/daemon/sigsegv.h index 55b4f214..0573688c 100644 --- a/daemon/sigsegv.h +++ b/daemon/sigsegv.h @@ -1,3 +1,28 @@ +/* -*- Mode: C ; c-basic-offset: 2 -*- */ +/* + * LADI Session Handler (ladish) + * + ************************************************************************** + * This file contains interface to code that print out a stack-trace when + * program segfaults. + ************************************************************************** + * + * LADI Session Handler 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. + * + * LADI Session Handler 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 LADI Session Handler. If not, see + * or write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef __SIGSEGV_H__ #define __SIGSEGV_H__