~vcs-imports/simias/trunk

« back to all changes in this revision

Viewing changes to simias/src/webaccess/UploadStream.cs

  • Committer: kuanil
  • Date: 2007-08-10 10:45:05 UTC
  • Revision ID: vcs-imports@canonical.com-20070810104505-x1xicgn4fw4cuoso
copyright info is changed according to new convention --year 2007 for all cs files inside admin and webaccess

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/***********************************************************************
2
 
 *  $RCSfile$
3
 
 *
4
 
 *  Copyright (C) 2004-2006 Novell, Inc.
5
 
 *
6
 
 *  This program is free software; you can redistribute it and/or
7
 
 *  modify it under the terms of the GNU General Public
8
 
 *  License as published by the Free Software Foundation; either
9
 
 *  version 2 of the License, or (at your option) any later version.
10
 
 *
11
 
 *  This program is distributed in the hope that it will be useful,
12
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
 
 *  General Public License for more details.
15
 
 *
16
 
 *  You should have received a copy of the GNU General Public
17
 
 *  License along with this program; if not, write to the Free
18
 
 *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
 
 *
20
 
 *  Author: Rob
21
 
 *
22
 
 ***********************************************************************/
 
1
/****************************************************************************
 
2
 |
 
3
 | Copyright (c) 2007 Novell, Inc.
 
4
 | All Rights Reserved.
 
5
 |
 
6
 | This program is free software; you can redistribute it and/or
 
7
 | modify it under the terms of version 2 of the GNU General Public License as
 
8
 | published by the Free Software Foundation.
 
9
 |
 
10
 | This program is distributed in the hope that it will be useful,
 
11
 | but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 | GNU General Public License for more details.
 
14
 |
 
15
 | You should have received a copy of the GNU General Public License
 
16
 | along with this program; if not, contact Novell, Inc.
 
17
 |
 
18
 | To contact Novell about this file by physical or electronic mail,
 
19
 | you may find current contact information at www.novell.com
 
20
 |
 
21
 | Author: Rob
 
22
 |***************************************************************************/
23
23
 
24
24
using System;
25
25
using System.IO;