Skip to content

Commit

Permalink
Added copyright to SecureUploader Example
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Pagliano committed Nov 23, 2012
1 parent d6dc7eb commit e332f7e
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 3 deletions.
24 changes: 21 additions & 3 deletions examples/SecureUploader/main.cpp
Original file line number Diff line number Diff line change
@@ -1,8 1,26 @@
#include <QCoreApplication>
/**************************************************************************
**
** This file is part of QSsh
**
** Copyright (c) 2012 LVK
**
** Contact: [email protected]
**
** GNU Lesser General Public License Usage
**
** This file may be used under the terms of the GNU Lesser General Public
** License version 2.1 as published by the Free Software Foundation and
** appearing in the file LICENSE.LGPL included in the packaging of this file.
** Please review the following information to ensure the GNU Lesser General
** Public License version 2.1 requirements will be met:
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
**************************************************************************/

#include "securefileuploader.h"
#include <iostream>
#include <QCoreApplication>
#include <QStringList>
#include <iostream>
#include "securefileuploader.h"

void showSyntax();
QString getPassword();
Expand Down
19 changes: 19 additions & 0 deletions examples/SecureUploader/securefileuploader.cpp
Original file line number Diff line number Diff line change
@@ -1,3 1,22 @@
/**************************************************************************
**
** This file is part of QSsh
**
** Copyright (c) 2012 LVK
**
** Contact: [email protected]
**
** GNU Lesser General Public License Usage
**
** This file may be used under the terms of the GNU Lesser General Public
** License version 2.1 as published by the Free Software Foundation and
** appearing in the file LICENSE.LGPL included in the packaging of this file.
** Please review the following information to ensure the GNU Lesser General
** Public License version 2.1 requirements will be met:
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
**************************************************************************/

#include "securefileuploader.h"

#include <QtDebug>
Expand Down
18 changes: 18 additions & 0 deletions examples/SecureUploader/securefileuploader.h
Original file line number Diff line number Diff line change
@@ -1,3 1,21 @@
/**************************************************************************
**
** This file is part of QSsh
**
** Copyright (c) 2012 LVK
**
** Contact: [email protected]
**
** GNU Lesser General Public License Usage
**
** This file may be used under the terms of the GNU Lesser General Public
** License version 2.1 as published by the Free Software Foundation and
** appearing in the file LICENSE.LGPL included in the packaging of this file.
** Please review the following information to ensure the GNU Lesser General
** Public License version 2.1 requirements will be met:
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
**************************************************************************/
#ifndef SECUREFILEUPLOADER_H
#define SECUREFILEUPLOADER_H

Expand Down

0 comments on commit e332f7e

Please sign in to comment.