Skip to content

Commit 06fc309

Browse files
author
Wolfgang Ulbrich
committed
Add myself (raveit65) to authors
1 parent 3800e4b commit 06fc309

File tree

7 files changed

+12
-14
lines changed

7 files changed

+12
-14
lines changed

FusionIcon/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Original copyright 2007 Christopher Williams <[email protected]>
18-
# Author(s): crdlb, kozec
18+
# Author(s): crdlb, kozec, raveit65
1919

2020
import os
2121

FusionIcon/environment.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
17-
# Author(s): crdlb, nesl247
18-
#
19-
# Copyright 2007 Christopher Williams <[email protected]>
17+
# Original copyright 2007 Christopher Williams <[email protected]>
18+
# Author(s): crdlb, nesl247, raveit65
2019

2120
import os
2221
from execute import run

FusionIcon/execute.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
17-
# Author(s): crdlb, nesl247
18-
#
19-
# Copyright 2007 Christopher Williams <[email protected]>
17+
# Original copyright 2007 Christopher Williams <[email protected]>
18+
# Author(s): crdlb, nesl247, raveit65
2019

2120
import subprocess, signal, os
2221

FusionIcon/interface_gtk3/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#
1919
# Original author: crdlb
2020
# GTK3 port: kozec
21+
# author: raveit65
2122

2223
import os, time
2324
from gi.repository import Gtk

FusionIcon/parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
17-
# Original copyright 2007 Christopher Williams <[email protected]>
18-
# Author(s): crdlb, kozec
17+
# Original copyright 2007 Christopher Williams <[email protected]>
18+
# Author(s): crdlb, kozec, raveit65
1919

2020
from optparse import OptionParser, OptionGroup
2121

FusionIcon/start.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
17-
# Author(s): crdlb, nesl247
18-
#
19-
# Copyright 2007 Christopher Williams <[email protected]>
17+
# Original copyright 2007 Christopher Williams <[email protected]>
18+
# Author(s): crdlb, nesl247, raveit65
2019

2120
from parser import options as parser_options
2221
from util import env, config, apps, options, wms, decorators

FusionIcon/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#
1818
# Based on compiz-icon, Copyright 2007 Felix Bellanger <[email protected]>
1919
#
20-
# Original copyright 2007 Christopher Williams <[email protected]>
21-
# Author(s): crdlb, kozec
20+
# Original copyright 2007 Christopher Williams <[email protected]>
21+
# Author(s): crdlb, kozec, raveit65
2222

2323
import os, compizconfig, ConfigParser, time
2424
import data as _data

0 commit comments

Comments
 (0)