Update copyright info

This commit is contained in:
bhatman1441 2024-02-05 20:26:40 +05:30
parent 1e1530196b
commit 9ff65f8554
9 changed files with 71 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:22.04
LABEL description="Bootstrap image used to build and test Remmina with Ubuntu 22.04" \
maintainer="Antenore Gatta <antenore@simbiosi.org>" \
maintainer="Hiroyuki Tanaka <myheroyuki@outlook.com>" \
vendor="Remmina Project" \
name="org.remmina.Remmina.images.ubuntu-22.04"
@ -23,7 +23,7 @@ RUN \
libspice-protocol-dev libssh-dev libssl-dev libsystemd-dev \
libtelepathy-glib-dev libvncserver-dev libvte-2.91-dev libwebkit2gtk-4.0-dev \
libx11-dev libxcursor-dev libxdamage-dev libxext-dev libxi-dev \
libxinerama-dev libxkbfile-dev libxkbfile-dev libxml2 libxml2-dev \
libxinerama-dev libxkbfile-dev libxml2 libxml2-dev \
libxrandr-dev libxtst-dev libxv-dev python3 python3-dev wget \
&& apt-get autoremove -y \
&& apt-get clean -y

View File

@ -4,6 +4,7 @@
Remmina - The GTK Remmina Remote Desktop Client
Copyright © 2014-2022 Antenore Gatta, Giovanni Panozzo
Copyright © 2022-2023 Antenore Gatta, Giovanni Panozzo, Hiroyuki Tanaka
Copyright © 2023-2024 Hiroyuki Tanaka, Sunil Bhat
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@ -32,7 +33,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<property name="modal">True</property>
<property name="type-hint">dialog</property>
<property name="program-name">Remmina</property>
<property name="copyright" translatable="yes">Copyright © 20142023 Antenore Gatta, Giovanni Panozzo.
<property name="copyright" translatable="yes">Copyright © 20232024 Hiroyuki Tanaka, Sunil Bhat
Copyright © 20142023 Antenore Gatta, Giovanni Panozzo
Copyright © 20092014 Vic Lee
More details in COPYING</property>
<property name="website">https://www.remmina.org/</property>

View File

@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Remmina - The GTK Remmina Remote Desktop Client
Copyright © 2023-2024 Hiroyuki Tanaka, Sunil Bhat
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; either version 2
of the License, or (at your option) any later version.
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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<interface>
<requires lib="gtk+" version="3.24"/>
<object class="GtkDialog" id="RemminaBugReportDialog">

View File

@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Remmina - The GTK Remmina Remote Desktop Client
Copyright © 2023-2024 Hiroyuki Tanaka, Sunil Bhat
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; either version 2
of the License, or (at your option) any later version.
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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<interface>
<requires lib="gtk+" version="3.20"/>
<!-- interface-license-type gplv2 -->

View File

@ -1,5 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 -->
<!-- Generated with glade 3.40.0
Remmina - The GTK Remmina Remote Desktop Client
Copyright © 2014-2022 Antenore Gatta, Giovanni Panozzo
Copyright © 2022-2023 Antenore Gatta, Giovanni Panozzo, Hiroyuki Tanaka
Copyright © 2023-2024 Hiroyuki Tanaka, Sunil Bhat
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; either version 2
of the License, or (at your option) any later version.
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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<interface>
<requires lib="gtk+" version="3.12"/>
<object class="GtkWindow" id="RemminaPrefDialog">

View File

@ -3,6 +3,7 @@
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
* Copyright (C) 2016-2023 Antenore Gatta, Giovanni Panozzo
* Copyright (C) 2023-2024 Hiroyuki Tanaka, Sunil Bhat
*
* 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

View File

@ -3,6 +3,7 @@
* Copyright (C) 2009-2011 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
* Copyright (C) 2016-2023 Antenore Gatta, Giovanni Panozzo
* Copyright (C) 2023-2024 Hiroyuki Tanaka, Sunil Bhat
*
* 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

View File

@ -3,6 +3,7 @@
* Copyright (C) 2009-2010 Vic Lee
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
* Copyright (C) 2016-2023 Antenore Gatta, Giovanni Panozzo
* Copyright (C) 2023-2024 Hiroyuki Tanaka, Sunil Bhat
*
* 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

View File

@ -4,6 +4,7 @@
* Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
* Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
* Copyright (C) 2022-2023 Antenore Gatta, Giovanni Panozzo, Hiroyuki Tanaka
* Copyright (C) 2023-2024 Hiroyuki Tanaka, Sunil Bhat
*
* 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