[devhelp] License headers: split sentence at a more appropriate place
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] License headers: split sentence at a more appropriate place
- Date: Fri, 15 Dec 2017 12:05:20 +0000 (UTC)
commit 1a4be0dfbd5315c7587f4c3dc37f8beaf55e3d31
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri Dec 15 13:01:38 2017 +0100
License headers: split sentence at a more appropriate place
To have two lines with approximately the same length.
Done with the gcu-multi-line-substitution script:
https://github.com/swilmet/gnome-c-utils
src/devhelp.h | 4 ++--
src/dh-app.c | 4 ++--
src/dh-app.h | 4 ++--
src/dh-assistant.c | 4 ++--
src/dh-assistant.h | 4 ++--
src/dh-book-manager.c | 4 ++--
src/dh-book-manager.h | 4 ++--
src/dh-error.c | 4 ++--
src/dh-error.h | 4 ++--
src/dh-init.c | 4 ++--
src/dh-language.c | 4 ++--
src/dh-language.h | 4 ++--
src/dh-link.c | 4 ++--
src/dh-link.h | 4 ++--
src/dh-main.c | 4 ++--
src/dh-parser.h | 4 ++--
src/dh-preferences.c | 4 ++--
src/dh-preferences.h | 4 ++--
src/dh-sidebar.c | 4 ++--
src/dh-sidebar.h | 4 ++--
src/dh-util.c | 4 ++--
src/dh-util.h | 4 ++--
src/dh-window.c | 4 ++--
src/dh-window.h | 4 ++--
24 files changed, 48 insertions(+), 48 deletions(-)
---
diff --git a/src/devhelp.h b/src/devhelp.h
index 1e83f49..a7596cd 100644
--- a/src/devhelp.h
+++ b/src/devhelp.h
@@ -12,8 +12,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DEVHELP_H
diff --git a/src/dh-app.c b/src/dh-app.c
index 760f8f7..f8e41bd 100644
--- a/src/dh-app.c
+++ b/src/dh-app.c
@@ -15,8 +15,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-app.h b/src/dh-app.h
index faceabd..a6bc47d 100644
--- a/src/dh-app.h
+++ b/src/dh-app.h
@@ -12,8 +12,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DH_APP_H
diff --git a/src/dh-assistant.c b/src/dh-assistant.c
index 620dfa9..48fd10a 100644
--- a/src/dh-assistant.c
+++ b/src/dh-assistant.c
@@ -12,8 +12,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-assistant.h b/src/dh-assistant.h
index 44d19cd..7d9e0ba 100644
--- a/src/dh-assistant.h
+++ b/src/dh-assistant.h
@@ -12,8 +12,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DH_ASSISTANT_H
diff --git a/src/dh-book-manager.c b/src/dh-book-manager.c
index 06a3866..a1e5104 100644
--- a/src/dh-book-manager.c
+++ b/src/dh-book-manager.c
@@ -16,8 +16,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-book-manager.h b/src/dh-book-manager.h
index 0a403b6..9a59a6a 100644
--- a/src/dh-book-manager.h
+++ b/src/dh-book-manager.h
@@ -12,8 +12,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DH_BOOK_MANAGER_H
diff --git a/src/dh-error.c b/src/dh-error.c
index 4d76317..a3191b6 100644
--- a/src/dh-error.c
+++ b/src/dh-error.c
@@ -13,8 +13,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-error.h b/src/dh-error.h
index 78d6ffe..924a225 100644
--- a/src/dh-error.h
+++ b/src/dh-error.h
@@ -13,8 +13,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DH_ERROR_H
diff --git a/src/dh-init.c b/src/dh-init.c
index 453899a..57ee8a7 100644
--- a/src/dh-init.c
+++ b/src/dh-init.c
@@ -13,8 +13,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-language.c b/src/dh-language.c
index f7cd289..c2f1bac 100644
--- a/src/dh-language.c
+++ b/src/dh-language.c
@@ -12,8 +12,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-language.h b/src/dh-language.h
index d1ba0d9..cff474b 100644
--- a/src/dh-language.h
+++ b/src/dh-language.h
@@ -12,8 +12,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DH_LANGUAGE_H
diff --git a/src/dh-link.c b/src/dh-link.c
index 948449e..eabd8b0 100644
--- a/src/dh-link.c
+++ b/src/dh-link.c
@@ -14,8 +14,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-link.h b/src/dh-link.h
index 98f50cb..ebfee00 100644
--- a/src/dh-link.h
+++ b/src/dh-link.h
@@ -14,8 +14,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DH_LINK_H
diff --git a/src/dh-main.c b/src/dh-main.c
index 1acaa4e..5e29c83 100644
--- a/src/dh-main.c
+++ b/src/dh-main.c
@@ -13,8 +13,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-parser.h b/src/dh-parser.h
index 09633ee..5721849 100644
--- a/src/dh-parser.h
+++ b/src/dh-parser.h
@@ -14,8 +14,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DH_PARSER_H
diff --git a/src/dh-preferences.c b/src/dh-preferences.c
index 91646fd..39bbf56 100644
--- a/src/dh-preferences.c
+++ b/src/dh-preferences.c
@@ -14,8 +14,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-preferences.h b/src/dh-preferences.h
index 5bb7554..ddf515b 100644
--- a/src/dh-preferences.h
+++ b/src/dh-preferences.h
@@ -13,8 +13,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DH_PREFERENCES_H
diff --git a/src/dh-sidebar.c b/src/dh-sidebar.c
index 29fdf09..570be35 100644
--- a/src/dh-sidebar.c
+++ b/src/dh-sidebar.c
@@ -17,8 +17,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-sidebar.h b/src/dh-sidebar.h
index e7050f1..42bbc2a 100644
--- a/src/dh-sidebar.h
+++ b/src/dh-sidebar.h
@@ -14,8 +14,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DH_SIDEBAR_H
diff --git a/src/dh-util.c b/src/dh-util.c
index 6554773..7be3835 100644
--- a/src/dh-util.c
+++ b/src/dh-util.c
@@ -14,8 +14,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-util.h b/src/dh-util.h
index f34aa2f..b34cc0f 100644
--- a/src/dh-util.h
+++ b/src/dh-util.h
@@ -13,8 +13,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DH_UTIL_H
diff --git a/src/dh-window.c b/src/dh-window.c
index fd64588..10f2ec9 100644
--- a/src/dh-window.c
+++ b/src/dh-window.c
@@ -14,8 +14,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/dh-window.h b/src/dh-window.h
index c73c009..cafe301 100644
--- a/src/dh-window.h
+++ b/src/dh-window.h
@@ -14,8 +14,8 @@
* 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/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DH_WINDOW_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]