Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
yad
Commits
06d526a0
Commit
06d526a0
authored
Feb 23, 2021
by
Victor Ananjevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright years
parent
3b39095c
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
45 additions
and
26 deletions
+45
-26
about.c
src/about.c
+2
-2
app.c
src/app.c
+1
-1
browser.c
src/browser.c
+1
-1
calendar.c
src/calendar.c
+1
-1
color.c
src/color.c
+1
-1
defaults.h
src/defaults.h
+19
-0
dnd.c
src/dnd.c
+1
-1
entry.c
src/entry.c
+1
-1
file.c
src/file.c
+1
-1
font.c
src/font.c
+1
-1
html.c
src/html.c
+1
-1
icons.c
src/icons.c
+1
-1
list.c
src/list.c
+1
-1
main.c
src/main.c
+1
-1
notebook.c
src/notebook.c
+1
-1
notification.c
src/notification.c
+1
-1
option.c
src/option.c
+1
-1
paned.c
src/paned.c
+1
-1
pfd.c
src/pfd.c
+1
-1
picture.c
src/picture.c
+1
-1
print.c
src/print.c
+1
-1
progress.c
src/progress.c
+1
-1
scale.c
src/scale.c
+1
-1
text.c
src/text.c
+1
-1
util.c
src/util.c
+1
-1
yad.h
src/yad.h
+1
-1
No files found.
src/about.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include "yad.h"
...
...
@@ -60,7 +60,7 @@ yad_about (void)
g_object_set
(
G_OBJECT
(
dialog
),
"name"
,
PACKAGE_NAME
,
"version"
,
PACKAGE_VERSION
,
"copyright"
,
"Copyright
\xc2\xa9
2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>"
,
"copyright"
,
"Copyright
\xc2\xa9
2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>"
,
"comments"
,
comments
,
"authors"
,
authors
,
"website"
,
PACKAGE_URL
,
...
...
src/app.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include "yad.h"
...
...
src/browser.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2010-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2010-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <config.h>
...
...
src/calendar.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <errno.h>
...
...
src/color.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <errno.h>
...
...
src/defaults.h
View file @
06d526a0
/*
* This file is part of YAD.
*
* YAD 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 3 of the License, or
* (at your option) any later version.
*
* YAD 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 YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2020-2021, Victor Ananjevsky <ananasik@gmail.com>
*/
#ifndef __YAD_DEFS_H__
#define __YAD_DEFS_H__
...
...
src/dnd.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include "yad.h"
...
...
src/entry.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include "yad.h"
...
...
src/file.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include "yad.h"
...
...
src/font.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include "yad.h"
...
...
src/html.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <limits.h>
...
...
src/icons.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include "yad.h"
...
...
src/list.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <string.h>
...
...
src/main.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <sys/types.h>
...
...
src/notebook.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <sys/types.h>
...
...
src/notification.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <sys/stat.h>
...
...
src/option.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <stdlib.h>
...
...
src/paned.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <sys/types.h>
...
...
src/pfd.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2019, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2019
-2021
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <config.h>
...
...
src/picture.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include "yad.h"
...
...
src/print.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <sys/types.h>
...
...
src/progress.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <stdio.h>
...
...
src/scale.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include "yad.h"
...
...
src/text.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <pango/pango.h>
...
...
src/util.c
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#ifndef _GNU_SOURCE
...
...
src/yad.h
View file @
06d526a0
...
...
@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with YAD. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2008-20
19
, Victor Ananjevsky <ananasik@gmail.com>
* Copyright (C) 2008-20
21
, Victor Ananjevsky <ananasik@gmail.com>
*/
#ifndef _YAD_H_
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment