diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-04-22 23:54:44 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-04-22 23:54:44 -0700 |
commit | 553a8da754c8cd308bad2008018849714e70f9b7 (patch) | |
tree | 72d13820d7b9b5572849dba1fad9851d311b2d0e /src/user_resolver.cpp | |
parent | 98131a0a1c9d8ccc1f0015552a26882b58a9cbf3 (diff) | |
parent | efbf887a067f8aea6d61507db7266df595543145 (diff) |
Merge pull request #92 from Robby-/insp20-headers
[2.0] Replace copyright headers with headers granting specific authors copyright
Diffstat (limited to 'src/user_resolver.cpp')
-rw-r--r-- | src/user_resolver.cpp | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/src/user_resolver.cpp b/src/user_resolver.cpp index ecd864a69..f18fc9a03 100644 --- a/src/user_resolver.cpp +++ b/src/user_resolver.cpp @@ -1,16 +1,23 @@ -/* +------------------------------------+ - * | Inspire Internet Relay Chat Daemon | - * +------------------------------------+ +/* + * InspIRCd -- Internet Relay Chat Daemon * - * InspIRCd: (C) 2002-2010 InspIRCd Development Team - * See: http://wiki.inspircd.org/Credits + * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> + * Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net> * - * This program is free but copyrighted software; see - * the file COPYING for details. + * This file is part of InspIRCd. InspIRCd 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, version 2. * - * --------------------------------------------------- + * 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 <http://www.gnu.org/licenses/>. */ + #include "inspircd.h" UserResolver::UserResolver(LocalUser* user, std::string to_resolve, QueryType qt, bool &cache) : Resolver(to_resolve, qt, cache, NULL), uuid(user->uuid) |