Skip to content

Commit

Permalink
* Updated copyright notice with correct github URL.
Browse files Browse the repository at this point in the history
* Added missing copyright notices.
* Make sure files end with a new line.
* Get rid of trailing whitespace.

Signed-off-by: TheLuda <theluda@getmangos.com>
  • Loading branch information
TheLuda committed Apr 21, 2011
1 parent f85ab71 commit 3834c2e
Show file tree
Hide file tree
Showing 542 changed files with 42,502 additions and 41,933 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
@@ -1,5 +1,5 @@
#
# Copyright (C) 2005-2011 MaNGOS project <http://getmangos.com/>
# Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
# Copyright (C) 2009-2011 MaNGOSZero <https://github.com/mangos/zero>
#
# 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
Expand All @@ -14,7 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#

project(MaNGOS)
set(MANGOS_VERSION 0.6.1)
Expand Down Expand Up @@ -430,4 +429,4 @@ set_directory_properties(PROPERTIES COMPILE_DEFINITIONS_DEBUG "${DEFINITIONS_DEB
add_subdirectory(src)
# if(SQL)
# add_subdirectory(sql)
# endif()
# endif()
1 change: 0 additions & 1 deletion ChangeLog
Expand Up @@ -619,4 +619,3 @@ MaNGOS 0.0.1 (Sept 13, 2005)
==== Statistics ====
* Fixed Bugs: #2, #3, #9, #10, #11
* Total number of changes: 53.

1 change: 0 additions & 1 deletion cmake/FindTBB.cmake
@@ -1,4 +1,3 @@
#
# Locate Intel Threading Building Blocks include paths and libraries
# CPPunit can be found at http://cppunit.sourceforge.net
# Written by Michael Hammer, michael _at_ derhammer.net
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindTermcap.cmake
@@ -1,4 +1,4 @@
# find Terrmcap (terminal input library) includes and library
# find Termcap (terminal input library) includes and library
#
# TERMCAP_INCLUDE_DIR - where the directory containing the TERMCAP headers can be found
# TERMCAP_LIBRARY - full path to the TERMCAP library
Expand Down
6 changes: 2 additions & 4 deletions cmake/ImportACE.cmake
@@ -1,5 +1,5 @@
#
# Copyright (C) 2005-2011 MaNGOS project <http://getmangos.com/>
# Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
# Copyright (C) 2009-2011 MaNGOSZero <https://github.com/mangos/zero>
#
# 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
Expand All @@ -14,7 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#

# Specify ace lib that was build externally
# add_library(ace SHARED IMPORTED)
Expand Down Expand Up @@ -56,4 +55,3 @@ if(WIN32)
)
endforeach(DIR)
endif()

5 changes: 2 additions & 3 deletions cmake/ImportTBB.cmake
@@ -1,5 +1,5 @@
#
# Copyright (C) 2005-2011 MaNGOS project <http://getmangos.com/>
# Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
# Copyright (C) 2009-2011 MaNGOSZero <https://github.com/mangos/zero>
#
# 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
Expand All @@ -14,7 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#

# Specify tbb lib that was build externally
# add_library(tbb SHARED IMPORTED)
Expand Down
4 changes: 3 additions & 1 deletion cmake/cmake_uninstall.cmake.in
@@ -1,4 +1,6 @@
# from cmake wiki
# From: http://www.cmake.org/Wiki/CMake_FAQ
#

IF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
MESSAGE(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"")
ENDIF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
Expand Down
2 changes: 1 addition & 1 deletion contrib/Makefile.am
@@ -1,5 +1,5 @@
# Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
# Copyright (C) 2009-2011 MaNGOSZero <http://github.com/mangoszero/mangoszero/>
# Copyright (C) 2009-2011 MaNGOSZero <https://github.com/mangos/zero>
#
# 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
Expand Down
22 changes: 14 additions & 8 deletions contrib/extractor/CMakeLists.txt
@@ -1,13 +1,19 @@
# Copyright (C) 2005-2011 MaNGOS project <http://getmangos.com/>
# Copyright (C) 2009-2011 MaNGOSZero <http://github.com/mangoszero/mangoszero/>
# Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
# Copyright (C) 2009-2011 MaNGOSZero <https://github.com/mangos/zero>
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
# 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, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# 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, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

cmake_minimum_required (VERSION 2.6)
project (MANGOS_MAP_EXTRACTOR)
Expand Down
19 changes: 19 additions & 0 deletions contrib/extractor/System.cpp
@@ -1,3 +1,22 @@
/*
* Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
* Copyright (C) 2009-2011 MaNGOSZero <https://github.com/mangos/zero>
*
* 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#define _CRT_SECURE_NO_DEPRECATE

#include <stdio.h>
Expand Down
38 changes: 19 additions & 19 deletions contrib/extractor/VC100_AD.sln
@@ -1,19 +1,19 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ad", "VC100_ad.vcxproj", "{D7552D4F-408F-4F8E-859B-366659150CF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7552D4F-408F-4F8E-859B-366659150CF4}.Debug|Win32.ActiveCfg = Debug|Win32
{D7552D4F-408F-4F8E-859B-366659150CF4}.Debug|Win32.Build.0 = Debug|Win32
{D7552D4F-408F-4F8E-859B-366659150CF4}.Release|Win32.ActiveCfg = Release|Win32
{D7552D4F-408F-4F8E-859B-366659150CF4}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ad", "VC100_ad.vcxproj", "{D7552D4F-408F-4F8E-859B-366659150CF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7552D4F-408F-4F8E-859B-366659150CF4}.Debug|Win32.ActiveCfg = Debug|Win32
{D7552D4F-408F-4F8E-859B-366659150CF4}.Debug|Win32.Build.0 = Debug|Win32
{D7552D4F-408F-4F8E-859B-366659150CF4}.Release|Win32.ActiveCfg = Release|Win32
{D7552D4F-408F-4F8E-859B-366659150CF4}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit 3834c2e

Please sign in to comment.