diff --git a/AUTHORS b/AUTHORS index 069bbd5f4..38034cdd2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -© 2007 Julien Danjou +© 2007-2008 Julien Danjou © 2007 Nikos Ntarmos © 2007 Aldo Cortesi diff --git a/Makefile b/Makefile index caec62157..9e6163189 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # awesome -# © 2007 Julien Danjou +# © 2007-2008 Julien Danjou include config.mk diff --git a/awesome-client-common.c b/awesome-client-common.c index 79916d298..2dfb0eca9 100644 --- a/awesome-client-common.c +++ b/awesome-client-common.c @@ -1,7 +1,7 @@ /* * awesome-client-common.c - awesome client, communicate with socket, common functions * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * Copyright © 2007 daniel@brinkers.de * * This program is free software; you can redistribute it and/or modify diff --git a/awesome-client.c b/awesome-client.c index a8e88fd69..e770dc44e 100644 --- a/awesome-client.c +++ b/awesome-client.c @@ -1,7 +1,7 @@ /* * awesome-client.c - awesome client, communicate with socket * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * Copyright © 2007 daniel@brinkers.de * * This program is free software; you can redistribute it and/or modify diff --git a/awesome-client.h b/awesome-client.h index 36837114d..201b79f6c 100644 --- a/awesome-client.h +++ b/awesome-client.h @@ -1,7 +1,7 @@ /* * awesome-client.h - awesome client header * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/awesome.c b/awesome.c index acdd4e9bd..f2aef7f59 100644 --- a/awesome.c +++ b/awesome.c @@ -1,7 +1,7 @@ /* * awesome.c - awesome main functions * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/awesome.h b/awesome.h index d77cecd62..abe3d5f77 100644 --- a/awesome.h +++ b/awesome.h @@ -1,7 +1,7 @@ /* * awesome.h - awesome main header * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/client.c b/client.c index 0a5a901cd..741a1ac1b 100644 --- a/client.c +++ b/client.c @@ -1,7 +1,7 @@ /* * client.c - client management * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/client.h b/client.h index 8ef12f0df..5b40e2114 100644 --- a/client.h +++ b/client.h @@ -1,7 +1,7 @@ /* * client.h - client management header * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/config.c b/config.c index 84e6bb62e..3668732fd 100644 --- a/config.c +++ b/config.c @@ -1,7 +1,7 @@ /* * config.c - configuration management * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/config.h b/config.h index 0e7139cb4..0717005a9 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ /* * config.h - configuration management header * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/draw.c b/draw.c index 9fd4563c4..bc13d6ff5 100644 --- a/draw.c +++ b/draw.c @@ -1,7 +1,7 @@ /* * draw.c - draw functions * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/draw.h b/draw.h index 1db636009..bcbedf39e 100644 --- a/draw.h +++ b/draw.h @@ -1,7 +1,7 @@ /* * draw.h - draw functions header * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/event.c b/event.c index c57d2916a..eeeb8a934 100644 --- a/event.c +++ b/event.c @@ -1,7 +1,7 @@ /* * event.c - event handlers * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/event.h b/event.h index 7f340830b..8b2da492f 100644 --- a/event.h +++ b/event.h @@ -1,7 +1,7 @@ /* * event.h - event handlers header * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/ewmh.c b/ewmh.c index 9386bb98f..2be7f303d 100644 --- a/ewmh.c +++ b/ewmh.c @@ -1,7 +1,7 @@ /* * ewmh.c - EWMH support functions * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/ewmh.h b/ewmh.h index 75c4dfdc9..89f1f9a64 100644 --- a/ewmh.h +++ b/ewmh.h @@ -1,7 +1,7 @@ /* * ewmh.h - EWMH header * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/focus.c b/focus.c index bd1caef97..c19369ac5 100644 --- a/focus.c +++ b/focus.c @@ -1,7 +1,7 @@ /* * focus.c - focus management * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/focus.h b/focus.h index fc8502f7b..0f073a5ac 100644 --- a/focus.h +++ b/focus.h @@ -1,7 +1,7 @@ /* * focus.h - focus management header * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/layouts/fibonacci.c b/layouts/fibonacci.c index a0be9acc1..9bd4daeed 100644 --- a/layouts/fibonacci.c +++ b/layouts/fibonacci.c @@ -1,7 +1,7 @@ /* * fibonacci.c - fibonacci layout * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/layouts/fibonacci.h b/layouts/fibonacci.h index d2a4aacf9..cc1c46168 100644 --- a/layouts/fibonacci.h +++ b/layouts/fibonacci.h @@ -1,7 +1,7 @@ /* * fibonacci.h - fibonacci layout header * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/layouts/floating.c b/layouts/floating.c index 33db55152..5a12268fe 100644 --- a/layouts/floating.c +++ b/layouts/floating.c @@ -1,7 +1,7 @@ /* * floating.c - floating layout * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/layouts/floating.h b/layouts/floating.h index 6bd5a0d65..a0337057b 100644 --- a/layouts/floating.h +++ b/layouts/floating.h @@ -1,7 +1,7 @@ /* * floating.h - floating layout header * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * Copyright © 2007 Alexandru E. Ungur * * This program is free software; you can redistribute it and/or modify diff --git a/layouts/max.c b/layouts/max.c index d4e6176ab..8b122ffaa 100644 --- a/layouts/max.c +++ b/layouts/max.c @@ -1,7 +1,7 @@ /* * max.c - max layout * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/layouts/max.h b/layouts/max.h index ddfe53609..2960387b8 100644 --- a/layouts/max.h +++ b/layouts/max.h @@ -1,7 +1,7 @@ /* * max.h - max layout header * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/layouts/tile.c b/layouts/tile.c index 40ba16bc8..6d2052777 100644 --- a/layouts/tile.c +++ b/layouts/tile.c @@ -1,7 +1,7 @@ /* * tile.c - tile layout * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/layouts/tile.h b/layouts/tile.h index 37730da18..0734dca7e 100644 --- a/layouts/tile.h +++ b/layouts/tile.h @@ -1,7 +1,7 @@ /* * tile.h - tile layout * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * Copyright © 2007 Ross Mohn * * This program is free software; you can redistribute it and/or modify diff --git a/widgets/focustitle.c b/widgets/focustitle.c index c999b8a57..a0b714f1a 100644 --- a/widgets/focustitle.c +++ b/widgets/focustitle.c @@ -2,7 +2,7 @@ * focustitle.c - focus title widget * * Copyright © 2007 Aldo Cortesi - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/widgets/iconbox.c b/widgets/iconbox.c index d088673fb..5977433a1 100644 --- a/widgets/iconbox.c +++ b/widgets/iconbox.c @@ -1,7 +1,7 @@ /* * iconbox.c - icon widget * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/widgets/layoutinfo.c b/widgets/layoutinfo.c index 2be498d81..3890194fd 100644 --- a/widgets/layoutinfo.c +++ b/widgets/layoutinfo.c @@ -2,7 +2,7 @@ * layoutinfo.c - layout info widget * * Copyright © 2007 Aldo Cortesi - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * Aldo Cortesi * * This program is free software; you can redistribute it and/or modify diff --git a/widgets/netwmicon.c b/widgets/netwmicon.c index 6a7631ece..ee8b15c35 100644 --- a/widgets/netwmicon.c +++ b/widgets/netwmicon.c @@ -1,7 +1,7 @@ /* * netwmicon.c - NET_WM_ICON widget * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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/widgets/progressbar.c b/widgets/progressbar.c index 5c7cc8ede..1357ce764 100644 --- a/widgets/progressbar.c +++ b/widgets/progressbar.c @@ -1,7 +1,7 @@ /* * progressbar.c - progress bar widget * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * * 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