From: Francis Dupont Date: Thu, 3 Oct 2019 07:15:17 +0000 (+0200) Subject: [868-the-examples-directory-in-main-dir-not-doc-examples-is-useless-and-should-be... X-Git-Tag: Kea-1.7.1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cbaebdc79f88b44f86bd95cfbaf9534225e5aec;p=thirdparty%2Fkea.git [868-the-examples-directory-in-main-dir-not-doc-examples-is-useless-and-should-be-removed] Removes topdir examples --- diff --git a/examples/AUTHORS b/examples/AUTHORS deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/examples/COPYING b/examples/COPYING deleted file mode 100644 index 7f444bd606..0000000000 --- a/examples/COPYING +++ /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 index e69de29bb2..0000000000 diff --git a/examples/NEWS b/examples/NEWS deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/examples/README b/examples/README deleted file mode 100644 index 8a639edb8e..0000000000 --- a/examples/README +++ /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.