Skip to content

Commit

Permalink
Added license header in langpacks.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
pnemade committed Jul 10, 2014
1 parent 1583179 commit 538ee30
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions langpacks.py
@@ -1,3 +1,21 @@
# -*- coding: utf-8 -*-
#
# Conditional language support packages, via a dnf plugin
#
# Copyright © 2014 Red Hat, Inc.
#
# Authors: Parag Nemade <pnemade@redhat.com>
#
# 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 2 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.

from dnfpluginscore import _

import dnf
Expand Down

0 comments on commit 538ee30

Please sign in to comment.