]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/LoadableModule.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / LoadableModule.h
index 5d9f17f99c1fe0a66d2c06d87fe63ce0929f6aa9..5ed0f7f34d0efb8932fbcf6a3f108fa2e834a9ec 100644 (file)
@@ -1,10 +1,19 @@
+/*
+ * Copyright (C) 1996-2021 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.
+ */
+
 #ifndef SQUID_LOADABLE_MODULE_H
 #define SQUID_LOADABLE_MODULE_H
 
 #include "SquidString.h"
 
 // wrapper for dlopen(3), libltdl, and friends
-class LoadableModule {
+class LoadableModule
+{
 public:
     enum LoadMode { lmNow, lmLazy };
 
@@ -31,3 +40,4 @@ private:
 };
 
 #endif
+