Skip to content

Commit 6ad4998

Browse files
committed
Add copyright notices to all files
Added copyright notices across multiple files to reflect ownership and provide a link to the author's GitHub. This change ensures proper attribution and maintains consistency in licensing information throughout the project.
1 parent 746619e commit 6ad4998

File tree

353 files changed

+1534
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+1534
-249
lines changed

.idea/copyright/Woliul_Hasan.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Writerside/c.list

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
- Copyright (c) 2024. All rights reserved by Woliul Hasan. Fork me on https://github.com/woliul
4+
-->
5+
26
<!DOCTYPE categories
37
SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd">
48
<categories>

Writerside/cfg/buildprofiles.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright (c) 2024. All rights reserved by Woliul Hasan. Fork me on https://github.com/woliul
4+
-->
5+
26
<!DOCTYPE buildprofiles SYSTEM "https://resources.jetbrains.com/writerside/1.0/build-profiles.dtd">
37
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd"
48
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

Writerside/in.tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
- Copyright (c) 2024. All rights reserved by Woliul Hasan. Fork me on https://github.com/woliul
4+
-->
5+
26
<!DOCTYPE instance-profile
37
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
48

Writerside/v.list

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
- Copyright (c) 2024. All rights reserved by Woliul Hasan. Fork me on https://github.com/woliul
4+
-->
5+
26
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
37
<vars>
48
<var name="product" value="Writerside"/>

Writerside/writerside.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
- Copyright (c) 2024. All rights reserved by Woliul Hasan. Fork me on https://github.com/woliul
4+
-->
5+
26
<!DOCTYPE ihp SYSTEM "https://resources.jetbrains.com/writerside/1.0/ihp.dtd">
37

48
<ihp version="2.0">

beta/assets/css/library/fontAwesome/all.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2024. All rights reserved by Woliul Hasan. Fork me on https://github.com/woliul
3+
*/
4+
15
/*!
26
* Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
37
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
@@ -4592,7 +4596,7 @@ readers do not read off random characters that represent icons */
45924596
src: url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.woff") format("woff"), url("webfonts/fa-brands-400.ttf") format("truetype"), url("webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
45934597

45944598
.fab {
4595-
font-family: 'Font Awesome 5 Brands';
4599+
font-family: 'Font Awesome 5 Brands', serif;
45964600
font-weight: 400; }
45974601
@font-face {
45984602
font-family: 'Font Awesome 5 Free';
@@ -4603,7 +4607,7 @@ readers do not read off random characters that represent icons */
46034607
src: url("webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-regular-400.woff2") format("woff2"), url("webfonts/fa-regular-400.woff") format("woff"), url("webfonts/fa-regular-400.ttf") format("truetype"), url("webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
46044608

46054609
.far {
4606-
font-family: 'Font Awesome 5 Free';
4610+
font-family: 'Font Awesome 5 Free', serif;
46074611
font-weight: 400; }
46084612
@font-face {
46094613
font-family: 'Font Awesome 5 Free';
@@ -4615,5 +4619,5 @@ readers do not read off random characters that represent icons */
46154619

46164620
.fa,
46174621
.fas {
4618-
font-family: 'Font Awesome 5 Free';
4622+
font-family: 'Font Awesome 5 Free', serif;
46194623
font-weight: 900; }

beta/assets/css/library/fontAwesome/webfonts/fa-brands-400.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)