~ubuntu-branches/ubuntu/natty/sawfish/natty

« back to all changes in this revision

Viewing changes to src/client.c

  • Committer: Bazaar Package Importer
  • Author(s): Luis Rodrigo Gallardo Cruz
  • Date: 2009-11-23 09:05:20 UTC
  • mfrom: (1.2.10 upstream) (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091123090520-3u8sefrr4lmfsiem
Tags: 1:1.5.3-2
* Remove reference to sawMILL in 00debian.jl (Closes: #557250).
* Remove empty doc dirs and replace them with symlinks (Closes: #556991).
* Rename sawfish maintainer scripts with the binary package name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* client.c -- plugin for sawfish communication
2
2
 
3
 
   $Id: client.c 2922 2000-08-13 20:31:32Z john $
 
3
   $Id$
4
4
 
5
5
   Copyright (C) 1999, 2000 John Harper <john@dcs.warwick.ac.uk>
6
6
 
7
 
   This file is part of sawmill.
 
7
   This file is part of sawfish.
8
8
 
9
 
   sawmill is free software; you can redistribute it and/or modify it
 
9
   sawfish is free software; you can redistribute it and/or modify it
10
10
   under the terms of the GNU General Public License as published by
11
11
   the Free Software Foundation; either version 2, or (at your option)
12
12
   any later version.
13
13
 
14
 
   sawmill is distributed in the hope that it will be useful, but
 
14
   sawfish is distributed in the hope that it will be useful, but
15
15
   WITHOUT ANY WARRANTY; without even the implied warranty of
16
16
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
17
   GNU General Public License for more details.
18
18
 
19
19
   You should have received a copy of the GNU General Public License
20
 
   along with sawmill; see the file COPYING.   If not, write to
 
20
   along with sawfish; see the file COPYING.   If not, write to
21
21
   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22
22
 
23
23
#include "libclient.h"