~ubuntu-branches/ubuntu/natty/geany/natty

« back to all changes in this revision

Viewing changes to src/stash.h

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2010-02-23 16:33:33 UTC
  • mfrom: (1.1.12 upstream) (3.3.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100223163333-8500xsrwaf7rg6op
Tags: 0.18.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *        stash.h - this file is part of Geany, a fast and lightweight IDE
3
3
 *
4
 
 *        Copyright 2008-2009 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
5
 
 *        Copyright 2008-2009 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
 
4
 *        Copyright 2008-2010 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
 
5
 *        Copyright 2008-2010 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
6
6
 *
7
7
 *        This program is free software; you can redistribute it and/or modify
8
8
 *        it under the terms of the GNU General Public License as published by
19
19
 *        Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
20
 *        MA 02110-1301, USA.
21
21
 *
22
 
 * $Id: stash.h 3996 2009-07-20 12:00:06Z ntrel $
 
22
 * $Id: stash.h 4630 2010-01-31 21:54:47Z eht16 $
23
23
 */
24
24
 
25
25
#ifndef GEANY_STASH_H