# Ënnstatus
# Copyright (C) 2015 Dennis Fink
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
BPM_ADDRESSES = {
'germany': {
'address': 'Zum Bürgerwehr 28',
'postal_code': 'D-54516',
'city': 'Wittlich',
'country': 'Germany',
},
'belgium': {
'address': '3, Rue des Deux Luxembourg',
'postal_code': 'B-6791',
'city': 'Athus',
'country': 'Belgium',
},
'france': {
'address': 'Les Maragolles',
'postal_code': 'F-54720',
'city': 'Lexy',
'country': 'France',
},
'luxembourg': {
'address': '34, Rue Gabriel Lippmann',
'postal_code': 'L-5365',
'city': 'Munsbach',
'country': 'Luxembourg',
},
}