Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-01-04 10:34:40 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-01-04 10:34:40 +0300
commitcf004b0211b15dbdb0ce109c7ea38befa52b1552 (patch)
tree1023fbda90b3859f868439f962ae891663b7f1e2 /src/remmina.c
parentd118d8c8097135acf179e5f335d14a030d5b864f (diff)
fixing copyright for new files
Diffstat (limited to 'src/remmina.c')
-rw-r--r--src/remmina.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/remmina.c b/src/remmina.c
index e74da6106..334509941 100644
--- a/src/remmina.c
+++ b/src/remmina.c
@@ -1,8 +1,6 @@
/*
* Remmina - The GTK Remote Desktop Client
- * Copyright (C) 2009-2010 Vic Lee
- * Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
- * Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+ * Copyright (C) 2014-2021 Antenore Gatta, Giovanni Panozzo
*
* 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
@@ -358,7 +356,7 @@ int main(int argc, char *argv[])
remmina_file_manager_init();
remmina_plugin_manager_init();
-
+
app_id = g_application_id_is_valid(REMMINA_APP_ID) ? REMMINA_APP_ID : NULL;