Add copyright to src/metrics.h

This commit is contained in:
Simon Kelley
2018-07-29 22:31:02 +01:00
parent 1dfed16071
commit c16d966ad3

View File

@@ -1,4 +1,20 @@
// If you modify this list, please keep the labels in metrics.c in sync. /* dnsmasq is Copyright (c) 2000-2018 Simon Kelley
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 dated June, 1991, or
(at your option) version 3 dated 29 June, 2007.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* If you modify this list, please keep the labels in metrics.c in sync. */
enum { enum {
METRIC_DNS_CACHE_INSERTED, METRIC_DNS_CACHE_INSERTED,
METRIC_DNS_CACHE_LIVE_FREED, METRIC_DNS_CACHE_LIVE_FREED,