From de37a1ef33a46d0449176d522babd21807ff528e Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Wed, 29 Jul 2009 20:45:43 +0300 Subject: [PATCH] Add copyright headers to the reverntly added new files --- daemon/common.h | 26 ++++++++++++++++++++++---- daemon/jack.c | 26 ++++++++++++++++++++++---- daemon/jack.h | 26 ++++++++++++++++++++++---- daemon/jack_proxy.c | 26 ++++++++++++++++++++++---- daemon/jack_proxy.h | 27 +++++++++++++++++++++++---- daemon/studio.c | 26 ++++++++++++++++++++++---- daemon/studio.h | 26 ++++++++++++++++++++++---- 7 files changed, 155 insertions(+), 28 deletions(-) diff --git a/daemon/common.h b/daemon/common.h index fe58e781..e93eadfa 100644 --- a/daemon/common.h +++ b/daemon/common.h @@ -1,10 +1,28 @@ /* -*- Mode: C ; c-basic-offset: 2 -*- */ -/***************************************************************************** +/* + * LADI Session Handler (ladish) * - * DESCRIPTION: - * stuff that is needed almost everywhere in the ladishd + * Copyright (C) 2009 Nedko Arnaudov * - *****************************************************************************/ + ************************************************************************** + * This file contains stuff that is needed almost everywhere in the ladishd + ************************************************************************** + * + * 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 COMMON_H__CFDC869A_31AE_4FA3_B2D3_DACA8488CA55__INCLUDED #define COMMON_H__CFDC869A_31AE_4FA3_B2D3_DACA8488CA55__INCLUDED diff --git a/daemon/jack.c b/daemon/jack.c index 68f3892e..6e3240f0 100644 --- a/daemon/jack.c +++ b/daemon/jack.c @@ -1,10 +1,28 @@ /* -*- Mode: C ; c-basic-offset: 2 -*- */ -/***************************************************************************** +/* + * LADI Session Handler (ladish) * - * DESCRIPTION: - * JACK server monitor and control + * Copyright (C) 2009 Nedko Arnaudov * - *****************************************************************************/ + ************************************************************************** + * This file contains code for JACK server monitor and control + ************************************************************************** + * + * 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 "jack.h" #include "jack_proxy.h" diff --git a/daemon/jack.h b/daemon/jack.h index b1ec1205..bad7e4d4 100644 --- a/daemon/jack.h +++ b/daemon/jack.h @@ -1,10 +1,28 @@ /* -*- Mode: C ; c-basic-offset: 2 -*- */ -/***************************************************************************** +/* + * LADI Session Handler (ladish) * - * DESCRIPTION: - * JACK server monitor and control + * Copyright (C) 2009 Nedko Arnaudov * - *****************************************************************************/ + ************************************************************************** + * This file contains interface to JACK server monitor and control code + ************************************************************************** + * + * 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 JACK_H__1C44BAEA_280C_4235_94AB_839499BDE47F__INCLUDED #define JACK_H__1C44BAEA_280C_4235_94AB_839499BDE47F__INCLUDED diff --git a/daemon/jack_proxy.c b/daemon/jack_proxy.c index 141090ef..7fe62b5e 100644 --- a/daemon/jack_proxy.c +++ b/daemon/jack_proxy.c @@ -1,10 +1,28 @@ /* -*- Mode: C ; c-basic-offset: 2 -*- */ -/***************************************************************************** +/* + * LADI Session Handler (ladish) * - * DESCRIPTION: - * Helper functionality for accessing JACK through D-Bus + * Copyright (C) 2009 Nedko Arnaudov * - *****************************************************************************/ + ************************************************************************** + * This file contains helper functionality for accessing JACK through D-Bus + ************************************************************************** + * + * 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. + */ //#define LASH_DEBUG diff --git a/daemon/jack_proxy.h b/daemon/jack_proxy.h index 5391f328..9140287c 100644 --- a/daemon/jack_proxy.h +++ b/daemon/jack_proxy.h @@ -1,10 +1,29 @@ /* -*- Mode: C ; c-basic-offset: 2 -*- */ -/***************************************************************************** +/* + * LADI Session Handler (ladish) * - * DESCRIPTION: - * Helper functionality for accessing JACK through D-Bus + * Copyright (C) 2009 Nedko Arnaudov * - *****************************************************************************/ + ************************************************************************** + * This file contains interface to the helper functionality for accessing + * JACK through D-Bus + ************************************************************************** + * + * 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 JACK_PROXY_H__88702EEC_4B82_407F_A664_AD70C1E14D02__INCLUDED #define JACK_PROXY_H__88702EEC_4B82_407F_A664_AD70C1E14D02__INCLUDED diff --git a/daemon/studio.c b/daemon/studio.c index 4634f49e..20abb4b3 100644 --- a/daemon/studio.c +++ b/daemon/studio.c @@ -1,10 +1,28 @@ /* -*- Mode: C ; c-basic-offset: 2 -*- */ -/***************************************************************************** +/* + * LADI Session Handler (ladish) * - * DESCRIPTION: - * Studio object helpers + * Copyright (C) 2009 Nedko Arnaudov * - *****************************************************************************/ + ************************************************************************** + * This file contains studio object helpers + ************************************************************************** + * + * 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 "common.h" #include "jack.h" diff --git a/daemon/studio.h b/daemon/studio.h index b9af883a..c5d9ed73 100644 --- a/daemon/studio.h +++ b/daemon/studio.h @@ -1,10 +1,28 @@ /* -*- Mode: C ; c-basic-offset: 2 -*- */ -/***************************************************************************** +/* + * LADI Session Handler (ladish) * - * DESCRIPTION: - * Studio object helpers + * Copyright (C) 2009 Nedko Arnaudov * - *****************************************************************************/ + ************************************************************************** + * This file contains interface to studio object helpers + ************************************************************************** + * + * 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 STUDIO_H__0BEDE85E_4FB3_4D74_BC08_C373A22409C0__INCLUDED #define STUDIO_H__0BEDE85E_4FB3_4D74_BC08_C373A22409C0__INCLUDED