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/commands.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef COMMANDS_H
#define COMMANDS_H
...
...
zathura/completion.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include <stdio.h>
#include <string.h>
...
...
zathura/completion.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef COMPLETION_H
#define COMPLETION_H
...
...
zathura/config.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include "config.h"
#include "commands.h"
...
...
zathura/config.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef CONFIG_H
#define CONFIG_H
...
...
zathura/content-type.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include "content-type.h"
#include "macros.h"
...
...
zathura/content-type.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef ZATHURA_CONTENT_TYPE_H
#define ZATHURA_CONTENT_TYPE_H
...
...
zathura/database-plain.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#define _POSIX_SOURCE
#define _XOPEN_SOURCE 500
...
...
zathura/database-plain.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef ZATHURA_DATABASE_PLAIN_H
#define ZATHURA_DATABASE_PLAIN_H
...
...
zathura/database-sqlite.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include <sqlite3.h>
#include <girara/utils.h>
...
...
zathura/database-sqlite.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef ZATHURA_DATABASE_SQLITE_H
#define ZATHURA_DATABASE_SQLITE_H
...
...
zathura/database.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include "database.h"
...
...
zathura/database.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef DATABASE_H
#define DATABASE_H
...
...
zathura/dbus-interface.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include "dbus-interface.h"
#include "synctex.h"
...
...
zathura/dbus-interface.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef DBUS_INTERFACE_H
#define DBUS_INTERFACE_H
...
...
zathura/document.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include <stdlib.h>
#include <string.h>
...
...
zathura/document.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef DOCUMENT_H
#define DOCUMENT_H
...
...
zathura/file-monitor-glib.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include "file-monitor-glib.h"
#include "macros.h"
...
...
zathura/file-monitor-glib.h
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#ifndef FILEMONITOR_GLIB_H
#define FILEMONITOR_GLIB_H
...
...
zathura/file-monitor-noop.c
View file @
71e9ed2d
/* S
ee LICENSE file for license and copyright information
*/
/* S
PDX-License-Identifier: Zlib
*/
#include "file-monitor-noop.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