From 3552d1453e7913649dcd69bf07325cd42dbc5611 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Tue, 17 Mar 2015 19:41:42 +0100 Subject: [PATCH] Added GPL header Signed-off-by: Sven Strickroth --- src/TortoiseProc/Commands/RefBrowseCommand.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/TortoiseProc/Commands/RefBrowseCommand.h b/src/TortoiseProc/Commands/RefBrowseCommand.h index c297255b0..8f0e8cc2a 100644 --- a/src/TortoiseProc/Commands/RefBrowseCommand.h +++ b/src/TortoiseProc/Commands/RefBrowseCommand.h @@ -1,3 +1,21 @@ +// TortoiseGit - a Windows shell extension for easy version control + +// Copyright (C) 2009 - 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 "Command.h" #include "BrowseRefsDlg.h" -- 2.11.4.GIT