]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/basic_auth/DB/passwd.sql
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / DB / passwd.sql
index c9528c6b585f7d9d00498bfbd91f906b439b6a02..ec94adb38d3f8438991fc4245beae70fc0bffe20 100644 (file)
@@ -1,3 +1,10 @@
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 CREATE TABLE `passwd` (
   `user` varchar(32) NOT NULL default '',
   `password` varchar(35) NOT NULL default '',