Skip to content

Commit

Permalink
Readd copyright notices
Browse files Browse the repository at this point in the history
Apparently lost in commit cb5a9a0.
  • Loading branch information
irydacea committed Jun 28, 2014
1 parent fc1afef commit 0050fdd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions src/notifications/notifications.cpp
@@ -1,3 +1,17 @@
/*
Copyright (C) 2003 - 2014 by David White <dave@whitevine.net>
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 "notifications.hpp"
#include "global.hpp"

Expand Down
16 changes: 15 additions & 1 deletion src/notifications/notifications.hpp
@@ -1,6 +1,20 @@
/*
Copyright (C) 2003 - 2014 by David White <dave@whitevine.net>
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 <string>

namespace notifications
namespace notifications
{
void send_notification(const std::string& owner, const std::string& message);
}

0 comments on commit 0050fdd

Please sign in to comment.