Skip to content

Commit

Permalink
Add myself (raveit65) to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Ulbrich committed Dec 12, 2015
1 parent 3800e4b commit 06fc309
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion FusionIcon/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Original copyright 2007 Christopher Williams <christopherw@verizon.net>
# Author(s): crdlb, kozec
# Author(s): crdlb, kozec, raveit65

import os

Expand Down
5 changes: 2 additions & 3 deletions FusionIcon/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author(s): crdlb, nesl247
#
# Copyright 2007 Christopher Williams <christopherw@verizon.net>
# Original copyright 2007 Christopher Williams <christopherw@verizon.net>
# Author(s): crdlb, nesl247, raveit65

import os
from execute import run
Expand Down
5 changes: 2 additions & 3 deletions FusionIcon/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author(s): crdlb, nesl247
#
# Copyright 2007 Christopher Williams <christopherw@verizon.net>
# Original copyright 2007 Christopher Williams <christopherw@verizon.net>
# Author(s): crdlb, nesl247, raveit65

import subprocess, signal, os

Expand Down
1 change: 1 addition & 0 deletions FusionIcon/interface_gtk3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#
# Original author: crdlb
# GTK3 port: kozec
# author: raveit65

import os, time
from gi.repository import Gtk
Expand Down
4 changes: 2 additions & 2 deletions FusionIcon/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Original copyright 2007 Christopher Williams <christopherw@verizon.net>
# Author(s): crdlb, kozec
# Original copyright 2007 Christopher Williams <christopherw@verizon.net>
# Author(s): crdlb, kozec, raveit65

from optparse import OptionParser, OptionGroup

Expand Down
5 changes: 2 additions & 3 deletions FusionIcon/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author(s): crdlb, nesl247
#
# Copyright 2007 Christopher Williams <christopherw@verizon.net>
# Original copyright 2007 Christopher Williams <christopherw@verizon.net>
# Author(s): crdlb, nesl247, raveit65

from parser import options as parser_options
from util import env, config, apps, options, wms, decorators
Expand Down
4 changes: 2 additions & 2 deletions FusionIcon/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#
# Based on compiz-icon, Copyright 2007 Felix Bellanger <keeguon@gmail.com>
#
# Original copyright 2007 Christopher Williams <christopherw@verizon.net>
# Author(s): crdlb, kozec
# Original copyright 2007 Christopher Williams <christopherw@verizon.net>
# Author(s): crdlb, kozec, raveit65

import os, compizconfig, ConfigParser, time
import data as _data
Expand Down

0 comments on commit 06fc309

Please sign in to comment.