Updated license header.
This commit is contained in:
parent
a5fd98d584
commit
06a2eb679c
|
@ -1,14 +1,8 @@
|
||||||
#
|
#
|
||||||
# $Id: mysql.sql,v 1.39 2006/02/17 15:15:54 olivier Exp $
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
# AlternC - Web Hosting System
|
# AlternC - Web Hosting System
|
||||||
# Copyright (C) 2006 Le rseau Koumbit Inc.
|
# Copyright (C) 2000-2012 by the AlternC Development Team.
|
||||||
# http://koumbit.org/
|
# https://alternc.org/
|
||||||
# Copyright (C) 2002 by the AlternC Development Team.
|
|
||||||
# http://alternc.org/
|
|
||||||
# ----------------------------------------------------------------------
|
|
||||||
# Based on:
|
|
||||||
# Valentin Lacambre`s web hosting softwares: http://altern.org/
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
# LICENSE
|
# LICENSE
|
||||||
#
|
#
|
||||||
|
@ -24,7 +18,6 @@
|
||||||
#
|
#
|
||||||
# To read the license please visit http://www.gnu.org/copyleft/gpl.html
|
# To read the license please visit http://www.gnu.org/copyleft/gpl.html
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
# Original Author of file: Benjamin Sonntag
|
|
||||||
# Purpose of file: Create the basic structure for the mysql system db
|
# Purpose of file: Create the basic structure for the mysql system db
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -300,7 +293,7 @@ CREATE TABLE IF NOT EXISTS `mailman` (
|
||||||
) COMMENT = 'Table containing mailman list addresses.';
|
) COMMENT = 'Table containing mailman list addresses.';
|
||||||
|
|
||||||
#
|
#
|
||||||
# Structure de la table `stats2`
|
# Structure de la table `stats3`
|
||||||
#
|
#
|
||||||
# Liste des jeux de stat brutes demandes sur le serveur
|
# Liste des jeux de stat brutes demandes sur le serveur
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue