add copyrights information
[appstream:software-center.git] / appcenter / enums.py
1 # Copyright (C) 2009 Canonical
2 #
3 # Authors:
4 #  Michael Vogt
5 #
6 # This program is free software; you can redistribute it and/or modify it under
7 # the terms of the GNU General Public License as published by the Free Software
8 # Foundation; either version 2 of the License, or (at your option) any later
9 # version.
10 #
11 # This program is distributed in the hope that it will be useful, but WITHOUT
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13 # FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
14 # details.
15 #
16 # You should have received a copy of the GNU General Public License along with
17 # this program; if not, write to the Free Software Foundation, Inc.,
18 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
20
21
22 # values used in the database
23 XAPIAN_VALUE_PKGNAME = 171
24 XAPIAN_VALUE_ICON = 172
25 XAPIAN_VALUE_GETTEXT_DOMAIN = 173
26 XAPIAN_VALUE_ARCHIVE_SECTION = 174
27 XAPIAN_VALUE_ARCHIVE_ARCH = 175
28 XAPIAN_VALUE_POPCON = 176