diff --git a/veejay-current/veejay-client/AUTHORS b/veejay-current/veejay-client/AUTHORS index a1efdba0..96df44f6 100644 --- a/veejay-current/veejay-client/AUTHORS +++ b/veejay-current/veejay-client/AUTHORS @@ -11,7 +11,7 @@ Thomas Reinhold Dursun Koca Veejay Logo (V) design -Niels Elburg +Niels Elburg Lead programming Contributions by: diff --git a/veejay-current/veejay-client/gveejay.spec.in b/veejay-current/veejay-client/gveejay.spec.in index ea330d46..84f93046 100644 --- a/veejay-current/veejay-client/gveejay.spec.in +++ b/veejay-current/veejay-client/gveejay.spec.in @@ -15,7 +15,7 @@ Release: %{release} Prefix: %{prefix} Copyright: GNU GPL URL: http://veejayq.net -Packager: nelburg +Packager: nelburg Group: Productivity/Multimedia/Video/Editors and Convertors Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -26,13 +26,10 @@ Prereq: /sbin/ldconfig #Requires: libglade2 #Requires: libxml2 >= 2.5.4 #Requires: cairo -#Requires: gtkcairo #BuildRequires: pkgconfig #BuildRequires: gtk2-devel #BuildRequires: glib2-devel #BuildRequires: libglade2-devel -#BuildRequires: gtkcairo-devel -#BuildRequires: cairo-devel %description Veejay is a visual instrument and realtime video sampler. diff --git a/veejay-current/veejay-client/src/callback.c b/veejay-current/veejay-client/src/callback.c index d7b9c82c..148c9409 100644 --- a/veejay-current/veejay-client/src/callback.c +++ b/veejay-current/veejay-client/src/callback.c @@ -1,5 +1,5 @@ /* gveejay - Linux VeeJay - GVeejay GTK+-2/Glade User Interface - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * (C) 2006 Matthijs van Henten * * diff --git a/veejay-current/veejay-client/src/common.h b/veejay-current/veejay-client/src/common.h index 954a806a..3fa5e47f 100644 --- a/veejay-current/veejay-client/src/common.h +++ b/veejay-current/veejay-client/src/common.h @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/curve.c b/veejay-current/veejay-client/src/curve.c index 6252d324..43edff37 100644 --- a/veejay-current/veejay-client/src/curve.c +++ b/veejay-current/veejay-client/src/curve.c @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/curve.h b/veejay-current/veejay-client/src/curve.h index f0ed161c..f93512ed 100644 --- a/veejay-current/veejay-client/src/curve.h +++ b/veejay-current/veejay-client/src/curve.h @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/gveejay.c b/veejay-current/veejay-client/src/gveejay.c index f3217a66..6f56211b 100644 --- a/veejay-current/veejay-client/src/gveejay.c +++ b/veejay-current/veejay-client/src/gveejay.c @@ -1,5 +1,5 @@ /* gveejay - Linux VeeJay - GVeejay GTK+-2/Glade User Interface - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/keyboard.c b/veejay-current/veejay-client/src/keyboard.c index 93f602fc..8dbd1192 100644 --- a/veejay-current/veejay-client/src/keyboard.c +++ b/veejay-current/veejay-client/src/keyboard.c @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/keyboard.h b/veejay-current/veejay-client/src/keyboard.h index 287c595c..c6f05b1c 100644 --- a/veejay-current/veejay-client/src/keyboard.h +++ b/veejay-current/veejay-client/src/keyboard.h @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/multitrack.c b/veejay-current/veejay-client/src/multitrack.c index 334623d5..42414d66 100644 --- a/veejay-current/veejay-client/src/multitrack.c +++ b/veejay-current/veejay-client/src/multitrack.c @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2006 Niels Elburg + * (C) 2002-2006 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/sequence.c b/veejay-current/veejay-client/src/sequence.c index 59e42376..925cd770 100644 --- a/veejay-current/veejay-client/src/sequence.c +++ b/veejay-current/veejay-client/src/sequence.c @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2006 Niels Elburg + * (C) 2002-2006 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/sequence.h b/veejay-current/veejay-client/src/sequence.h index 2b1ea559..42f8f2c7 100644 --- a/veejay-current/veejay-client/src/sequence.h +++ b/veejay-current/veejay-client/src/sequence.h @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2006 Niels Elburg + * (C) 2002-2006 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/tracksources.c b/veejay-current/veejay-client/src/tracksources.c index cb01dd80..021ac189 100644 --- a/veejay-current/veejay-client/src/tracksources.c +++ b/veejay-current/veejay-client/src/tracksources.c @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/tracksources.h b/veejay-current/veejay-client/src/tracksources.h index b742fb5a..36c86555 100644 --- a/veejay-current/veejay-client/src/tracksources.h +++ b/veejay-current/veejay-client/src/tracksources.h @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/utils.c b/veejay-current/veejay-client/src/utils.c index 2896db12..2a003068 100644 --- a/veejay-current/veejay-client/src/utils.c +++ b/veejay-current/veejay-client/src/utils.c @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/utils.h b/veejay-current/veejay-client/src/utils.h index d4790f41..6a4a73da 100644 --- a/veejay-current/veejay-client/src/utils.h +++ b/veejay-current/veejay-client/src/utils.h @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/vj-api.c b/veejay-current/veejay-client/src/vj-api.c index 7e9fdd8e..2cf21afc 100644 --- a/veejay-current/veejay-client/src/vj-api.c +++ b/veejay-current/veejay-client/src/vj-api.c @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2004 Niels Elburg + * (C) 2002-2004 Niels Elburg * with contributions by Thomas Rheinhold (2005) * (initial sampledeck representation in GTK) * @@ -1514,7 +1514,7 @@ void about_dialog() "Developed by:", "Matthijs v. Henten ", "Dursun Koca", - "Niels Elburg ", + "Niels Elburg ", "\n", "Contributions by:", "Thomas Reinhold ", diff --git a/veejay-current/veejay-client/src/vj-api.h b/veejay-current/veejay-client/src/vj-api.h index bab05dcb..15d1c841 100644 --- a/veejay-current/veejay-client/src/vj-api.h +++ b/veejay-current/veejay-client/src/vj-api.h @@ -1,5 +1,5 @@ /* gveejay - Linux VeeJay - GVeejay GTK+-2/Glade User Interface - * (C) 2002-2005 Niels Elburg + * (C) 2002-2005 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/vj-midi.c b/veejay-current/veejay-client/src/vj-midi.c index cbbdf4ec..51deb52c 100644 --- a/veejay-current/veejay-client/src/vj-midi.c +++ b/veejay-current/veejay-client/src/vj-midi.c @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2007 Niels Elburg + * (C) 2002-2007 Niels Elburg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/veejay-current/veejay-client/src/vmidi.h b/veejay-current/veejay-client/src/vmidi.h index aa63c935..d20eacdf 100644 --- a/veejay-current/veejay-client/src/vmidi.h +++ b/veejay-current/veejay-client/src/vmidi.h @@ -1,5 +1,5 @@ /* Gveejay Reloaded - graphical interface for VeeJay - * (C) 2002-2007 Niels Elburg + * (C) 2002-2007 Niels Elburg * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/veejay-current/veejay-client/src/widgets/gtktimeselection.c b/veejay-current/veejay-client/src/widgets/gtktimeselection.c index b55f46c0..fdcdf633 100644 --- a/veejay-current/veejay-client/src/widgets/gtktimeselection.c +++ b/veejay-current/veejay-client/src/widgets/gtktimeselection.c @@ -1,5 +1,5 @@ /* veejay - Linux VeeJay - * (C) 2002-2008 Niels Elburg + * (C) 2002-2008 Niels Elburg * * * This program is free software; you can redistribute it and/or modify diff --git a/veejay-current/veejay-client/src/widgets/gtktimeselection.h b/veejay-current/veejay-client/src/widgets/gtktimeselection.h index 4e6f3e33..b146932e 100644 --- a/veejay-current/veejay-client/src/widgets/gtktimeselection.h +++ b/veejay-current/veejay-client/src/widgets/gtktimeselection.h @@ -1,5 +1,5 @@ /* veejay - Linux VeeJay - * (C) 2002-2004 Niels Elburg + * (C) 2002-2004 Niels Elburg * * * This program is free software; you can redistribute it and/or modify