Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
71e9ed2d
Commit
71e9ed2d
authored
Nov 27, 2018
by
Sebastian Ramacher
Browse files
Use SPDX license identifiers
parent
80b96802
Changes
96
Hide whitespace changes
Inline
Side-by-side
zathura/print.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef PRINT_H
#define PRINT_H
...
...
zathura/render.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include <math.h>
#include <string.h>
...
...
zathura/render.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef RENDER_H
#define RENDER_H
...
...
zathura/seccomp-filters.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include "seccomp-filters.h"
...
...
zathura/seccomp-filters.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef ZATHURA_SECCOMP_FILTERS_H
#define ZATHURA_SECCOMP_FILTERS_H
...
...
zathura/shortcuts.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include <girara/session.h>
#include <girara/settings.h>
...
...
zathura/shortcuts.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef SHORTCUTS_H
#define SHORTCUTS_H
...
...
zathura/synctex.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include <glib.h>
#include <girara/utils.h>
...
...
zathura/synctex.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef SYNCTEX_H
#define SYNCTEX_H
...
...
zathura/types.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include <stdlib.h>
#include <girara/datastructures.h>
...
...
zathura/types.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef TYPES_H
#define TYPES_H
...
...
zathura/utils.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include <stdlib.h>
#include <stdarg.h>
...
...
zathura/utils.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef UTILS_H
#define UTILS_H
...
...
zathura/version.h.in
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef ZATHURA_VERSION_H
#define ZATHURA_VERSION_H
...
...
zathura/zathura.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include <errno.h>
#include <stdlib.h>
...
...
zathura/zathura.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef ZATHURA_H
#define ZATHURA_H
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
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