File tree Expand file tree Collapse file tree 10 files changed +61
-7
lines changed
java/com/airsquared/blobsaver
resources/com/airsquared/blobsaver Expand file tree Collapse file tree 10 files changed +61
-7
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2019 airsquared
3
+ *
4
+ * This file is part of blobsaver.
5
+ *
6
+ * blobsaver is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, version 3 of the License.
9
+ *
10
+ * blobsaver is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with blobsaver. If not, see <https://www.gnu.org/licenses/>.
17
+ */
18
+
1
19
plugins {
2
20
id ' edu.sc.seis.launch4j' version ' 2.4.4' // for bundling into .exe
3
21
id " edu.sc.seis.macAppBundle" version " 2.2.2" // for bundling into .app
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2019 airsquared
3
+ *
4
+ * This file is part of blobsaver.
5
+ *
6
+ * blobsaver is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, version 3 of the License.
9
+ *
10
+ * blobsaver is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with blobsaver. If not, see <https://www.gnu.org/licenses/>.
17
+ */
18
+
1
19
rootProject. name = ' blobsaver'
2
20
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018 airsquared
2
+ * Copyright (c) 2019 airsquared
3
3
*
4
4
* This file is part of blobsaver.
5
5
*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018 airsquared
2
+ * Copyright (c) 2019 airsquared
3
3
*
4
4
* This file is part of blobsaver.
5
5
*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018 airsquared
2
+ * Copyright (c) 2019 airsquared
3
3
*
4
4
* This file is part of blobsaver.
5
5
*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018 airsquared
2
+ * Copyright (c) 2019 airsquared
3
3
*
4
4
* This file is part of blobsaver.
5
5
*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018 airsquared
2
+ * Copyright (c) 2019 airsquared
3
3
*
4
4
* This file is part of blobsaver.
5
5
*
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2019 airsquared
3
+ *
4
+ * This file is part of blobsaver.
5
+ *
6
+ * blobsaver is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, version 3 of the License.
9
+ *
10
+ * blobsaver is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with blobsaver. If not, see <https://www.gnu.org/licenses/>.
17
+ */
18
+
1
19
.label {
2
20
-fx-font-size : 15 ;
3
21
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<!--
4
- ~ Copyright (c) 2018 airsquared
4
+ ~ Copyright (c) 2019 airsquared
5
5
~
6
6
~ This file is part of blobsaver.
7
7
~
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2018 airsquared
2
+ # Copyright (c) 2019 airsquared
3
3
#
4
4
# This file is part of blobsaver.
5
5
#
You can’t perform that action at this time.
0 commit comments