]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[868-the-examples-directory-in-main-dir-not-doc-examples-is-useless-and-should-be... 868-the-examples-directory-in-main-dir-not-doc-examples-is-useless-and-should-be-removed
authorFrancis Dupont <fdupont@isc.org>
Thu, 3 Oct 2019 07:15:17 +0000 (09:15 +0200)
committerTomek Mrugalski <tomek@isc.org>
Mon, 21 Oct 2019 22:04:19 +0000 (18:04 -0400)
examples/AUTHORS [deleted file]
examples/COPYING [deleted file]
examples/ChangeLog [deleted file]
examples/NEWS [deleted file]
examples/README [deleted file]

diff --git a/examples/AUTHORS b/examples/AUTHORS
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/examples/COPYING b/examples/COPYING
deleted file mode 100644 (file)
index 7f444bd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
-
-This Source Code Form is subject to the terms of the Mozilla Public
-License, v. 2.0. If a copy of the MPL was not distributed with this
-file, You can obtain one at http://mozilla.org/MPL/2.0/.
diff --git a/examples/ChangeLog b/examples/ChangeLog
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/examples/NEWS b/examples/NEWS
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/examples/README b/examples/README
deleted file mode 100644 (file)
index 8a639ed..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-This is the top directory for sample programs that can be developed
-using public Kea libraries outside of the Kea project.  It's
-intended to be built with installed Kea header files and library
-objects, so it's not a target of the main build tree, and does not
-refer to any other part of the Kea source tree that contains
-this directory.
-
-On the top (sub) directory (where this README file is stored), we
-provide a sample configure.ac and Makefile.am files for GNU automake
-environments with helper autoconf macros to detect the availability and
-location of Kea header files and library objects.
-
-This directory is currently empty, but we expect to move example
-code here soon.