[devhelp] Licenses: Update src/.{c,h} license headers



commit bbb6288d984943608b49a168b8c68387df95dfc1
Author: Ayman Bagabas <ayman bagabas gmail com>
Date:   Fri Dec 20 09:35:07 2019 -0500

    Licenses: Update src/.{c,h} license headers
    
    Follow the REUSE specifications to apply licenses https://reuse.software/
    
    https://gitlab.gnome.org/GNOME/devhelp/issues/15

 src/dh-app.c          | 26 ++++++--------------------
 src/dh-app.h          | 20 +++-----------------
 src/dh-assistant.c    | 18 ++----------------
 src/dh-assistant.h    | 18 ++----------------
 src/dh-main.c         | 20 +++-----------------
 src/dh-preferences.c  | 24 +++++-------------------
 src/dh-preferences.h  | 20 +++-----------------
 src/dh-settings-app.c | 20 +++-----------------
 src/dh-settings-app.h | 20 +++-----------------
 src/dh-util-app.c     | 22 ++++------------------
 src/dh-util-app.h     | 22 ++++------------------
 src/dh-window.c       | 24 +++++-------------------
 src/dh-window.h       | 24 +++++-------------------
 13 files changed, 48 insertions(+), 230 deletions(-)
---
diff --git a/src/dh-app.c b/src/dh-app.c
index 5b5f8eb6..f1b0c694 100644
--- a/src/dh-app.c
+++ b/src/dh-app.c
@@ -1,25 +1,11 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2002 CodeFactory AB
- * Copyright (C) 2002 Mikael Hallendal <micke imendio com>
- * Copyright (C) 2004-2008 Imendio AB
- * Copyright (C) 2012 Aleksander Morgado <aleksander gnu org>
- * Copyright (C) 2017, 2018 Sébastien Wilmet <swilmet gnome org>
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2002 CodeFactory AB
+ * SPDX-FileCopyrightText: 2002 Mikael Hallendal <micke imendio com>
+ * SPDX-FileCopyrightText: 2004-2008 Imendio AB
+ * SPDX-FileCopyrightText: 2012 Aleksander Morgado <aleksander gnu org>
+ * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #include "config.h"
diff --git a/src/dh-app.h b/src/dh-app.h
index 986b55ec..a6d831c1 100644
--- a/src/dh-app.h
+++ b/src/dh-app.h
@@ -1,22 +1,8 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2012 Aleksander Morgado <aleksander gnu org>
- * Copyright (C) 2017 Sébastien Wilmet <swilmet gnome org>
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2012 Aleksander Morgado <aleksander gnu org>
+ * SPDX-FileCopyrightText: 2017 Sébastien Wilmet <swilmet gnome org>
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #ifndef DH_APP_H
diff --git a/src/dh-assistant.c b/src/dh-assistant.c
index 9adc8267..dc4cbd24 100644
--- a/src/dh-assistant.c
+++ b/src/dh-assistant.c
@@ -1,21 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2008 Imendio AB
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2008 Imendio AB
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #include "dh-assistant.h"
diff --git a/src/dh-assistant.h b/src/dh-assistant.h
index 22d6e8aa..f31fd419 100644
--- a/src/dh-assistant.h
+++ b/src/dh-assistant.h
@@ -1,21 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2008 Imendio AB
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2008 Imendio AB
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #ifndef DH_ASSISTANT_H
diff --git a/src/dh-main.c b/src/dh-main.c
index 86510f62..072ca2c9 100644
--- a/src/dh-main.c
+++ b/src/dh-main.c
@@ -1,22 +1,8 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2001-2003 CodeFactory AB
- * Copyright (C) 2001-2008 Imendio AB
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2001-2003 CodeFactory AB
+ * SPDX-FileCopyrightText: 2001-2008 Imendio AB
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #include "config.h"
diff --git a/src/dh-preferences.c b/src/dh-preferences.c
index 94786048..f7148811 100644
--- a/src/dh-preferences.c
+++ b/src/dh-preferences.c
@@ -1,24 +1,10 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2004-2008 Imendio AB
- * Copyright (C) 2010 Lanedo GmbH
- * Copyright (C) 2012 Thomas Bechtold <toabctl gnome org>
- * Copyright (C) 2018 Sébastien Wilmet <swilmet gnome org>
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2004-2008 Imendio AB
+ * SPDX-FileCopyrightText: 2010 Lanedo GmbH
+ * SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
+ * SPDX-FileCopyrightText: 2018 Sébastien Wilmet <swilmet gnome org>
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #include "dh-preferences.h"
diff --git a/src/dh-preferences.h b/src/dh-preferences.h
index a401ffcd..a5285fd9 100644
--- a/src/dh-preferences.h
+++ b/src/dh-preferences.h
@@ -1,22 +1,8 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2004-2008 Imendio AB
- * Copyright (C) 2010 Lanedo GmbH
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2004-2008 Imendio AB
+ * SPDX-FileCopyrightText: 2010 Lanedo GmbH
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #ifndef DH_PREFERENCES_H
diff --git a/src/dh-settings-app.c b/src/dh-settings-app.c
index 382569a4..5987123b 100644
--- a/src/dh-settings-app.c
+++ b/src/dh-settings-app.c
@@ -1,22 +1,8 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2012 Thomas Bechtold <toabctl gnome org>
- * Copyright (C) 2017, 2018 Sébastien Wilmet <swilmet gnome org>
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
+ * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #include "dh-settings-app.h"
diff --git a/src/dh-settings-app.h b/src/dh-settings-app.h
index b9e0cc56..d4b293c9 100644
--- a/src/dh-settings-app.h
+++ b/src/dh-settings-app.h
@@ -1,22 +1,8 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2012 Thomas Bechtold <toabctl gnome org>
- * Copyright (C) 2017, 2018 Sébastien Wilmet <swilmet gnome org>
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
+ * SPDX-FileCopyrightText: 2017, 2018 Sébastien Wilmet <swilmet gnome org>
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #ifndef DH_SETTINGS_APP_H
diff --git a/src/dh-util-app.c b/src/dh-util-app.c
index d129cfb4..a32dfe1a 100644
--- a/src/dh-util-app.c
+++ b/src/dh-util-app.c
@@ -1,23 +1,9 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2001 Mikael Hallendal <micke imendio com>
- * Copyright (C) 2004, 2008 Imendio AB
- * Copyright (C) 2015, 2017, 2018 Sébastien Wilmet <swilmet gnome org>
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2001 Mikael Hallendal <micke imendio com>
+ * SPDX-FileCopyrightText: 2004, 2008 Imendio AB
+ * SPDX-FileCopyrightText: 2015, 2017, 2018 Sébastien Wilmet <swilmet gnome org>
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #include "dh-util-app.h"
diff --git a/src/dh-util-app.h b/src/dh-util-app.h
index a76173fe..f51af741 100644
--- a/src/dh-util-app.h
+++ b/src/dh-util-app.h
@@ -1,23 +1,9 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2001-2002 Mikael Hallendal <micke imendio com>
- * Copyright (C) 2004,2008 Imendio AB
- * Copyright (C) 2015, 2017 Sébastien Wilmet <swilmet gnome org>
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2001-2002 Mikael Hallendal <micke imendio com>
+ * SPDX-FileCopyrightText: 2004,2008 Imendio AB
+ * SPDX-FileCopyrightText: 2015, 2017 Sébastien Wilmet <swilmet gnome org>
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #ifndef DH_UTIL_APP_H
diff --git a/src/dh-window.c b/src/dh-window.c
index d1b22b32..6db40532 100644
--- a/src/dh-window.c
+++ b/src/dh-window.c
@@ -1,24 +1,10 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2001-2008 Imendio AB
- * Copyright (C) 2012 Aleksander Morgado <aleksander gnu org>
- * Copyright (C) 2012 Thomas Bechtold <toabctl gnome org>
- * Copyright (C) 2015-2018 Sébastien Wilmet <swilmet gnome org>
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2001-2008 Imendio AB
+ * SPDX-FileCopyrightText: 2012 Aleksander Morgado <aleksander gnu org>
+ * SPDX-FileCopyrightText: 2012 Thomas Bechtold <toabctl gnome org>
+ * SPDX-FileCopyrightText: 2015-2018 Sébastien Wilmet <swilmet gnome org>
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #include "dh-window.h"
diff --git a/src/dh-window.h b/src/dh-window.h
index d568fbbb..018915d5 100644
--- a/src/dh-window.h
+++ b/src/dh-window.h
@@ -1,24 +1,10 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
 /*
- * This file is part of Devhelp.
- *
- * Copyright (C) 2002 CodeFactory AB
- * Copyright (C) 2001-2002 Mikael Hallendal <micke imendio com>
- * Copyright (C) 2005 Imendio AB
- * Copyright (C) 2017-2018 Sébastien Wilmet <swilmet gnome org>
- *
- * Devhelp 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 3 of the License,
- * or (at your option) any later version.
- *
- * Devhelp 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 Devhelp.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-FileCopyrightText: 2002 CodeFactory AB
+ * SPDX-FileCopyrightText: 2001-2002 Mikael Hallendal <micke imendio com>
+ * SPDX-FileCopyrightText: 2005 Imendio AB
+ * SPDX-FileCopyrightText: 2017-2018 Sébastien Wilmet <swilmet gnome org>
+ * SPDX-License-Identifier: GPL-3.0-or-later
  */
 
 #ifndef DH_WINDOW_H


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