comparison frontends/jp/jp @ 57:a5b5fb5fc9fd

updated README and copyright note - fixed images path in README - added year 2010 in all copyright notes
author Goffi <goffi@goffi.org>
date Sun, 10 Jan 2010 17:51:56 +1100
parents bb72c29f3432
children 8f2ed279784b
comparison
equal deleted inserted replaced
56:01ea5680207e 57:a5b5fb5fc9fd
1 #! /usr/bin/python 1 #! /usr/bin/python
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 """ 4 """
5 jp: a SAT command line tool 5 jp: a SAT command line tool
6 Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) 6 Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org)
7 7
8 This program is free software: you can redistribute it and/or modify 8 This program is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or 10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version. 11 (at your option) any later version.
20 """ 20 """
21 21
22 #consts 22 #consts
23 name = "jp" 23 name = "jp"
24 version = "0.0.1" 24 version = "0.0.1"
25 about = name+" v"+version+""" (c) Jérôme Poisson (aka Goffi) 2009 25 about = name+" v"+version+""" (c) Jérôme Poisson (aka Goffi) 2009, 2010
26 26
27 --- 27 ---
28 """+name+""" Copyright (C) 2009 Jérôme Poisson (aka Goffi) 28 """+name+""" Copyright (C) 2009, 2010 Jérôme Poisson (aka Goffi)
29 This program comes with ABSOLUTELY NO WARRANTY; 29 This program comes with ABSOLUTELY NO WARRANTY;
30 This is free software, and you are welcome to redistribute it 30 This is free software, and you are welcome to redistribute it
31 under certain conditions. 31 under certain conditions.
32 --- 32 ---
33 33