SparkleShare/Sparkles/AuthenticationInfo.cs

24 lines
870 B
C#
Raw Normal View History

2016-03-26 15:59:43 +00:00
// SparkleShare, a collaboration and sharing tool.
2017-07-23 12:47:54 +00:00
// Copyright (C) 2010 Hylke Bons <hi@planetpeanut.uk>
2016-03-26 15:59:43 +00:00
//
// This program is free software: you can redistribute it and/or modify
2018-04-09 03:41:59 +00:00
// it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation, either version 3 of the
2016-03-26 15:59:43 +00:00
// 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/>.
2016-03-31 08:35:26 +00:00
namespace Sparkles {
2016-03-26 15:59:43 +00:00
public abstract class AuthenticationInfo
{
}
}