~bregma/libertine/add-more-missing-runtime-deps

« back to all changes in this revision

Viewing changes to libertine/PasswordHelper.cpp

  • Committer: Chris Townsend
  • Date: 2015-09-03 15:41:44 UTC
  • mfrom: (94.5.3 libertine)
  • Revision ID: christopher.townsend@canonical.com-20150903154144-pge0wue4at9dmpw0
Merge in changes from lp:libertine/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * @file PasswordHelper.cpp
 
3
 * @brief Helper class for managing password entry
 
4
 */
 
5
/*
 
6
 * Copyright 2015 Canonical Ltd
 
7
 *
 
8
 * Libertine is free software: you can redistribute it and/or modify it under
 
9
 * the terms of the GNU General Public License, version 3, as published by the
 
10
 * Free Software Foundation.
 
11
 *
 
12
 * Libertine is distributed in the hope that it will be useful, but WITHOUT ANY
 
13
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
 
14
 * A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
18
 */
1
19
#include "libertine/PasswordHelper.h"
2
20
 
3
21
#include <iostream>