File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ Main Authors
33
44Colin Duquesnooy (@ColinDuquesnoy) <colin.duquesnoy@gmail.com>
55
6- Code Contributors
7- =================
6+ Contributors
7+ ============
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) <2013-2015 > <Colin Duquesnoy and others, see AUTHORS.txt>
3+ Copyright (c) <2013-2016 > <Colin Duquesnoy and others, see AUTHORS.txt>
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ We test the following combinations on Travis-CI:
101101+--------------------------+---------+---------+
102102| | PyQt4 | PyQt5 |
103103+==========================+=========+=========+
104- | GNU/Linux - Python 2.7 | yes | yes |
104+ | GNU/Linux - Python 2.7 | yes | no |
105105+--------------------------+---------+---------+
106106| GNU/Linux - Python 3.4 | yes | yes |
107107+--------------------------+---------+---------+
Original file line number Diff line number Diff line change 4646
4747# General information about the project.
4848project = u'pyqode.python'
49- copyright = u'2013-2015 , Colin Duquesnoy'
49+ copyright = u'2013-2016 , Colin Duquesnoy'
5050
5151# The version info for the project you're documenting, acts as replacement for
5252# |version| and |release|, also used in various other places throughout the
261261inheritance_graph_attrs = dict (rankdir = "LR" , size = '""' ,
262262 fontsize = 14 , ratio = 'compress' )
263263
264- autodoc_member_order = 'groupwise'
264+ autodoc_member_order = 'groupwise'
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22#
3- # Copyright (c) <2013-2015 > Colin Duquesnoy
3+ # Copyright (c) <2013-2016 > Colin Duquesnoy
44#
55# This file is part of OpenCobolIDE.
66#
You can’t perform that action at this time.
0 commit comments