aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Auth.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Auth.pm b/Auth.pm
index c55e067..def5cd3 100644
--- a/Auth.pm
+++ b/Auth.pm
@@ -1,19 +1,19 @@
# Copyright 2012 Matteo Pasotti
#
-# This file is part of mcc2
+# This file is part of AdminPanel
#
-# mcc2 is free software: you can redistribute it and/or modify
+# AdminPanel 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.
#
-# mcc2 is distributed in the hope that it will be useful,
+# AdminPanel 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 mcc2. If not, see <http://www.gnu.org/licenses/>.
+# along with AdminPanel. If not, see <http://www.gnu.org/licenses/>.
package Auth;