diff --git a/src/core/application.cpp b/src/core/application.cpp index 758a2fc..ac8b05f 100644 --- a/src/core/application.cpp +++ b/src/core/application.cpp @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/core/application.h b/src/core/application.h index 41c2263..2886f63 100644 --- a/src/core/application.h +++ b/src/core/application.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/core/interface.cpp b/src/core/interface.cpp index 7b48d35..fc23de7 100644 --- a/src/core/interface.cpp +++ b/src/core/interface.cpp @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/core/interface.h b/src/core/interface.h index 83df5dd..fa7f687 100644 --- a/src/core/interface.h +++ b/src/core/interface.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/core/notification/icon.cpp b/src/core/notification/icon.cpp index 372157d..7400188 100644 --- a/src/core/notification/icon.cpp +++ b/src/core/notification/icon.cpp @@ -1,18 +1,18 @@ /**************************************************************************************** -* Copyright (c) 2011 Patrick von Reth * -* * -* 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 the Free Software * -* Foundation; either version 2 of the License, or (at your option) any later * -* version. * -* * -* This program is distributed in the hope that it will be useful, but WITHOUT ANY * -* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * -* PARTICULAR PURPOSE. See the GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License along with * -* this program. If not, see . * -****************************************************************************************/ + * Copyright (c) 2011-2012 Patrick von Reth * + * * + * 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 the Free Software * + * Foundation; either version 2 of the License, or (at your option) any later * + * version. * + * * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY * + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * + * PARTICULAR PURPOSE. See the GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License along with * + * this program. If not, see . * + ****************************************************************************************/ #include "icon.h" #include "../snoreserver.h" diff --git a/src/core/notification/icon.h b/src/core/notification/icon.h index a7fb632..99e5c14 100644 --- a/src/core/notification/icon.h +++ b/src/core/notification/icon.h @@ -1,18 +1,18 @@ /**************************************************************************************** -* Copyright (c) 2011 Patrick von Reth * -* * -* 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 the Free Software * -* Foundation; either version 2 of the License, or (at your option) any later * -* version. * -* * -* This program is distributed in the hope that it will be useful, but WITHOUT ANY * -* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * -* PARTICULAR PURPOSE. See the GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License along with * -* this program. If not, see . * -****************************************************************************************/ + * Copyright (c) 2011-2012 Patrick von Reth * + * * + * 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 the Free Software * + * Foundation; either version 2 of the License, or (at your option) any later * + * version. * + * * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY * + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * + * PARTICULAR PURPOSE. See the GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License along with * + * this program. If not, see . * + ****************************************************************************************/ #ifndef NOTIFICATION_ICON_H #define NOTIFICATION_ICON_H diff --git a/src/core/notification/notification.cpp b/src/core/notification/notification.cpp index 1d9638c..910a778 100644 --- a/src/core/notification/notification.cpp +++ b/src/core/notification/notification.cpp @@ -1,18 +1,18 @@ /**************************************************************************************** -* Copyright (c) 2010 Patrick von Reth * -* * -* 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 the Free Software * -* Foundation; either version 2 of the License, or (at your option) any later * -* version. * -* * -* This program is distributed in the hope that it will be useful, but WITHOUT ANY * -* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * -* PARTICULAR PURPOSE. See the GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License along with * -* this program. If not, see . * -****************************************************************************************/ + * Copyright (c) 2010-2012 Patrick von Reth * + * * + * 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 the Free Software * + * Foundation; either version 2 of the License, or (at your option) any later * + * version. * + * * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY * + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * + * PARTICULAR PURPOSE. See the GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License along with * + * this program. If not, see . * + ****************************************************************************************/ #include "notification.h" #include "snoreserver.h" diff --git a/src/core/notification/notification.h b/src/core/notification/notification.h index 5a82311..203e320 100644 --- a/src/core/notification/notification.h +++ b/src/core/notification/notification.h @@ -1,18 +1,18 @@ /**************************************************************************************** -* Copyright (c) 2010 Patrick von Reth * -* * -* 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 the Free Software * -* Foundation; either version 2 of the License, or (at your option) any later * -* version. * -* * -* This program is distributed in the hope that it will be useful, but WITHOUT ANY * -* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * -* PARTICULAR PURPOSE. See the GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License along with * -* this program. If not, see . * -****************************************************************************************/ + * Copyright (c) 2010-2012 Patrick von Reth * + * * + * 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 the Free Software * + * Foundation; either version 2 of the License, or (at your option) any later * + * version. * + * * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY * + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * + * PARTICULAR PURPOSE. See the GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License along with * + * this program. If not, see . * + ****************************************************************************************/ #ifndef NOTIFICATION_H #define NOTIFICATION_H diff --git a/src/core/snorenotificationinstance.h b/src/core/snorenotificationinstance.h index d7225fd..aedd77d 100644 --- a/src/core/snorenotificationinstance.h +++ b/src/core/snorenotificationinstance.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/core/snoreserver.cpp b/src/core/snoreserver.cpp index fb21bc8..53a0b3f 100644 --- a/src/core/snoreserver.cpp +++ b/src/core/snoreserver.cpp @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/core/snoreserver.h b/src/core/snoreserver.h index 97c9853..73d0967 100644 --- a/src/core/snoreserver.h +++ b/src/core/snoreserver.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/plugins/freedesktopfrontend/freedesktopnotificationfrontend.cpp b/src/plugins/freedesktopfrontend/freedesktopnotificationfrontend.cpp index 4b1ac1e..5f3321b 100644 --- a/src/plugins/freedesktopfrontend/freedesktopnotificationfrontend.cpp +++ b/src/plugins/freedesktopfrontend/freedesktopnotificationfrontend.cpp @@ -1,18 +1,18 @@ /**************************************************************************************** -* Copyright (c) 2010 Patrick von Reth * -* * -* 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 the Free Software * -* Foundation; either version 2 of the License, or (at your option) any later * -* version. * -* * -* This program is distributed in the hope that it will be useful, but WITHOUT ANY * -* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * -* PARTICULAR PURPOSE. See the GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License along with * -* this program. If not, see . * -****************************************************************************************/ + * Copyright (c) 2010-2012 Patrick von Reth * + * * + * 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 the Free Software * + * Foundation; either version 2 of the License, or (at your option) any later * + * version. * + * * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY * + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * + * PARTICULAR PURPOSE. See the GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License along with * + * this program. If not, see . * + ****************************************************************************************/ #include "freedesktopnotificationfrontend.h" #include "notificationsadaptor.h" diff --git a/src/plugins/freedesktopfrontend/freedesktopnotificationfrontend.h b/src/plugins/freedesktopfrontend/freedesktopnotificationfrontend.h index 4a08e26..c4e8a7f 100644 --- a/src/plugins/freedesktopfrontend/freedesktopnotificationfrontend.h +++ b/src/plugins/freedesktopfrontend/freedesktopnotificationfrontend.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/plugins/freedesktopnotification/fredesktopnotification.cpp b/src/plugins/freedesktopnotification/fredesktopnotification.cpp index 62f911c..57df3c2 100644 --- a/src/plugins/freedesktopnotification/fredesktopnotification.cpp +++ b/src/plugins/freedesktopnotification/fredesktopnotification.cpp @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010,2011 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/plugins/freedesktopnotification/fredesktopnotification.h b/src/plugins/freedesktopnotification/fredesktopnotification.h index 36fe71e..d013c66 100644 --- a/src/plugins/freedesktopnotification/fredesktopnotification.h +++ b/src/plugins/freedesktopnotification/fredesktopnotification.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/plugins/growl/growl_backend.cpp b/src/plugins/growl/growl_backend.cpp index 0781a00..1549618 100644 --- a/src/plugins/growl/growl_backend.cpp +++ b/src/plugins/growl/growl_backend.cpp @@ -1,18 +1,18 @@ /**************************************************************************************** -* Copyright (c) 2010 Patrick von Reth * -* * -* 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 the Free Software * -* Foundation; either version 2 of the License, or (at your option) any later * -* version. * -* * -* This program is distributed in the hope that it will be useful, but WITHOUT ANY * -* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * -* PARTICULAR PURPOSE. See the GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License along with * -* this program. If not, see . * -****************************************************************************************/ + * Copyright (c) 2010-2012 Patrick von Reth * + * * + * 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 the Free Software * + * Foundation; either version 2 of the License, or (at your option) any later * + * version. * + * * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY * + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * + * PARTICULAR PURPOSE. See the GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License along with * + * this program. If not, see . * + ****************************************************************************************/ #include "growl_backend.h" #include "gntp.h" diff --git a/src/plugins/growl/growl_backend.h b/src/plugins/growl/growl_backend.h index 806b1f3..c37b8e8 100644 --- a/src/plugins/growl/growl_backend.h +++ b/src/plugins/growl/growl_backend.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/plugins/snarl/snarl_backend.cpp b/src/plugins/snarl/snarl_backend.cpp index b0ec381..2f27337 100644 --- a/src/plugins/snarl/snarl_backend.cpp +++ b/src/plugins/snarl/snarl_backend.cpp @@ -1,18 +1,18 @@ /**************************************************************************************** -* Copyright (c) 2010 Patrick von Reth * -* * -* 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 the Free Software * -* Foundation; either version 2 of the License, or (at your option) any later * -* version. * -* * -* This program is distributed in the hope that it will be useful, but WITHOUT ANY * -* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * -* PARTICULAR PURPOSE. See the GNU General Public License for more details. * -* * -* You should have received a copy of the GNU General Public License along with * -* this program. If not, see . * -****************************************************************************************/ + * Copyright (c) 2010-2012 Patrick von Reth * + * * + * 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 the Free Software * + * Foundation; either version 2 of the License, or (at your option) any later * + * version. * + * * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY * + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * + * PARTICULAR PURPOSE. See the GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License along with * + * this program. If not, see . * + ****************************************************************************************/ #include "snarl_backend.h" diff --git a/src/plugins/snarl/snarl_backend.h b/src/plugins/snarl/snarl_backend.h index ef46045..c814bd3 100644 --- a/src/plugins/snarl/snarl_backend.h +++ b/src/plugins/snarl/snarl_backend.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/plugins/snarlnetwork/parser.cpp b/src/plugins/snarlnetwork/parser.cpp index 378a2f6..c386670 100644 --- a/src/plugins/snarlnetwork/parser.cpp +++ b/src/plugins/snarlnetwork/parser.cpp @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/plugins/snarlnetwork/parser.h b/src/plugins/snarlnetwork/parser.h index 26def44..63ac72b 100644 --- a/src/plugins/snarlnetwork/parser.h +++ b/src/plugins/snarlnetwork/parser.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/plugins/snarlnetwork/snarlnetwork.cpp b/src/plugins/snarlnetwork/snarlnetwork.cpp index 4164ba0..d05b1ed 100644 --- a/src/plugins/snarlnetwork/snarlnetwork.cpp +++ b/src/plugins/snarlnetwork/snarlnetwork.cpp @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/plugins/snarlnetwork/snarlnetwork.h b/src/plugins/snarlnetwork/snarlnetwork.h index 4fc0b64..dbab34f 100644 --- a/src/plugins/snarlnetwork/snarlnetwork.h +++ b/src/plugins/snarlnetwork/snarlnetwork.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/snorenotify.cpp b/src/snorenotify.cpp index a2bfaeb..9efd4a3 100644 --- a/src/snorenotify.cpp +++ b/src/snorenotify.cpp @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/snorenotify.h b/src/snorenotify.h index a78e09e..695fa17 100644 --- a/src/snorenotify.h +++ b/src/snorenotify.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/trayicon.cpp b/src/trayicon.cpp index a527752..6a23fdd 100644 --- a/src/trayicon.cpp +++ b/src/trayicon.cpp @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software * diff --git a/src/trayicon.h b/src/trayicon.h index ca74272..4d2a42a 100644 --- a/src/trayicon.h +++ b/src/trayicon.h @@ -1,5 +1,5 @@ /**************************************************************************************** - * Copyright (c) 2010 Patrick von Reth * + * Copyright (c) 2010-2012 Patrick von Reth * * * * 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 the Free Software *