~snappy-dev/snapcraft/core

« back to all changes in this revision

Viewing changes to snapcraft/common.py

  • Committer: Michael Terry
  • Date: 2015-07-02 13:26:46 UTC
  • Revision ID: michael.terry@canonical.com-20150702132646-fxr3iubs1nwnhkgn
Mark source as gpl3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
 
2
#
 
3
# Copyright (C) 2015 Canonical Ltd
 
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 3 as
 
7
# published by the Free Software Foundation.
 
8
#
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
# GNU General Public License for more details.
 
13
#
 
14
# You should have received a copy of the GNU General Public License
 
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
2
16
 
3
17
# Data/methods shared between plugins and snapcraft
4
18