comparison frontends/src/jp/jp @ 459:cf005701624b

copyleft date update
author Goffi <goffi@goffi.org>
date Tue, 06 Mar 2012 09:07:24 +0100
parents f03688bdb858
children 2a072735e459
comparison
equal deleted inserted replaced
458:094050fe461e 459:cf005701624b
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, 2010, 2011 Jérôme Poisson (goffi@goffi.org) 6 Copyright (C) 2009, 2010, 2011, 2012 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.
21 21
22 from __future__ import with_statement 22 from __future__ import with_statement
23 23
24 #consts 24 #consts
25 name = u"jp" 25 name = u"jp"
26 about = name+u""" v%s (c) Jérôme Poisson (aka Goffi) 2009, 2010, 2011 26 about = name+u""" v%s (c) Jérôme Poisson (aka Goffi) 2009, 2010, 2011, 2012
27 27
28 --- 28 ---
29 """+name+u""" Copyright (C) 2009, 2010, 2011 Jérôme Poisson (aka Goffi) 29 """+name+u""" Copyright (C) 2009, 2010, 2011, 2012 Jérôme Poisson (aka Goffi)
30 This program comes with ABSOLUTELY NO WARRANTY; 30 This program comes with ABSOLUTELY NO WARRANTY;
31 This is free software, and you are welcome to redistribute it 31 This is free software, and you are welcome to redistribute it
32 under certain conditions. 32 under certain conditions.
33 --- 33 ---
34 34