]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-clone.c
Update copyright information
[cgit.git] / ui-clone.c
index fdea24f3fdf070b883f13357ce003d4ac4da892e..9d0d6ad5f7cee475ba97445e2eaf5d0d0f6e4c09 100644 (file)
@@ -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 <cgit@lists.zx2c4.com>
  *
  * 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"