diff options
author | Simo Sorce <idra@samba.org> | 2010-08-02 09:47:01 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-08-17 06:33:13 -0400 |
commit | 558320cf582a5ebc50af28061f5e33f7e4158fba (patch) | |
tree | 639172be32a8809c08b3166a80289591f0bd5f39 /source3 | |
parent | 1791d0533552d9070a72c7e4b827f6b6dd03fae4 (diff) | |
download | samba-558320cf582a5ebc50af28061f5e33f7e4158fba.tar.gz samba-558320cf582a5ebc50af28061f5e33f7e4158fba.tar.bz2 samba-558320cf582a5ebc50af28061f5e33f7e4158fba.zip |
Add my (c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 840148b17c..c30cf6ee11 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -1,18 +1,19 @@ -/* +/* * Unix SMB/CIFS implementation. - * RPC Pipe client / server routines + * RPC Pipe client routines * Largely rewritten by Jeremy Allison 2005. - * + * Heavily modified by Simo Sorce 2010. + * * 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 3 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, see <http://www.gnu.org/licenses/>. */ |