Skip to content

Commit

Permalink
Add some missing copyright marks
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Mar 8, 2021
1 parent b035033 commit 0b82d0b
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 3 deletions.
2 changes: 2 additions & 0 deletions librz/bin/pdb/dbi.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// SPDX-FileCopyrightText: 2014-2020 inisider <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include "types.h"
#include "dbi.h"
#include "stream_file.h"
Expand Down
2 changes: 2 additions & 0 deletions librz/bin/pdb/fpo.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// SPDX-FileCopyrightText: 2014-2020 inisider <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include "types.h"
#include "fpo.h"
#include "stream_file.h"
Expand Down
2 changes: 2 additions & 0 deletions librz/bin/pdb/gdata.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// SPDX-FileCopyrightText: 2014-2020 inisider <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include "types.h"
#include "gdata.h"
#include "stream_file.h"
Expand Down
3 changes: 3 additions & 0 deletions librz/core/cdebug.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2009-2020 pancake <[email protected]>
// SPDX-FileCopyrightText: 2021 Anton Kochkov <[email protected]>
// SPDX-FileCopyrightText: 2021 ret2libc <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include <rz_core.h>
Expand Down
4 changes: 3 additions & 1 deletion librz/core/cmd_interpret.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// SPDX-FileCopyrightText: 2020 ret2libc <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include <rz_cmd.h>
#include <rz_core.h>
#include "cmd_descs/cmd_descs.h"
Expand Down Expand Up @@ -69,4 +71,4 @@ RZ_IPI RzCmdStatus rz_interpret_system_handler(RzCore *core, int argc, const cha
RZ_IPI RzCmdStatus rz_interpret_macro_handler(RzCore *core, int argc, const char **argv) {
rz_cmd_macro_call(&core->rcmd->macro, argv[1]);
return RZ_CMD_STATUS_OK;
}
}
2 changes: 2 additions & 0 deletions librz/core/cmd_plugins.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-FileCopyrightText: 2009-2020 pancake <[email protected]>
// SPDX-FileCopyrightText: 2020 ret2libc <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include <string.h>
Expand Down
1 change: 1 addition & 0 deletions librz/core/cmd_tasks.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-FileCopyrightText: 2020 ret2libc <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include <rz_cmd.h>
Expand Down
1 change: 1 addition & 0 deletions librz/core/serialize_core.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-FileCopyrightText: 2020 Florian Märkl <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include <rz_util/rz_serialize.h>
Expand Down
1 change: 1 addition & 0 deletions librz/flag/serialize_flag.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-FileCopyrightText: 2020 Florian Märkl <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include <rz_util/rz_serialize.h>
Expand Down
4 changes: 2 additions & 2 deletions shlr/rar/cpu.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* RAR-VM assembler/disassembler by pancake for rizin with love */
/* this implementation is licensed under LGPLv3 - 2012 */
// SPDX-FileCopyrightText: 2012 pancake <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include <stdio.h>
#include <string.h>
Expand Down

0 comments on commit 0b82d0b

Please sign in to comment.