diff options
author | click <none@none> | 2010-10-07 20:09:22 +0200 |
---|---|---|
committer | click <none@none> | 2010-10-07 20:09:22 +0200 |
commit | 28738448099a43400b60592d41396adf228ae68c (patch) | |
tree | e70ac05cf74cd1f08c3157d8bd50084f7cdb0c4b | |
parent | 0ff3d8905e51c09cab3e5964787635615ca73ac5 (diff) |
Core/Authserver: Remove CRLF warnings for authserver.rc
--HG--
branch : trunk
-rwxr-xr-x | src/server/authserver/authserver.rc | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/server/authserver/authserver.rc b/src/server/authserver/authserver.rc index 15fca94a2dd..94f355234d6 100755 --- a/src/server/authserver/authserver.rc +++ b/src/server/authserver/authserver.rc @@ -1,19 +1,19 @@ -/*
- * Copyright (C) 2008-2010 TrinityCore <http://www.trinitycore.org/>
- * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
- *
- * 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 <http://www.gnu.org/licenses/>.
+/* + * Copyright (C) 2008-2010 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> + * + * 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 <http://www.gnu.org/licenses/>. */ #include "resource.h" |