Updated icon and logo

This commit is contained in:
t404owo
2026-05-09 22:04:46 +02:00
committed by GitHub
parent 00f182d57b
commit fa323140d1
9 changed files with 2621 additions and 2166 deletions
+479 -311
View File
@@ -1,314 +1,482 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<title>t404:null | Usage of my song(s) / track(s)</title>
<meta name="description" content="Hello there! Please be friendly and read this ”terms of using my songs” before using my(t404:null's) song for any purposes." />
<link rel="icon" type="image/x-icon" href="https://gitlab.com/t404null/cdn.t404null.com/-/raw/main/logo.png" />
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
</head>
<body>
<nav>
<ul class="menu">
<li>
<a href="/">
<img
src="https://gitlab.com/t404null/cdn.t404null.com/-/raw/main/logo.png"
alt="t404:null"
/>
</a>
</li>
<li>
<div class="vertical-line"></div>
</li>
<li class="menu-item">
<a href="/">
<p>
<strong>Home</strong>
</p>
</a>
</li>
<li class="menu-item">
<a href="/release">
<p>
<strong>Releases</strong>
</p>
</a>
</li>
<li class="menu-item">
<a href="/activity">
<p>
<strong>Activities</strong>
</p>
</a>
</li>
<li class="menu-item">
<a href="/song_usage_terms">
<p>
<strong>Terms of Use</strong>
</p>
</a>
</li>
<li class="menu-item">
<a href="/about_me">
<p>
<strong>About Me</strong>
</p>
</a>
</li>
<li class="menu-item">
<a href="/contacts">
<p>
<strong>My Contacts</strong>
</p>
</a>
</li>
</ul>
<div></div>
<ul id="social">
<li class="social">
<a href="https://youtube.com/@t404_null">
<p class="nf-icons">&#xf16a;</p>
</a>
</li>
<li class="social">
<a href="https://x.com/t404_null">
<p class="nf-icons">&#xe8c9;</p>
</a>
</li>
<li class="social">
<a href="https://t404null.bandcamp.com/">
<p class="nf-icons">&#xf2d5;</p>
</a>
</li>
<li class="social">
<a href="https://open.spotify.com/artist/7jNOPuWk28EUX69mrp4ITL/">
<p class="nf-icons">&#xf04c7;</p>
</a>
</li>
<li class="social">
<a href="https://music.apple.com/artist/t404-null/1583561849">
<p class="nf-icons">&#xf2eb;</p>
</a>
</li>
<li class="social">
<a href="https://soundcloud.com/t404null">
<p class="nf-icons">&#xf1be;</p>
</a>
</li>
<li class="social">
<a href="https://discord.gg/YJmkAFbKFX">
<p class="nf-icons">&#xf1ff;</p>
</a>
</li>
<li>
<button
class="burger"
onclick="this.classList.toggle('open');
document.querySelector('.dropdown').classList.toggle('dropdown-open');"
>
<div id="hamburger">
<span></span>
<span></span>
<span></span>
<head>
<title>t404:null | Usage of my song(s) / track(s)</title>
<meta
name="description"
content="Hello there! Please be friendly and read this ”terms of using my songs” before using my(t404:null's) song for any purposes."
/>
<link
rel="icon"
type="image/x-icon"
href="https://gitlab.com/t404null/cdn.t404null.com/-/raw/main/avatar.png"
/>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
</head>
<body>
<nav>
<ul class="menu">
<li>
<a href="/">
<img
src="https://gitlab.com/t404null/cdn.t404null.com/-/raw/main/logo.png"
alt="t404:null"
/>
</a>
</li>
<li>
<div class="vertical-line"></div>
</li>
<li class="menu-item">
<a href="/">
<p>
<strong>Home</strong>
</p>
</a>
</li>
<li class="menu-item">
<a href="/release">
<p>
<strong>Releases</strong>
</p>
</a>
</li>
<li class="menu-item">
<a href="/activity">
<p>
<strong>Activities</strong>
</p>
</a>
</li>
<li class="menu-item">
<a href="/song_usage_terms">
<p>
<strong>Terms of Use</strong>
</p>
</a>
</li>
<li class="menu-item">
<a href="/about_me">
<p>
<strong>About Me</strong>
</p>
</a>
</li>
<li class="menu-item">
<a href="/contacts">
<p>
<strong>My Contacts</strong>
</p>
</a>
</li>
</ul>
<div></div>
<ul id="social">
<li class="social">
<a href="https://youtube.com/@t404_null">
<p class="nf-icons">&#xf16a;</p>
</a>
</li>
<li class="social">
<a href="https://x.com/t404_null">
<p class="nf-icons">&#xe8c9;</p>
</a>
</li>
<li class="social">
<a href="https://t404null.bandcamp.com/">
<p class="nf-icons">&#xf2d5;</p>
</a>
</li>
<li class="social">
<a
href="https://open.spotify.com/artist/7jNOPuWk28EUX69mrp4ITL/"
>
<p class="nf-icons">&#xf04c7;</p>
</a>
</li>
<li class="social">
<a
href="https://music.apple.com/artist/t404-null/1583561849"
>
<p class="nf-icons">&#xf2eb;</p>
</a>
</li>
<li class="social">
<a href="https://soundcloud.com/t404null">
<p class="nf-icons">&#xf1be;</p>
</a>
</li>
<li class="social">
<a href="https://discord.gg/YJmkAFbKFX">
<p class="nf-icons">&#xf1ff;</p>
</a>
</li>
<li>
<button
class="burger"
onclick="
this.classList.toggle('open');
document
.querySelector('.dropdown')
.classList.toggle('dropdown-open');
"
>
<div id="hamburger">
<span></span>
<span></span>
<span></span>
</div>
<div id="cross">
<span></span>
<span></span>
</div>
</button>
</li>
</ul>
<div class="dropdown">
<div class="dropdown-menu">
<a href="/">
<p>
<strong>Home</strong>
</p>
</a>
<a href="/release">
<p>
<strong>Releases</strong>
</p>
</a>
<a href="/activity">
<p>
<strong>Activities</strong>
</p>
</a>
<a href="/song_usage_terms">
<p>
<strong>Terms of Use</strong>
</p>
</a>
<a href="/about_me">
<p>
<strong>About Me</strong>
</p>
</a>
<a href="/contacts">
<p>
<strong>My Contacts</strong>
</p>
</a>
</div>
<hr class="dropdown-menu" />
<div class="dropdown-social">
<p>
<a href="https://youtube.com/@t404_null">
<span class="icons nf-icons">&#xf16a;</span>
<strong class="social-name">Youtube</strong>
</a>
<a href="https://x.com/t404_null">
<span class="icons nf-icons">&#xe8c9;</span>
<strong class="social-name">X/Twitter</strong>
</a>
<a href="https://t404null.bandcamp.com/">
<span class="icons nf-icons">&#xf2d5;</span>
<strong class="social-name">Bandcamp</strong>
</a>
<a
href="https://open.spotify.com/artist/7jNOPuWk28EUX69mrp4ITL/"
>
<span class="icons nf-icons">&#xf04c7;</span>
<strong class="social-name">Spotify</strong>
</a>
</p>
<p>
<a
href="https://music.apple.com/artist/t404-null/1583561849"
>
<span class="icons nf-icons">&#xf2eb;</span>
<strong class="social-name">Apple Music</strong>
</a>
<a href="https://soundcloud.com/t404null">
<span class="icons nf-icons">&#xf1be;</span>
<strong class="social-name">SoundCloud</strong>
</a>
<a href="https://discord.gg/YJmkAFbKFX">
<span class="icons nf-icons">&#xf1ff;</span>
<strong class="social-name">Discord</strong>
</a>
</p>
</div>
</div>
<div id="cross">
<span></span>
<span></span>
</div>
</button>
</li>
</ul>
<div class="dropdown">
<div class="dropdown-menu">
<a href="/">
<p>
<strong>Home</strong>
</p>
</a>
<a href="/release">
<p>
<strong>Releases</strong>
</p>
</a>
<a href="/activity">
<p>
<strong>Activities</strong>
</p>
</a>
<a href="/song_usage_terms">
<p>
<strong>Terms of Use</strong>
</p>
</a>
<a href="/about_me">
<p>
<strong>About Me</strong>
</p>
</a>
<a href="/contacts">
<p>
<strong>My Contacts</strong>
</p>
</a>
</nav>
<main>
<h1 class="topic">
<strong>Song Usage Terms and Policies</strong>
<br />
</h1>
<ul class="info">
<li>
<strong class="title"
>Usage of my song(s) / track(s)</strong
>
<br />
In any cases, use for purpose against the law, against
public order and morals, or for purposes those are (exclude
educational use) for religious use, political use, or for
use to hate, disparage or be offensive to myself or a third
party (including other possible ways) are strictly not being
allowed. <br />
Also, you're not being allowed to steal my song(s)/track(s)!
I'm not transferring anyone the right to have the ownership
from any of my song(s)/track(s) once it's set. <br />(All
released tracks and songs go to
<a href="/release">this page</a>)
<div class="long-br"></div>
All use of the music/track(s)/song(s) is at your own risk.
I'm not responsible for any damage, problems caused by your
use of my music/track(s)/song(s) and won't be involved in by
any way.
</li>
<li>
<strong class="title"
>1.) In the case if you want to use my song(s) /
track(s) as a corporation / a company material</strong
>
<br />
If you wish to use my song as a corporation / a company
material, no matter how you use it, please contact me and
get confirmation at one of the following email address(es):
<br />
<a href="mailto:request@t404null.com" class="text-info"
>request@t404null.com</a
>
<div class="long-br"></div>
Or:
<br />
<a href="mailto:t404.null@gmail.com" class="text-info"
>t404.null@gmail.com</a
>
<br />
<a href="mailto:t404owo@gmail.com" class="text-info"
>t404owo@gmail.com</a
>
<br />
<a href="mailto:tags4owo@gmail.com" class="text-info"
>tags4owo@gmail.com</a
>
<br />
</li>
<li>
<div class="subdiv">
<strong class="title"
>1.1.) In the case if you want to use my song(s) /
track(s) as an educational institution or a
volunteer organization / a company for
volunteer</strong
>
<br />
You are allowed use my songs as well as individuals.
<br />
If you can, it would be (very) helpful for me if you
could confirm it once in the following email adress(es):
<br />
<a href="mailto:info@t404null.com" class="text-info"
>info@t404null.com</a
>
<div class="long-br"></div>
Or:
<br />
<a href="mailto:t404.null@gmail.com" class="text-info"
>t404.null@gmail.com</a
>
<br />
<a href="mailto:t404owo@gmail.com" class="text-info"
>t404owo@gmail.com</a
>
<br />
<a href="mailto:tags4owo@gmail.com" class="text-info"
>tags4owo@gmail.com</a
>
<br />
<br />
Please note that this is intended primarily, but not
exclusively, for educational institutions related to
music.
</div>
</li>
<li>
<strong class="title"
>2.) In the case if you want to use my song(s) /
track(s) as individual/single person (for BGMs for
video(s) / stream(s), Remixing(or arranging)
etc.)</strong
>
<br />
You are allowed to use my songs / tracks without my certain
permission(s) if: <br />- The song(s) / track(s) that /
those is / are included in
<a href="https://t404null.glitch.me/allowed_to_use"
>this page.</a
>
<br />- The song(s) / track(s) that / those is / are
included in an/more album(s) or EP(s) / Single(s) that /
those is / are not involved to the copyright of any games
that/those don't allow you to use their song(s). <br />- The
song(s) / track(s) that / those has / have been uploaded to
<a href="https://youtube.com/@t404_null"
>my YT (YouTube) channel</a
>
(<a href="https://www.youtube.com/@t404_null"
>https://www.youtube.com/@t404_null</a
>), that is not originally written for a game (this includes
rhythm game(s) those are not allowing you to use their
song(s)), organization, or a company.
<div class="long-br"></div>
Particularly, for YouTube, Bilibili or Twitch (etc), if you
want to use any of my song(s)/track(s) as a background music
for videos or stream, it does not matter if it is monetized
or not. However, please note that it may be registered in
Content ID in YouTube. <br />If the song you want to use is
a remix, and the original song may have been come from other
sources, or it may be an unofficial remix that has not been
licensed by the "original author". In such cases, I won't be
able to give my proper permission, so you have to contact
the person who made the song / soundtrack, or the person who
is responsible for the copyright of that song/track.
<div class="long-br"></div>
<strong
>Make sure please credit me if it's possible!!!</strong
>
<div class="long-br"></div>
<strong
>List of allowed-to-use songs (Last updated: Aug 22,
2021):</strong
>
<a href="/allowed_to_use"
>https://t404null.glitch.me/allowed_to_use</a
>
</li>
<li>
<strong class="title"
>3.) In the case if you are Individuals who wish to use
the music itself as a file that is downloadable,
extractable, or users can easily get the song data
itself</strong
>
<br />Conditions vary depending on the method(s) of
use/using:
</li>
<li>
<div class="subdiv">
<strong class="title"
>3.1.) If you want to distribute song(s)/track(s) as
an unofficial custom map / chart for a rhythm game
(Osu!, Geometry Dash, A Dance of Fire and
Ice(ADOFAI), Beat Saber, etc.)</strong
>
<br />You are allowed to use the music/track(s)/song(s)
under the same conditions as case "2.)" above. <br />In
this case, no charts / maps can be sold for a fee. (Free
distribution allowed only) <br />Here are some explicits
that you are allowed to make: <br />- Mapping / making a
chart or playing it in a monetized stream or video
<br />- Distributing a chart or play data / recorded
video on the site which has ad.
<div class="long-br"></div>
In any case, I have no permission(s) or involvement(s)
other than the use of my music.
</div>
</li>
<li>
<div class="subdiv">
<strong class="title"
>3.2.) If you want to distribute the music as an
official chart / official music for a rhythm game
(in short, if you're a developer/offical
charter/owner of that game) or if you want to use my
song/track as a BGM that is included for a program /
a game or its directory</strong
>
<br />
Please contact me at one of the following email
address(es): <br />
<a href="mailto:request@t404null.com" class="text-info"
>request@t404null.com</a
>
<div class="long-br"></div>
Or:
<br />
<a href="mailto:t404.null@gmail.com" class="text-info"
>t404.null@gmail.com</a
>
<br />
<a href="mailto:t404owo@gmail.com" class="text-info"
>t404owo@gmail.com</a
>
<br />
<a href="mailto:tags4owo@gmail.com" class="text-info"
>tags4owo@gmail.com</a
>
<br />
</div>
</li>
<li>
<div class="dubdiv">
<strong class="title"
>3.3.) If you want to repost my song</strong
>
<br />
Please contact me at one of the following email
address(es): <br />
<a href="mailto:request@t404null.com" class="text-info"
>request@t404null.com</a
>
<div class="long-br"></div>
Or:
<br />
<a href="mailto:t404.null@gmail.com" class="text-info"
>t404.null@gmail.com</a
>
<br />
<a href="mailto:t404owo@gmail.com" class="text-info"
>t404owo@gmail.com</a
>
<br />
<a href="mailto:tags4owo@gmail.com" class="text-info"
>tags4owo@gmail.com</a
>
<br />
</div>
</li>
<li>
<strong class="title">4.) Other Uses</strong>
<br />
Please contact me at one of the following email address(es):
<br />
<a href="mailto:info@t404null.com" class="text-info"
>info@t404null.com</a
>
<div class="long-br"></div>
Or:
<br />
<a href="mailto:t404.null@gmail.com" class="text-info"
>t404.null@gmail.com</a
>
<br />
<a href="mailto:t404owo@gmail.com" class="text-info"
>t404owo@gmail.com</a
>
<br />
<a href="mailto:tags4owo@gmail.com" class="text-info"
>tags4owo@gmail.com</a
>
<br />
</li>
<div class="long-br"></div>
&copy; t404:null 2021-2025 - All Rights Reserved.
</ul>
</main>
<div class="footer">
&copy; t404:null 2021-2025 - All Rights Reserved
</div>
<hr class="dropdown-menu" />
<div class="dropdown-social">
<p>
<a href="https://youtube.com/@t404_null">
<span class="icons nf-icons">&#xf16a;</span>
<strong class="social-name">Youtube</strong>
</a>
<a href="https://x.com/t404_null">
<span class="icons nf-icons">&#xe8c9;</span>
<strong class="social-name">X/Twitter</strong>
</a>
<a href="https://t404null.bandcamp.com/">
<span class="icons nf-icons">&#xf2d5;</span>
<strong class="social-name">Bandcamp</strong>
</a>
<a href="https://open.spotify.com/artist/7jNOPuWk28EUX69mrp4ITL/">
<span class="icons nf-icons">&#xf04c7;</span>
<strong class="social-name">Spotify</strong>
</a>
</p>
<p>
<a href="https://music.apple.com/artist/t404-null/1583561849">
<span class="icons nf-icons">&#xf2eb;</span>
<strong class="social-name">Apple Music</strong>
</a>
<a href="https://soundcloud.com/t404null">
<span class="icons nf-icons">&#xf1be;</span>
<strong class="social-name">SoundCloud</strong>
</a>
<a href="https://discord.gg/YJmkAFbKFX">
<span class="icons nf-icons">&#xf1ff;</span>
<strong class="social-name">Discord</strong>
</a>
</p>
</div>
</div>
</nav>
<main>
<h1 class="topic">
<strong>Song Usage Terms and Policies</strong>
<br />
</h1>
<ul class="info">
<li>
<strong class="title">Usage of my song(s) / track(s)</strong>
<br /> In any cases, use for purpose against the law, against public order and morals, or for purposes those are (exclude educational use) for religious use, political use, or for use to hate, disparage or be offensive to myself or a third party (including other possible ways) are strictly not being allowed.
<br /> Also, you're not being allowed to steal my song(s)/track(s)! I'm not transferring anyone the right to have the ownership from any of my song(s)/track(s) once it's set. <br />(All released tracks and songs go to <a href="/release">this page</a>)
<div class="long-br"></div> All use of the music/track(s)/song(s) is at your own risk. I'm not responsible for any damage, problems caused by your use of my music/track(s)/song(s) and won't be involved in by any way.
</li>
<li>
<strong class="title">1.) In the case if you want to use my song(s) / track(s) as a corporation / a company material</strong>
<br /> If you wish to use my song as a corporation / a company material, no matter how you use it, please contact me and get confirmation at one of the following email address(es): <br />
<a href="mailto:request@t404null.com" class="text-info">request@t404null.com</a>
<div class="long-br"></div>
Or:
<br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>
<br />
<a href="mailto:t404owo@gmail.com" class="text-info">t404owo@gmail.com</a>
<br />
<a href="mailto:tags4owo@gmail.com" class="text-info">tags4owo@gmail.com</a>
<br />
</li>
<li>
<div class="subdiv">
<strong class="title">1.1.) In the case if you want to use my song(s) / track(s) as an educational institution or a volunteer organization / a company for volunteer</strong>
<br /> You are allowed use my songs as well as individuals. <br /> If you can, it would be (very) helpful for me if you could confirm it once in the following email adress(es): <br />
<a href="mailto:info@t404null.com" class="text-info">info@t404null.com</a>
<div class="long-br"></div>
Or:
<br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>
<br />
<a href="mailto:t404owo@gmail.com" class="text-info">t404owo@gmail.com</a>
<br />
<a href="mailto:tags4owo@gmail.com" class="text-info">tags4owo@gmail.com</a>
<br />
<br /> Please note that this is intended primarily, but not exclusively, for educational institutions related to music.
</div>
</li>
<li>
<strong class="title">2.) In the case if you want to use my song(s) / track(s) as individual/single person (for BGMs for video(s) / stream(s), Remixing(or arranging) etc.)</strong>
<br /> You are allowed to use my songs / tracks without my certain permission(s) if: <br />- The song(s) / track(s) that / those is / are included in <a href="https://t404null.glitch.me/allowed_to_use">this page.</a>
<br />- The song(s) / track(s) that / those is / are included in an/more album(s) or EP(s) / Single(s) that / those is / are not involved to the copyright of any games that/those don't allow you to use their song(s).
<br />- The song(s) / track(s) that / those has / have been uploaded to <a href="https://youtube.com/@t404_null">my YT (YouTube) channel</a> (<a href="https://www.youtube.com/@t404_null">https://www.youtube.com/@t404_null</a>), that is not originally written for a game (this includes rhythm game(s) those are not allowing you to use their song(s)), organization, or a company.
<div class="long-br"></div> Particularly, for YouTube, Bilibili or Twitch (etc), if you want to use any of my song(s)/track(s) as a background music for videos or stream, it does not matter if it is monetized or not. However, please note that it may be registered in Content ID in YouTube.
<br />If the song you want to use is a remix, and the original song may have been come from other sources, or it may be an unofficial remix that has not been licensed by the "original author". In such cases, I won't be able to give my proper permission, so you have to contact the person who made the song / soundtrack, or the person who is responsible for the copyright of that song/track.
<div class="long-br"></div>
<strong>Make sure please credit me if it's possible!!!</strong>
<div class="long-br"></div>
<strong>List of allowed-to-use songs (Last updated: Aug 22, 2021):</strong>
<a href="/allowed_to_use">https://t404null.glitch.me/allowed_to_use</a>
</li>
<li>
<strong class="title">3.) In the case if you are Individuals who wish to use the music itself as a file that is downloadable, extractable, or users can easily get the song data itself</strong>
<br />Conditions vary depending on the method(s) of use/using:
</li>
<li>
<div class="subdiv">
<strong class="title">3.1.) If you want to distribute song(s)/track(s) as an unofficial custom map / chart for a rhythm game (Osu!, Geometry Dash, A Dance of Fire and Ice(ADOFAI), Beat Saber, etc.)</strong>
<br />You are allowed to use the music/track(s)/song(s) under the same conditions as case "2.)" above. <br />In this case, no charts / maps can be sold for a fee. (Free distribution allowed only)
<br />Here are some explicits that you are allowed to make:
<br />- Mapping / making a chart or playing it in a monetized stream or video
<br />- Distributing a chart or play data / recorded video on the site which has ad.
<div class="long-br"></div>
In any case, I have no permission(s) or involvement(s) other than the use of my music.
</div>
</li>
<li>
<div class="subdiv">
<strong class="title">3.2.) If you want to distribute the music as an official chart / official music for a rhythm game (in short, if you're a developer/offical charter/owner of that game) or if you want to use my song/track as a BGM that is included for a program / a game or its directory</strong>
<br /> Please contact me at one of the following email address(es): <br />
<a href="mailto:request@t404null.com" class="text-info">request@t404null.com</a>
<div class="long-br"></div>
Or:
<br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>
<br />
<a href="mailto:t404owo@gmail.com" class="text-info">t404owo@gmail.com</a>
<br />
<a href="mailto:tags4owo@gmail.com" class="text-info">tags4owo@gmail.com</a>
<br />
</div>
</li>
<li>
<div class="dubdiv">
<strong class="title">3.3.) If you want to repost my song</strong>
<br /> Please contact me at one of the following email address(es): <br />
<a href="mailto:request@t404null.com" class="text-info">request@t404null.com</a>
<div class="long-br"></div>
Or:
<br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>
<br />
<a href="mailto:t404owo@gmail.com" class="text-info">t404owo@gmail.com</a>
<br />
<a href="mailto:tags4owo@gmail.com" class="text-info">tags4owo@gmail.com</a>
<br />
</div>
</li>
<li>
<strong class="title">4.) Other Uses</strong>
<br /> Please contact me at one of the following email address(es): <br />
<a href="mailto:info@t404null.com" class="text-info">info@t404null.com</a>
<div class="long-br"></div>
Or:
<br />
<a href="mailto:t404.null@gmail.com" class="text-info">t404.null@gmail.com</a>
<br />
<a href="mailto:t404owo@gmail.com" class="text-info">t404owo@gmail.com</a>
<br />
<a href="mailto:tags4owo@gmail.com" class="text-info">tags4owo@gmail.com</a>
<br />
</li>
<div class="long-br"></div> &copy; t404:null 2021-2025 - All Rights Reserved.
</ul>
</main>
<div class="footer">&copy; t404:null 2021-2025 - All Rights Reserved</div>
</body>
</html>
</body>
</html>