From 4dc8c381f9dbf40b3b8478f717cfafd305ebd19d Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 10 Sep 2011 17:12:41 +0200 Subject: [PATCH] added copyright header Signed-off-by: Sven Strickroth --- src/TortoiseProc/CreateRepoDlg.cpp | 18 ++++++++++++++++++ src/TortoiseProc/CreateRepoDlg.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/src/TortoiseProc/CreateRepoDlg.cpp b/src/TortoiseProc/CreateRepoDlg.cpp index 707035563..77fb38cfa 100644 --- a/src/TortoiseProc/CreateRepoDlg.cpp +++ b/src/TortoiseProc/CreateRepoDlg.cpp @@ -1,3 +1,21 @@ +// TortoiseGit - a Windows shell extension for easy version control + +// Copyright (C) 2010-2011 - TortoiseGit + +// This program 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. + +// 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, write to the Free Software Foundation, +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// // CreateRepoDlg.cpp : implementation file // diff --git a/src/TortoiseProc/CreateRepoDlg.h b/src/TortoiseProc/CreateRepoDlg.h index f348f4a8d..9d15038c3 100644 --- a/src/TortoiseProc/CreateRepoDlg.h +++ b/src/TortoiseProc/CreateRepoDlg.h @@ -1,3 +1,21 @@ +// TortoiseGit - a Windows shell extension for easy version control + +// Copyright (C) 2010-2011 - TortoiseGit + +// This program 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. + +// 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, write to the Free Software Foundation, +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + #pragma once #include "StandAloneDlg.h" -- 2.11.4.GIT