Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update the copyright to 2010-2011 in a few files.
  • Loading branch information
Loïc Hoguin committed Apr 19, 2011
1 parent 948873d commit 935b490
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
# EGS: Erlang Game Server
# Copyright (C) 2010 Loic Hoguin
# Copyright (C) 2010-2011 Loic Hoguin
#
# This file is part of EGS.
#
Expand Down
2 changes: 1 addition & 1 deletion c_src/egs_prs_drv.c
@@ -1,6 +1,6 @@
/*
@author Loïc Hoguin <essen@dev-extend.eu>
@copyright 2010 Loïc Hoguin.
@copyright 2010-2011 Loïc Hoguin.
@doc PRS Erlang driver for EGS.
This file is part of EGS.
Expand Down
2 changes: 1 addition & 1 deletion start.sh
@@ -1,5 +1,5 @@
#!/bin/sh
echo "EGS is free software available under the GNU GPL version 3"
echo "Copyright (C) 2010 Loic Hoguin"
echo "Copyright (C) 2010-2011 Loic Hoguin"
echo
erl -sname egs -pa ebin -pa deps/*/ebin -boot start_sasl -s ex_reloader -s egs

0 comments on commit 935b490

Please sign in to comment.