From 16a076ae746626652df3f2ea0b476f0eac42b389 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 27 Nov 2006 19:06:58 +0000 Subject: r19921: Add license and copyright info (This used to be commit a3e1682ba3196d7c8aec8f2c72f9e12a3707db40) --- source3/include/rpc_perfcount.h | 21 +++++++++++++++++++++ source3/include/rpc_perfcount_defs.h | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) (limited to 'source3/include') diff --git a/source3/include/rpc_perfcount.h b/source3/include/rpc_perfcount.h index dcf4e0d164..eecc24148d 100644 --- a/source3/include/rpc_perfcount.h +++ b/source3/include/rpc_perfcount.h @@ -1,5 +1,26 @@ #ifndef _RPC_PERFCOUNT_H #define _RPC_PERFCOUNT_H +/* + * Unix SMB/CIFS implementation. + * Virtual Windows Registry Layer + * + * Copyright (C) Marcin Krzysztof Porwit 2005, + * Copyright (C) Gerald (Jerry) Carter 2005. + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ typedef struct perf_counter_definition { diff --git a/source3/include/rpc_perfcount_defs.h b/source3/include/rpc_perfcount_defs.h index 3999a6864d..16d83c7b11 100644 --- a/source3/include/rpc_perfcount_defs.h +++ b/source3/include/rpc_perfcount_defs.h @@ -1,5 +1,26 @@ #ifndef _RPC_PERFCOUNT_DEFS_H #define _RPC_PERFCOUNT_DEFS_H +/* + * Unix SMB/CIFS implementation. + * Virtual Windows Registry Layer + * + * Copyright (C) Marcin Krzysztof Porwit 2005, + * Copyright (C) Gerald (Jerry) Carter 2005. + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ /* * The following #defines match what is in winperf.h. -- cgit