diff options
author | Helio Chissini de Castro <helio.chissini.de.castro@collabora.co.uk> | 2012-09-21 13:30:56 (GMT) |
---|---|---|
committer | Helio Chissini de Castro <helio.chissini.de.castro@collabora.co.uk> | 2012-09-21 13:30:56 (GMT) |
commit | 209a65c2431bbe027f8319c9df27b1f9f2076811 (patch) | |
tree | b6a0e69f862d43746b4674616e3baf9f7a0fd6f6 | |
parent | 0f4ac31c5c662105fcbe722978d3e8be56706852 (diff) | |
download | anagrman-209a65c2431bbe027f8319c9df27b1f9f2076811.tar.gz anagrman-209a65c2431bbe027f8319c9df27b1f9f2076811.tar.xz |
Add proper licensing for anagrm main code
-rwxr-xr-x | anagrman | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,4 +1,21 @@ #!/usr/bin/python +# +#anagrm - Simple merge tool for Collaboras CCAP android platform aggregates +#Copyright (C) 2012 Collabora Ltd +# +#This library is free software; you can redistribute it and/or +#modify it under the terms of the GNU Lesser General Public +#License as published by the Free Software Foundation; either +#version 2.1 of the License, or (at your option) any later version. +# +#This library 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 +#Lesser General Public License for more details. +# +#You should have received a copy of the GNU Lesser General Public +#License along with this library; if not, write to the Free Software +#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA import argparse import urllib2 |