Merge pull request #14 from nurupo/master

Added copyright notice
This commit is contained in:
Alexander van Gessel 2013-05-20 02:17:36 -07:00
commit d561d200b7
2 changed files with 28 additions and 0 deletions

View file

@ -1,3 +1,17 @@
/*
Copyright (C) 2013 by Maxim Biro <nurupo.contributions@gmail.com>
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
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.
See the COPYING file for more details.
*/
#include "windows_tray_notification.hpp"
#include <SDL_syswm.h>

View file

@ -1,3 +1,17 @@
/*
Copyright (C) 2013 by Maxim Biro <nurupo.contributions@gmail.com>
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
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.
See the COPYING file for more details.
*/
#ifndef WINDOWS_TRAY_NOTIFICATION_HPP_INCLUDED
#define WINDOWS_TRAY_NOTIFICATION_HPP_INCLUDED