diff options
author | Gerald Carter <jerry@samba.org> | 2006-11-27 19:06:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:10 -0500 |
commit | 16a076ae746626652df3f2ea0b476f0eac42b389 (patch) | |
tree | e250d5c6b05d8bd1303e84f88306d3c28ac7c1b6 /source3 | |
parent | 8e8821b1dae2c32ecc9a7900fd0f30ec0a32ba4e (diff) | |
download | samba-16a076ae746626652df3f2ea0b476f0eac42b389.tar.gz samba-16a076ae746626652df3f2ea0b476f0eac42b389.tar.bz2 samba-16a076ae746626652df3f2ea0b476f0eac42b389.zip |
r19921: Add license and copyright info
(This used to be commit a3e1682ba3196d7c8aec8f2c72f9e12a3707db40)
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. |