[gcab] trivial: Ensure all source files have a license and copyright statement



commit e4b1eb21cbb993b73ed2d6abd3bf4e81e33356f3
Author: Richard Hughes <richard hughsie com>
Date:   Tue Dec 12 14:32:58 2017 +0000

    trivial: Ensure all source files have a license and copyright statement

 gcab.c                 |   20 ++++++++++++++++++++
 libgcab/cabinet.c      |   21 +++++++++++++++++++++
 libgcab/cabinet.h      |   20 ++++++++++++++++++++
 libgcab/gcab-cabinet.c |   20 ++++++++++++++++++++
 libgcab/gcab-cabinet.h |    1 +
 libgcab/gcab-file.c    |   20 ++++++++++++++++++++
 libgcab/gcab-file.h    |    1 +
 libgcab/gcab-folder.c  |   20 ++++++++++++++++++++
 libgcab/gcab-folder.h  |    1 +
 libgcab/gcab-priv.h    |   20 ++++++++++++++++++++
 10 files changed, 144 insertions(+), 0 deletions(-)
---
diff --git a/gcab.c b/gcab.c
index a113847..18f5842 100644
--- a/gcab.c
+++ b/gcab.c
@@ -1,3 +1,23 @@
+/*
+ * LibGCab
+ * Copyright (c) 2012, Marc-André Lureau <marcandre lureau gmail com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA
+ */
+
 #include "config.h"
 
 #include <stdlib.h>
diff --git a/libgcab/cabinet.c b/libgcab/cabinet.c
index 8c944d0..a722c58 100644
--- a/libgcab/cabinet.c
+++ b/libgcab/cabinet.c
@@ -1,3 +1,24 @@
+/*
+ * LibGCab
+ * Copyright (c) 2012, Marc-André Lureau <marcandre lureau gmail com>
+ * Copyright (c) 2017, Richard Hughes <richard hughsie com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA
+ */
+
 #include "config.h"
 
 #include "gcab-priv.h"
diff --git a/libgcab/cabinet.h b/libgcab/cabinet.h
index 16c7a0f..c0db5ce 100644
--- a/libgcab/cabinet.h
+++ b/libgcab/cabinet.h
@@ -1,3 +1,23 @@
+/*
+ * LibGCab
+ * Copyright (c) 2012, Marc-André Lureau <marcandre lureau gmail com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA
+ */
+
 #ifndef CABINET_H
 #define CABINET_H
 
diff --git a/libgcab/gcab-cabinet.c b/libgcab/gcab-cabinet.c
index 944bec1..771c3d1 100644
--- a/libgcab/gcab-cabinet.c
+++ b/libgcab/gcab-cabinet.c
@@ -1,3 +1,23 @@
+/*
+ * LibGCab
+ * Copyright (c) 2012, Marc-André Lureau <marcandre lureau gmail com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA
+ */
+
 #include "config.h"
 
 #include <glib/gi18n-lib.h>
diff --git a/libgcab/gcab-cabinet.h b/libgcab/gcab-cabinet.h
index 1b1c45f..70351c6 100644
--- a/libgcab/gcab-cabinet.h
+++ b/libgcab/gcab-cabinet.h
@@ -17,6 +17,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  * MA 02110-1301 USA
  */
+
 #ifndef _GCAB_CABINET_H_
 #define _GCAB_CABINET_H_
 
diff --git a/libgcab/gcab-file.c b/libgcab/gcab-file.c
index f014fd6..d9a25b6 100644
--- a/libgcab/gcab-file.c
+++ b/libgcab/gcab-file.c
@@ -1,3 +1,23 @@
+/*
+ * LibGCab
+ * Copyright (c) 2012, Marc-André Lureau <marcandre lureau gmail com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA
+ */
+
 #include "config.h"
 
 #include "gcab-priv.h"
diff --git a/libgcab/gcab-file.h b/libgcab/gcab-file.h
index a800745..2cd619b 100644
--- a/libgcab/gcab-file.h
+++ b/libgcab/gcab-file.h
@@ -17,6 +17,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  * MA 02110-1301 USA
  */
+
 #ifndef _GCAB_FILE_H_
 #define _GCAB_FILE_H_
 
diff --git a/libgcab/gcab-folder.c b/libgcab/gcab-folder.c
index 000f234..19dcffc 100644
--- a/libgcab/gcab-folder.c
+++ b/libgcab/gcab-folder.c
@@ -1,3 +1,23 @@
+/*
+ * LibGCab
+ * Copyright (c) 2012, Marc-André Lureau <marcandre lureau gmail com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA
+ */
+
 #include "config.h"
 
 #include <strings.h>
diff --git a/libgcab/gcab-folder.h b/libgcab/gcab-folder.h
index d59ec24..9b1d65c 100644
--- a/libgcab/gcab-folder.h
+++ b/libgcab/gcab-folder.h
@@ -17,6 +17,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  * MA 02110-1301 USA
  */
+
 #ifndef _GCAB_FOLDER_H_
 #define _GCAB_FOLDER_H_
 
diff --git a/libgcab/gcab-priv.h b/libgcab/gcab-priv.h
index 4b8ad24..209b8d7 100644
--- a/libgcab/gcab-priv.h
+++ b/libgcab/gcab-priv.h
@@ -1,3 +1,23 @@
+/*
+ * LibGCab
+ * Copyright (c) 2012, Marc-André Lureau <marcandre lureau gmail com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA
+ */
+
 #ifndef GCAB_PRIV_H
 #define GCAB_PRIV_H
 


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