Skip to content

Commit

Permalink
Add copyright disclaimer to web sources
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-santiago committed Jun 29, 2024
1 parent 458c036 commit 5f76ed3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/internal/renders/test-data/expected-eutherpe.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<!DOCTYPE html>
<!--
Copyright (c) 2024, Rafael Santiago
All rights reserved.
This source code is licensed under the GPLv2 license found in the
COPYING.GPLv2 file in the root directory of Eutherpe's source tree.
-->
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
7 changes: 7 additions & 0 deletions src/web/css/eutherpe.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Rafael Santiago
* All rights reserved.
*
* This source code is licensed under the GPLv2 license found in the
* COPYING.GPLv2 file in the root directory of Eutherpe's source tree.
*/
* {box-sizing: border-box;}
@font-face {
font-family: "Sabo-Filled";
Expand Down
7 changes: 7 additions & 0 deletions src/web/html/eutherpe.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<!DOCTYPE html>
<!--
Copyright (c) 2024, Rafael Santiago
All rights reserved.
This source code is licensed under the GPLv2 license found in the
COPYING.GPLv2 file in the root directory of Eutherpe's source tree.
-->
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
7 changes: 7 additions & 0 deletions src/web/js/eutherpe.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// Copyright (c) 2024, Rafael Santiago
// All rights reserved.
//
// This source code is licensed under the GPLv2 license, found in the
// COPYING.GPLv2 file in the root directory of Eutherpe's source tree.
//
function closeAddToPlaylist() {
openConfig("Collection");
}
Expand Down

0 comments on commit 5f76ed3

Please sign in to comment.