]> git.ipfire.org Git - thirdparty/squid.git/blame - src/SquidConfig.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / SquidConfig.cc
CommitLineData
bbc27441 1/*
5b74111a 2 * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
bbc27441
AJ
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
f7f3304a 9#include "squid.h"
4d5904f7 10#include "SquidConfig.h"
e1f7507e 11
5fed1735 12class SquidConfig Config;
e1f7507e 13
5fed1735 14class SquidConfig2 Config2;
4d5904f7 15