Added copyright notices

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@145 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2003-01-24 14:11:35 +00:00
parent 71e8f92b57
commit 7cf2468263
7 changed files with 33 additions and 7 deletions

View File

@ -1,7 +1,8 @@
# Insp Main Makefile
#
#
#
# (C) ChatSpike development team
# Makefile by <Craig@ChatSpike.net>
# Small modifications by <brain@ChatSpike.net>
#
CC = g++

View File

@ -1,7 +1,8 @@
# Insp Main Makefile
#
#
#
# (C) ChatSpike development team
# Makefile by <Craig@ChatSpike.net>
# Small modifications by <brain@ChatSpike.net>
#
CC = g++

12
configure vendored
View File

@ -69,7 +69,7 @@ rm -rf fdscount
if [ "$PERL" = "" ] ; then
echo "You require perl to run this program."
exit;
exit
fi
@ -275,6 +275,16 @@ echo "#define MAXBUF 514">>include/inspircd_config.h
touch include/inspircd_config.h
echo -e "Writing \033[1;37m$OSNAME\033[0;37m makefile"
echo ""
if exists "Makefile.$OSNAME" ; then
echo "Operating system supported."
else
echo "Your operating system, \"$OSNAME\", is not supported!"
exit
fi
echo ""
cp -f Makefile.$OSNAME Makefile
cp -f src/Makefile.$OSNAME src/Makefile

View File

@ -1,6 +1,8 @@
# Insp Makefile :p
#
#
# (C) ChatSpike development team
# Makefile by <Craig@ChatSpike.net>
# Small modifications by <brain@ChatSpike.net>
#
CC = im a cheezeball

View File

@ -1,6 +1,8 @@
# Insp Makefile :p
#
#
# (C) ChatSpike development team
# Makefile by <Craig@ChatSpike.net>
# Small modifications by <brain@ChatSpike.net>
#
CC = im a cheezeball

View File

@ -1,3 +1,8 @@
# (C) ChatSpike development team
# Makefile by <Craig@ChatSpike.net>
# Small modifications by <brain@ChatSpike.net>
#
CXXFLAGS = -I../../include ${FLAGS}
MODS = `/bin/ls *.cpp | sed 's/.cpp//'`

View File

@ -1,3 +1,8 @@
# (C) ChatSpike development team
# Makefile by <Craig@ChatSpike.net>
# Small modifications by <brain@ChatSpike.net>
#
CXXFLAGS = -I../../include ${FLAGS}
MODS = `/bin/ls *.cpp | sed 's/.cpp//'`