~ubuntu-branches/ubuntu/karmic/regexxer/karmic

« back to all changes in this revision

Viewing changes to src/miscutils.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-02-19 11:28:21 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070219112821-3w5j8kdhwiar1uoh
Tags: 0.9-0ubuntu1
* New upstream release:
  - Command line option support
  - Icon theme support
  - Now builds a working executable on systems with newer libglade
  - New GTK+ file chooser button
  - Replaced about dialog with stock GTK+ one
  - Completely revamped build system
  - Lots of new translations: bg ca dz es eu fi fr hu ne pa pl sl sr 
    sr@Latn uk vi zh_CN zh_HK zh_TW
  - Other minor cleanups and fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: miscutils.h,v 1.4 2004/05/17 06:53:38 daniel Exp $
2
 
 *
3
 
 * Copyright (c) 2002  Daniel Elstner  <daniel.elstner@gmx.net>
4
 
 *
5
 
 * This program is free software; you can redistribute it and/or modify
6
 
 * it under the terms of the GNU General Public License VERSION 2 as
7
 
 * published by the Free Software Foundation.  You are not allowed to
8
 
 * use any other version of the license; unless you got the explicit
9
 
 * permission from the author to do so.
10
 
 *
11
 
 * This program is distributed in the hope that it will be useful,
 
1
/*
 
2
 * Copyright (c) 2002-2007  Daniel Elstner  <daniel.kitta@gmail.com>
 
3
 *
 
4
 * This file is part of regexxer.
 
5
 *
 
6
 * regexxer is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; either version 2 of the License, or
 
9
 * (at your option) any later version.
 
10
 *
 
11
 * regexxer is distributed in the hope that it will be useful,
12
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
14
 * GNU General Public License for more details.
15
15
 *
16
16
 * You should have received a copy of the GNU General Public License
17
 
 * along with this program; if not, write to the Free Software
18
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
17
 * along with regexxer; if not, write to the Free Software Foundation,
 
18
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
21
#ifndef REGEXXER_MISCUTILS_H_INCLUDED
52
52
} // namespace Util
53
53
 
54
54
#endif /* REGEXXER_MISCUTILS_H_INCLUDED */
55