]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Boilerplate: add copyright blurb to doc/Programming-Guide/
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 28 Oct 2014 01:22:47 +0000 (18:22 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 28 Oct 2014 01:22:47 +0000 (18:22 -0700)
doc/Programming-Guide/01_Main.dox
doc/Programming-Guide/02_CodingConventions.dox
doc/Programming-Guide/03_MajorComponents.dox
doc/Programming-Guide/05_TypicalRequestFlow.dox
doc/Programming-Guide/AccessControls.dox
doc/Programming-Guide/BasicAuthentication.dox
doc/Programming-Guide/DelayPools.dox
doc/Programming-Guide/Groups.dox
doc/Programming-Guide/Makefile
doc/Programming-Guide/Makefile.dox [deleted file]
doc/Programming-Guide/StorageManager.dox

index 0692fa879842c54a7bc5c6d230bda85f61048eab..2f6dc58e8f619094ddc6824e80003086d2e7b65b 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 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.
+ */
+
 /**
 \mainpage Squid 3.x Developer Programming Guide
 
index 364f6f6b0a446ced8cad262919522e7182a96d3c..4c0e7b79bf7a0b8bcd6890e4b1c388d56814ad01 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 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.
+ */
+
 /**
 \page Conventions Coding and Other Conventions used in Squid
 
index 0216a8bd73b87f3e1c6458c6075927a7d5b3a652..6d1a8dba913e72af4a3aa96792931dd8156f8013 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 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.
+ */
+
 /**
 \ingroup Component
 
index 9cce99e0b508cdbe7c8dc1a91d9ad2efc4427b90..797438eb2746cf2d4be754ddb87cb373e1a6f213 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 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.
+ */
+
 /**
 \page 05_TypicalRequestFlow Flow of a Typical Request
 
index acd3ffe0abfcade48c367cff16556d6b9211f74a..c864fcfcaf02758f8670d25feca5e82606bed297 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 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.
+ */
+
 /**
 \defgroup ACLAPI Access Controls
 \ingroup Components
index 45ce6b3a94bac68a83e63f72b52fd6c6cd93c829..ee1e9a8a00d4ff1698b9cf040021764ee7f51a5e 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 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.
+ */
+
 /**
 \defgroup AuthAPIBasic Basic Authentication
 \ingroup AuthAPI
index cea810d0e9bb99e8be44ed5540c85f164d4150a9..da6e000cb4978ca284d4ed77b2cf9ca0873fff2d 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 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.
+ */
+
 /**
 \page 10_DelayPools Delay Pools
 
index b77eac85c49f3292d38bd49eb8574b2d14d5ccc6..18347044fce00414ceb8c0938fd26373f4db73e8 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2014 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.
+ */
+
 /**
  \defgroup POD              POD Classes
  *
index e5734f163caba4a98671f42225c48ffdde6b85a1..d0c0696f498ae40760a62162e7a27265bfa06059 100644 (file)
@@ -1,3 +1,9 @@
+## Copyright (C) 1996-2014 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.
+##
 
 all:
        dyn-docs
diff --git a/doc/Programming-Guide/Makefile.dox b/doc/Programming-Guide/Makefile.dox
deleted file mode 100644 (file)
index e69de29..0000000
index 96e443cff49f9c846097147e30298f1440edefcc..1eb17a67b0d16c9af2cbb0b0d33002181457cce8 100644 (file)
@@ -1,4 +1,12 @@
-\**
+/*
+ * Copyright (C) 1996-2014 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.
+ */
+
+/**
  \defgroup StorageManager Storage Manager
  \ingroup Components
  *