Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add copyright headers and modify to 2023 #333

Merged
merged 2 commits into from
Dec 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<!--
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
-->

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin/main" path="src/main/java">
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![DNAnalyzer Logo](https://user-images.githubusercontent.com/96280466/186224441-46dd2029-b9dc-4b3d-aad8-bfd1e1e62f2e.png)

<p align=center><img src="https://img.shields.io/badge/copyright-2022-blue" alt="Copyright"> <img src="https://wakatime.com/badge/github/Verisimilitude11/DNAnalyzer.svg" alt="WakaTime"> <img src="https://img.shields.io/github/v/release/VERISIMILITUDE11/DNAnalyzer" alt="Releases"> <img src="https://img.shields.io/github/repo-size/Verisimilitude11/DNAnalyzer" alt="Repository Size"> <img src="https://img.shields.io/tokei/lines/github/verisimilitude11/DNAnalyzer" alt="Lines of Code"> <img src="https://hits.dwyl.com/verisimilitude11/DNAnalyzer.svg?style=flat" alt="Hits Counter"> <img src="https://github.com/Verisimilitude11/DNAnalyzer/actions/workflows/gradle.yml/badge.svg" alt="">
<p align=center><img src="https://img.shields.io/badge/copyright-2023-blue" alt="Copyright"> <img src="https://wakatime.com/badge/github/Verisimilitude11/DNAnalyzer.svg" alt="WakaTime"> <img src="https://img.shields.io/github/v/release/VERISIMILITUDE11/DNAnalyzer" alt="Releases"> <img src="https://img.shields.io/github/repo-size/Verisimilitude11/DNAnalyzer" alt="Repository Size"> <img src="https://img.shields.io/tokei/lines/github/verisimilitude11/DNAnalyzer" alt="Lines of Code"> <img src="https://hits.dwyl.com/verisimilitude11/DNAnalyzer.svg?style=flat" alt="Hits Counter"> <img src="https://github.com/Verisimilitude11/DNAnalyzer/actions/workflows/gradle.yml/badge.svg" alt="">
<a href="https://discord.gg/X3YCvGf2Ug"><img src="https://img.shields.io/discord/1033196198816915516" alt=""></a>
<a href="https://deepsource.io/gh/Verisimilitude11/DNAnalyzer/?ref=repository-badge}"><img src="https://deepsource.io/gh/Verisimilitude11/DNAnalyzer.svg/?label=active+issues&amp;show_trend=true&amp;token=9NBX3zsf0IZ3Nii3AApiX1Wa" alt="DeepSource" title="DeepSource"></a></p>

Expand Down Expand Up @@ -164,4 +164,4 @@ View our in-line citations in the [Citations](docs/citations.md) document.

You are entirely responsible for the use of this application, including any and all activities that occur. While the DNAnalyzer Team strives to fix all major bugs that may be either reported by a user or discovered while debugging, they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances. For further inquiries, please contact the following email address: `[email protected]`

##### Copyright © 2022 Piyush Acharya and DNAnalyzer. This is an open source project. Some rights reserved.
##### Copyright © Piyush Acharya 2023. This is an open-source project with code available to inspect and modify.
2 changes: 1 addition & 1 deletion src/main/java/DNAnalyzer/Main.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/DNAnalyzer/core/DNAAnalysis.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/DNAnalyzer/core/Properties.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand All @@ -8,6 +8,7 @@
*
* For further inquiries, please reach out to [email protected]
*/

package DNAnalyzer.core;

import static DNAnalyzer.core.DNAAnalysis.countBasePairs;
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/DNAnalyzer/data/aminoAcid/AminoAcid.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand All @@ -8,6 +8,7 @@
*
* For further inquiries, please contact reach out to [email protected]
*/

package DNAnalyzer.data.aminoAcid;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand All @@ -8,6 +8,7 @@
*
* For further inquiries, please contact reach out to [email protected]
*/

package DNAnalyzer.data.aminoAcid;

import java.util.Arrays;
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/DNAnalyzer/data/codon/CodonDataConstants.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand All @@ -8,6 +8,7 @@
*
* For further inquiries, please reach out to [email protected]
*/

package DNAnalyzer.data.codon;

import java.util.*;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/DNAnalyzer/data/codon/CodonDataUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/DNAnalyzer/data/codon/CodonFrame.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/DNAnalyzer/ui/cli/CmdArgs.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand All @@ -8,6 +8,7 @@
*
* For further inquiries, please reach out to [email protected]
*/

package DNAnalyzer.ui.cli;

import DNAnalyzer.Main;
Expand Down
11 changes: 11 additions & 0 deletions src/main/java/DNAnalyzer/ui/gui/DNAnalyzerGUI.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
*/

package DNAnalyzer.ui.gui;

import javafx.application.Application;
Expand Down
11 changes: 11 additions & 0 deletions src/main/java/DNAnalyzer/ui/gui/DNAnalyzerGUIFXMLController.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
*/

package DNAnalyzer.ui.gui;

import DNAnalyzer.core.DNAAnalysis;
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/DNAnalyzer/utils/core/BasePairCounter.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand All @@ -8,6 +8,7 @@
*
* For further inquiries, please contact reach out to [email protected]
*/

package DNAnalyzer.utils.core;

import java.util.Optional;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/DNAnalyzer/utils/core/DNATools.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/DNAnalyzer/utils/core/ReadingFrames.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand Down
11 changes: 11 additions & 0 deletions src/main/java/DNAnalyzer/utils/core/Utils.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
*/

package DNAnalyzer.utils.core;

import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/DNAnalyzer/utils/protein/ProteinFinder.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand Down
11 changes: 11 additions & 0 deletions src/main/java/DNAnalyzer/utils/traits/Traits.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
*/

package DNAnalyzer.utils.traits;

import java.util.HashMap;
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/DNAnalyzer/CodonDataUtilsTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2022 DNAnalyzer. Some rights reserved.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
Expand Down
11 changes: 9 additions & 2 deletions src/test/java/DNAnalyzer/DNAAnalysisTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
*/

package DNAnalyzer;

import java.io.IOException;
Expand Down
10 changes: 9 additions & 1 deletion src/test/java/DNAnalyzer/MainTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
/*
* This Java source file was generated by the Gradle 'init' task.
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
*/

package DNAnalyzer;

import org.junit.jupiter.api.Test;
Expand Down
11 changes: 11 additions & 0 deletions src/test/java/DNAnalyzer/ProteinFinderTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
*/

package DNAnalyzer;

import static org.junit.jupiter.api.Assertions.assertArrayEquals;
Expand Down
11 changes: 11 additions & 0 deletions web/about/about.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* > * {
Expand Down
11 changes: 11 additions & 0 deletions web/about/about.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<!--
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
-->

<!DOCTYPE html>
<html lang="en">

Expand Down
12 changes: 11 additions & 1 deletion web/about/about.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
// select toggle button
/*
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
*/

const toggle = document.getElementById("mode");

toggle.addEventListener("click", () => {
Expand Down
11 changes: 11 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<!--
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
-->

<!DOCTYPE html>
<html lang="en-us">

Expand Down
11 changes: 11 additions & 0 deletions web/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* Copyright © 2023 DNAnalyzer. Some rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* You are entirely responsible for the use of this application, including any and all activities that occur.
* While DNAnalyzer strives to fix all major bugs that may be either reported by a user or discovered while debugging,
* they will not be held liable for any loss that the user may incur as a result of using this application, under any circumstances.
*
* For further inquiries, please reach out to [email protected]
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*>* {
Expand Down