Update license header of ladish_control

This commit is contained in:
Nedko Arnaudov 2009-08-01 00:01:50 +03:00
parent 07114f3550
commit 396385bf0e
1 changed files with 19 additions and 13 deletions

View File

@ -1,21 +1,27 @@
#!/usr/bin/env python
# LASH
#
# Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
# LADI Session Handler (ladish)
#
# 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.
# Copyright (C) 2008, 2009 Nedko Arnaudov <nedko@arnaudov.name>
#
# 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.
#*************************************************************************
# This file contains code of the commandline control app
#*************************************************************************
#
# 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 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.
control_interface_name = 'org.ladish.Control'
service_name = 'org.ladish'