refabrique

This commit is contained in:
Paul Schneider 2016-07-27 10:56:49 +02:00
commit 9812d728c8
8 changed files with 336 additions and 142 deletions

View file

@ -1,4 +1,22 @@
namespace Yavsc.Models.Identity
// Copyright (C) 2016 Paul Schneider
//
// This file is part of yavsc.
//
// yavsc 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 2 of the License, or
// (at your option) any later version.
//
// yavsc 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 yavsc. If not, see <http://www.gnu.org/licenses/>.
//
namespace Yavsc.Models.Identity
{
public interface IGCMDeclaration
{