This commit breaks the build:

> The copyright header layout fixes I have committed separately.
> http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=93d11591928f54ff28a06edd10cb13494ef10d41

The initial "/" is missing and the copyright text is no longer a range comment.

Patch attached.

Cheers,
Daniel
From 953eb653b30a9a6c18c9caa8193eeed85837a8b7 Mon Sep 17 00:00:00 2001
From: Daniel Lindgren <[email protected]>
Date: Wed, 29 Feb 2012 19:36:47 +0100
Subject: [PATCH] Fixed range comment for copyright banner

---
 onmainwindow.cpp       |    2 +-
 onmainwindow_part3.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/onmainwindow.cpp b/onmainwindow.cpp
index 904ab79..aa15ae6 100644
--- a/onmainwindow.cpp
+++ b/onmainwindow.cpp
@@ -1,4 +1,4 @@
-***************************************************************************/
+/**************************************************************************
 *   Copyright (C) 2005-2012 by Oleksandr Shneyder                         *
 *   [email protected]                                  *
 *                                                                         *
diff --git a/onmainwindow_part3.cpp b/onmainwindow_part3.cpp
index 363eecc..21434e2 100644
--- a/onmainwindow_part3.cpp
+++ b/onmainwindow_part3.cpp
@@ -1,4 +1,4 @@
-***************************************************************************/
+/**************************************************************************
 *   Copyright (C) 2005-2012 by Oleksandr Shneyder                         *
 *   [email protected]                                  *
 *                                                                         *
-- 
1.7.9

_______________________________________________
X2Go-Dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/x2go-dev

Reply via email to