diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/rpc_perfcount.h | 21 | ||||
-rw-r--r-- | source3/include/rpc_perfcount_defs.h | 21 |
2 files changed, 42 insertions, 0 deletions
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. |