[metacity] gradient: reformat header



commit 5e58b0da2da0eaf24935a5687ae65f792636ca33
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Jan 17 12:17:23 2016 +0200

    gradient: reformat header

 src/ui/gradient.c |   25 +++++++++++--------------
 src/ui/gradient.h |   23 ++++++++++-------------
 2 files changed, 21 insertions(+), 27 deletions(-)
---
diff --git a/src/ui/gradient.c b/src/ui/gradient.c
index 1f0fffe..3006f6d 100644
--- a/src/ui/gradient.c
+++ b/src/ui/gradient.c
@@ -1,27 +1,24 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
-/* Metacity gradient rendering */
-
 /*
  * Copyright (C) 2001 Havoc Pennington, 99% copied from wrlib in
  * WindowMaker, Copyright (C) 1997-2000 Dan Pascu and Alfredo Kojima
  * Copyright (C) 2005 Elijah Newren
  *
- * 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 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.
+ * 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, see <http://www.gnu.org/licenses/>.  */
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
 
 /**
- * SECTION:gradient
+ * SECTION: gradient
  * @title: Gradients
  * @short_description: Metacity gradient rendering
  */
diff --git a/src/ui/gradient.h b/src/ui/gradient.h
index af577b8..78ca942 100644
--- a/src/ui/gradient.h
+++ b/src/ui/gradient.h
@@ -1,23 +1,20 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
-/* Metacity gradient rendering */
-
 /*
  * Copyright (C) 2001 Havoc Pennington, 99% copied from wrlib in
  * WindowMaker, Copyright (C) 1997-2000 Dan Pascu and Alfredo Kojima
  *
- * 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 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.
+ * 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, see <http://www.gnu.org/licenses/>.  */
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
 
 #ifndef META_GRADIENT_H
 #define META_GRADIENT_H


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]