This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Konrad Gräfe <[email protected]>
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Pidgin ZNC Helper Authors | ||
|
||
## Developers | ||
- Konrad Gräfe <[email protected]> | ||
- Konrad Gräfe <[email protected]> | ||
|
||
## Patch writers | ||
- Patrick Thomas <[email protected]> | ||
|
||
## Translators | ||
### German (de) | ||
- Konrad Gräfe <[email protected]>, 2019 | ||
- Konrad Gräfe <[email protected]>, 2019 | ||
- Mario Siegmann <[email protected]>, 2016 | ||
|
||
### Lithuanian (lt) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.61) | ||
AC_INIT(pidgin-znc-helper, @@VERSION@@, [email protected]) | ||
AC_INIT(pidgin-znc-helper, @@VERSION@@, [email protected]) | ||
AM_INIT_AUTOMAKE([foreign]) | ||
AC_CONFIG_SRCDIR([src/znchelper.c]) | ||
AC_CONFIG_HEADER([config.h]) | ||
|
@@ -14,7 +14,7 @@ AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["@@VERSION@@"], [Define the plugin version]) | |
AC_DEFINE_UNQUOTED(PLUGIN_WEBSITE, ["https://github.com/kgraefe/pidgin-znc-helper"], [Define the plugin website]) | ||
AC_DEFINE_UNQUOTED(PLUGIN_ID, ["gtk-freakazoid-znchelper"], [Define the plugin ID]) | ||
AC_DEFINE_UNQUOTED(PLUGIN_STATIC_NAME, ["znc-helper"], [Define the plugin name]) | ||
AC_DEFINE_UNQUOTED(PLUGIN_AUTHOR, ["Konrad Gräfe <[email protected]>"], [Define the plugin author]) | ||
AC_DEFINE_UNQUOTED(PLUGIN_AUTHOR, ["Konrad Gräfe <[email protected]>"], [Define the plugin author]) | ||
|
||
# Checks for programs. | ||
AC_PROG_CC | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<project_license>GPL-2.0</project_license> | ||
|
||
<name>ZNC Helper</name> | ||
<updatecontact>[email protected]</updatecontact> | ||
<updatecontact>[email protected]</updatecontact> | ||
|
||
<_summary>Pidgin ZNC Helper</_summary> | ||
<description> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Copyright (C) 2009-2019 Konrad Gräfe <[email protected]> | ||
/* Copyright (C) 2009-2022 Konrad Gräfe <[email protected]> | ||
* | ||
* This software may be modified and distributed under the terms | ||
* of the GPLv2 license. See the COPYING file for details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Copyright (C) 2009-2019 Konrad Gräfe <[email protected]> | ||
/* Copyright (C) 2009-2022 Konrad Gräfe <[email protected]> | ||
* | ||
* This software may be modified and distributed under the terms | ||
* of the GPLv2 license. See the COPYING file for details. | ||
|