Skip to content

Commit

Permalink
add license header
Browse files Browse the repository at this point in the history
Signed-off-by: 黄子懿 <[email protected]>
  • Loading branch information
MrThanlon committed Dec 8, 2023
1 parent a4abf20 commit e364e6b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions hook.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down
1 change: 1 addition & 0 deletions test.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down
1 change: 1 addition & 0 deletions test.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
#include <chrono>
#include <iostream>
#include <thread>
Expand Down
1 change: 1 addition & 0 deletions tiny-prof-viewer/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script setup>
// SPDX-License-Identifier: AGPL-3.0-or-later
import Split from 'split.js'
import {
FlameChart,
Expand Down
1 change: 1 addition & 0 deletions tiny-prof-viewer/src/elfsym/cxxabi.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
#include <cxxabi.h>

extern "C" char* demangle(const char* mangled_name) {
Expand Down
1 change: 1 addition & 0 deletions tiny-prof-viewer/src/elfsym/elfsym.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
#include <stddef.h>
#include <elf.h>
#include <stdint.h>
Expand Down
1 change: 1 addition & 0 deletions tiny-prof-viewer/src/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
Expand Down
1 change: 1 addition & 0 deletions tiny-prof-viewer/src/utils/parse.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
function randomColor() {
let ret = '#'
for (let i = 0; i < 3; i++)
Expand Down

0 comments on commit e364e6b

Please sign in to comment.