~aw/ubuntu/maverick/pyrenamer/gvfs

« back to all changes in this revision

Viewing changes to src/pyrenamer_globals.py.in

  • Committer: Bazaar Package Importer
  • Author(s): Adolfo González Blázquez
  • Date: 2007-06-14 13:46:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070614134648-b9ybuvjj9zngd1rj
Tags: upstream-0.1
Import upstream version 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
 
 
3
"""
 
4
Copyright (C) 2006-07 Adolfo González Blázquez <code@infinicode.org>
 
5
 
 
6
This program is free software; you can redistribute it and/or
 
7
modify it under the terms of the GNU General Public License as
 
8
published by the Free Software Foundation; either version 2
 
9
of the License, or (at your option) any later version. 
 
10
 
 
11
This program is distributed in the hope that it will be useful,
 
12
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 
14
GNU General Public License for more details. 
 
15
 
 
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
19
 
 
20
If you find any bugs or have any suggestions email: code@infinicode.org
 
21
"""
 
22
 
 
23
pixmaps_dir = "@IMAGEDIR@"
 
24
resources_dir = "@RESOURCEDIR@"
 
25
 
 
26
name = "@PACKAGE@"
 
27
name_long = "pyRenamer"
 
28
copyright = 'Copyright © 2006-07 Adolfo González Blázquez'
 
29
authors = ["Adolfo González Blázquez <code@infinicode.org>"]
 
30
artists = []
 
31
website = "http://www.infinicode.org/code/pyrenamer/"
 
32
version = "@VERSION@"
 
33
description = "Mass file renamer for GNOME"
 
34
icon = pixmaps_dir + "/pyrenamer.png"
 
35
gladefile = resources_dir + "/pyrenamer.glade"
 
36
 
 
37
license = "This program is free software; you can redistribute it and/or modify \
 
38
it under the terms of the GNU General Public License as published by \
 
39
the Free Software Foundation; either version 2 of the License, or \
 
40
(at your option) any later version. \n\n\
 
41
This program is distributed in the hope that it will be useful, but \
 
42
WITHOUT ANY WARRANTY; without even the implied warranty of \
 
43
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. \
 
44
See the GNU General Public License for more details. \n\n\
 
45
You should have received a copy of the GNU General Public License \
 
46
along with this program; if not, write to the Free Software Foundation, Inc., \
 
47
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."