Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Updated copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasco committed Jan 8, 2019
1 parent 1b7371d commit 34e8b73
Show file tree
Hide file tree
Showing 133 changed files with 138 additions and 144 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/ibasco/glcdemulator/Bootstrap.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
5 changes: 2 additions & 3 deletions src/main/java/com/ibasco/glcdemulator/ConfigManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand All @@ -25,6 +25,7 @@
*/
package com.ibasco.glcdemulator;

import static com.ibasco.glcdemulator.constants.Common.APP_CONFIG_PATH;
import com.ibasco.glcdemulator.model.GlcdConfig;
import com.ibasco.glcdemulator.utils.JsonUtils;
import org.apache.commons.io.FileUtils;
Expand All @@ -37,8 +38,6 @@
import java.nio.charset.StandardCharsets;
import java.time.ZonedDateTime;

import static com.ibasco.glcdemulator.constants.Common.APP_CONFIG_PATH;

/**
* Service that provides basic CRUD operations for application specific configuration files
*
Expand Down
5 changes: 2 additions & 3 deletions src/main/java/com/ibasco/glcdemulator/Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand All @@ -25,6 +25,7 @@
*/
package com.ibasco.glcdemulator;

import static com.ibasco.glcdemulator.constants.Common.APP_CONFIG_PATH;
import com.ibasco.glcdemulator.model.GlcdConfigApp;
import com.ibasco.glcdemulator.utils.ResourceUtil;
import javafx.application.HostServices;
Expand All @@ -45,8 +46,6 @@
import java.util.concurrent.ForkJoinPool;
import java.util.concurrent.ForkJoinWorkerThread;

import static com.ibasco.glcdemulator.constants.Common.APP_CONFIG_PATH;

/**
* Application Context
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ibasco/glcdemulator/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ibasco/glcdemulator/Controllers.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ibasco/glcdemulator/DriverFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ibasco/glcdemulator/ProfileManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ibasco/glcdemulator/StageHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ibasco/glcdemulator/Stages.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ibasco/glcdemulator/ThemeManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/ibasco/glcdemulator/constants/Views.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand All @@ -29,6 +29,7 @@
import com.ibasco.glcdemulator.Controller;
import com.ibasco.glcdemulator.Stages;
import com.ibasco.glcdemulator.constants.Common;
import static com.ibasco.glcdemulator.utils.ResourceUtil.readFileResource;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXTabPane;
import com.jfoenix.controls.JFXTextArea;
Expand All @@ -38,8 +39,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import static com.ibasco.glcdemulator.utils.ResourceUtil.readFileResource;

public class GlcdAboutController extends Controller {

private static final Logger log = LoggerFactory.getLogger(GlcdAboutController.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* ========================START=================================
* Organization: Rafael Luis Ibasco
* Project: GLCD Simulator
* Filename: GlcdFontTopDrawerController.java
* Filename: GlcdFontDrawerController.java
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* ---------------------------------------------------------
* %%
* Copyright (C) 2018 Rafael Luis Ibasco
* Copyright (C) 2018 - 2019 Rafael Luis Ibasco
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
Expand Down
Loading

0 comments on commit 34e8b73

Please sign in to comment.