From a8dac3020d8997afd492daa243c9755f6818b383 Mon Sep 17 00:00:00 2001 From: airsquared <36649395+airsquared@users.noreply.github.com> Date: Tue, 22 Jan 2019 19:04:19 -0800 Subject: [PATCH] Update copyright --- build.gradle | 18 ++++++++++++++++++ settings.gradle | 18 ++++++++++++++++++ .../com/airsquared/blobsaver/Background.java | 2 +- .../com/airsquared/blobsaver/Controller.java | 2 +- .../com/airsquared/blobsaver/DebugWindow.java | 2 +- .../java/com/airsquared/blobsaver/Main.java | 2 +- .../java/com/airsquared/blobsaver/Shared.java | 2 +- .../resources/com/airsquared/blobsaver/app.css | 18 ++++++++++++++++++ .../com/airsquared/blobsaver/blobsaver.fxml | 2 +- .../blobsaver/devicemodels.properties | 2 +- 10 files changed, 61 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index de3900d1..dfd59ecd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,21 @@ +/* + * Copyright (c) 2019 airsquared + * + * This file is part of blobsaver. + * + * blobsaver is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. + * + * blobsaver is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with blobsaver. If not, see . + */ + plugins { id 'edu.sc.seis.launch4j' version '2.4.4' // for bundling into .exe id "edu.sc.seis.macAppBundle" version "2.2.2" // for bundling into .app diff --git a/settings.gradle b/settings.gradle index 44a22ecc..79852021 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,20 @@ +/* + * Copyright (c) 2019 airsquared + * + * This file is part of blobsaver. + * + * blobsaver is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. + * + * blobsaver is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with blobsaver. If not, see . + */ + rootProject.name = 'blobsaver' diff --git a/src/main/java/com/airsquared/blobsaver/Background.java b/src/main/java/com/airsquared/blobsaver/Background.java index cf63f032..31296b8a 100644 --- a/src/main/java/com/airsquared/blobsaver/Background.java +++ b/src/main/java/com/airsquared/blobsaver/Background.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 airsquared + * Copyright (c) 2019 airsquared * * This file is part of blobsaver. * diff --git a/src/main/java/com/airsquared/blobsaver/Controller.java b/src/main/java/com/airsquared/blobsaver/Controller.java index f67b93e2..f5e5e5a4 100644 --- a/src/main/java/com/airsquared/blobsaver/Controller.java +++ b/src/main/java/com/airsquared/blobsaver/Controller.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 airsquared + * Copyright (c) 2019 airsquared * * This file is part of blobsaver. * diff --git a/src/main/java/com/airsquared/blobsaver/DebugWindow.java b/src/main/java/com/airsquared/blobsaver/DebugWindow.java index 6f052e1b..24a0bcde 100644 --- a/src/main/java/com/airsquared/blobsaver/DebugWindow.java +++ b/src/main/java/com/airsquared/blobsaver/DebugWindow.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 airsquared + * Copyright (c) 2019 airsquared * * This file is part of blobsaver. * diff --git a/src/main/java/com/airsquared/blobsaver/Main.java b/src/main/java/com/airsquared/blobsaver/Main.java index 70984374..8f706e6f 100644 --- a/src/main/java/com/airsquared/blobsaver/Main.java +++ b/src/main/java/com/airsquared/blobsaver/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 airsquared + * Copyright (c) 2019 airsquared * * This file is part of blobsaver. * diff --git a/src/main/java/com/airsquared/blobsaver/Shared.java b/src/main/java/com/airsquared/blobsaver/Shared.java index 02ce9519..5cfed74d 100644 --- a/src/main/java/com/airsquared/blobsaver/Shared.java +++ b/src/main/java/com/airsquared/blobsaver/Shared.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 airsquared + * Copyright (c) 2019 airsquared * * This file is part of blobsaver. * diff --git a/src/main/resources/com/airsquared/blobsaver/app.css b/src/main/resources/com/airsquared/blobsaver/app.css index 133ae39e..8ab48465 100644 --- a/src/main/resources/com/airsquared/blobsaver/app.css +++ b/src/main/resources/com/airsquared/blobsaver/app.css @@ -1,3 +1,21 @@ +/* + * Copyright (c) 2019 airsquared + * + * This file is part of blobsaver. + * + * blobsaver is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3 of the License. + * + * blobsaver is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with blobsaver. If not, see . + */ + .label { -fx-font-size: 15; } \ No newline at end of file diff --git a/src/main/resources/com/airsquared/blobsaver/blobsaver.fxml b/src/main/resources/com/airsquared/blobsaver/blobsaver.fxml index a7600d12..7cc7f1c0 100644 --- a/src/main/resources/com/airsquared/blobsaver/blobsaver.fxml +++ b/src/main/resources/com/airsquared/blobsaver/blobsaver.fxml @@ -1,7 +1,7 @@