Add copyright headers to the reverntly added new files

This commit is contained in:
Nedko Arnaudov 2009-07-29 20:45:43 +03:00
parent 7274c16805
commit de37a1ef33
7 changed files with 155 additions and 28 deletions

View File

@ -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 <nedko@arnaudov.name>
*
*****************************************************************************/
**************************************************************************
* 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 <http://www.gnu.org/licenses/>
* 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

View File

@ -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 <nedko@arnaudov.name>
*
*****************************************************************************/
**************************************************************************
* 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 <http://www.gnu.org/licenses/>
* 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"

View File

@ -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 <nedko@arnaudov.name>
*
*****************************************************************************/
**************************************************************************
* 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 <http://www.gnu.org/licenses/>
* 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

View File

@ -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 <nedko@arnaudov.name>
*
*****************************************************************************/
**************************************************************************
* 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 <http://www.gnu.org/licenses/>
* or write to the Free Software Foundation, Inc.,
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
//#define LASH_DEBUG

View File

@ -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 <nedko@arnaudov.name>
*
*****************************************************************************/
**************************************************************************
* 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 <http://www.gnu.org/licenses/>
* 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

View File

@ -1,10 +1,28 @@
/* -*- Mode: C ; c-basic-offset: 2 -*- */
/*****************************************************************************
/*
* LADI Session Handler (ladish)
*
* DESCRIPTION:
* Studio object helpers
* Copyright (C) 2009 Nedko Arnaudov <nedko@arnaudov.name>
*
*****************************************************************************/
**************************************************************************
* 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 <http://www.gnu.org/licenses/>
* or write to the Free Software Foundation, Inc.,
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "common.h"
#include "jack.h"

View File

@ -1,10 +1,28 @@
/* -*- Mode: C ; c-basic-offset: 2 -*- */
/*****************************************************************************
/*
* LADI Session Handler (ladish)
*
* DESCRIPTION:
* Studio object helpers
* Copyright (C) 2009 Nedko Arnaudov <nedko@arnaudov.name>
*
*****************************************************************************/
**************************************************************************
* 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 <http://www.gnu.org/licenses/>
* 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