X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/05da4c2822f60649786c0dd81f01a3855846248f..ed3497b0de6634350cd17b320538fba918d4084c:/ui-clone.c diff --git a/ui-clone.c b/ui-clone.c index fdea24f..9d0d6ad 100644 --- a/ui-clone.c +++ b/ui-clone.c @@ -1,13 +1,14 @@ /* ui-clone.c: functions for http cloning, based on * git's http-backend.c by Shawn O. Pearce * - * Copyright (C) 2008 Lars Hjemli + * Copyright (C) 2006-2014 cgit Development Team * * Licensed under GNU General Public License v2 * (see COPYING for full license text) */ #include "cgit.h" +#include "ui-clone.h" #include "html.h" #include "ui-shared.h"