aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 19:19:51 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 19:19:51 -0300
commit0574020490ffae5686b0c75d7753bfbcf2286114 (patch)
tree4737ad2276b41819178efdb5360ae7c2b4b559fe /includes
parent6c855997ca4a18e3e578faaae073db71c80849ad (diff)
New upstream version 2.0.17preupstream/2.0.17pre
Diffstat (limited to 'includes')
-rw-r--r--includes/binreloc.h15
-rw-r--r--includes/blowfish.h30
-rw-r--r--includes/guibench.h4
-rw-r--r--includes/loadgraph.h6
-rw-r--r--includes/loongarch64/processor-platform.h3
-rw-r--r--includes/sha1.h14
-rw-r--r--includes/syncmanager.h2
7 files changed, 44 insertions, 30 deletions
diff --git a/includes/binreloc.h b/includes/binreloc.h
index 3bf48bc6..5c7074a8 100644
--- a/includes/binreloc.h
+++ b/includes/binreloc.h
@@ -1,13 +1,20 @@
/*
* BinReloc - a library for creating relocatable executables
* Written by: Hongli Lai <h.lai@chello.nl>
+ * Copyright by: hardinfo2 project
* http://autopackage.org/
*
- * This source code is public domain. You can relicense this code
- * under whatever license you want.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License v2.0 or later.
*
- * See http://autopackage.org/docs/binreloc/ for
- * more information and how to use this.
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __BINRELOC_H__
diff --git a/includes/blowfish.h b/includes/blowfish.h
index 3f33e945..2d0dae1a 100644
--- a/includes/blowfish.h
+++ b/includes/blowfish.h
@@ -1,20 +1,18 @@
/*
-blowfish.h: Header file for blowfish.c
-
-Copyright (C) 1997 by Paul Kocher
-
-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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
+ * blowfish.h: Header file for blowfish.c
+ * Copyright (C) 1997 by Paul Kocher
+ *
+ * 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 General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
See blowfish.c for more information about this file.
*/
diff --git a/includes/guibench.h b/includes/guibench.h
index 16f34218..da223452 100644
--- a/includes/guibench.h
+++ b/includes/guibench.h
@@ -19,6 +19,6 @@
#ifndef __GUIBENCH_H__
#define __GUIBENCH_H__
-double guibench(void);
+double guibench(double *frameTime, int *frameCount);
-#endif /* __GUIBENCH_H__ */ \ No newline at end of file
+#endif /* __GUIBENCH_H__ */
diff --git a/includes/loadgraph.h b/includes/loadgraph.h
index d176e816..16181cd9 100644
--- a/includes/loadgraph.h
+++ b/includes/loadgraph.h
@@ -11,10 +11,8 @@
* 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 the Simple Load Graph; if not, write to the Free
- * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- * 02111-1307 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/includes/loongarch64/processor-platform.h b/includes/loongarch64/processor-platform.h
index 006b762a..cc4b7fa6 100644
--- a/includes/loongarch64/processor-platform.h
+++ b/includes/loongarch64/processor-platform.h
@@ -3,8 +3,7 @@
* Copyright (C) 2003-2006 L. A. F. Pereira <l@tia.mat.br>
*
* 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, version 2 or Later.
+ * it under the terms of the GNU General Public License v2.0 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/includes/sha1.h b/includes/sha1.h
index 8b5c0b2f..ae22a0f5 100644
--- a/includes/sha1.h
+++ b/includes/sha1.h
@@ -1,7 +1,19 @@
/*
* SHA-1 in C
* By Steve Reid <steve@edmweb.com>
- * 100% Public Domain
+ * Copyright by: hardinfo2 project
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License v2.0 or later.
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __SHA1_H__
diff --git a/includes/syncmanager.h b/includes/syncmanager.h
index c17601da..a385dea0 100644
--- a/includes/syncmanager.h
+++ b/includes/syncmanager.h
@@ -38,6 +38,6 @@ void sync_manager_clear_entries(void);
void sync_manager_show(GtkWidget *parent);
gint sync_manager_count_entries(void);
-void sync_manager_update_on_startup(void);
+void sync_manager_update_on_startup(int send_benchmark);
#endif /* __SYNCMANAGER_H__ */