From d46ee9ce13045b26d3b5afd10034b9239b12b17e Mon Sep 17 00:00:00 2001 From: thatsIch Date: Wed, 8 Oct 2014 16:39:51 +0200 Subject: [PATCH] added code-style files --- codeformat/consistent.importorder | 6 + codeformat/consistent.xml | 295 ++++++++++++++++++++++++++++++ codeformat/copyright.txt | 15 ++ 3 files changed, 316 insertions(+) create mode 100644 codeformat/consistent.importorder create mode 100644 codeformat/consistent.xml create mode 100644 codeformat/copyright.txt diff --git a/codeformat/consistent.importorder b/codeformat/consistent.importorder new file mode 100644 index 00000000..3c8046c0 --- /dev/null +++ b/codeformat/consistent.importorder @@ -0,0 +1,6 @@ +#Organize Import Order +#Tue Oct 07 11:47:29 CEST 2014 +3=com +2=org +1=javax +0=java diff --git a/codeformat/consistent.xml b/codeformat/consistent.xml new file mode 100644 index 00000000..422bf3f4 --- /dev/null +++ b/codeformat/consistent.xml @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/codeformat/copyright.txt b/codeformat/copyright.txt new file mode 100644 index 00000000..5654ca52 --- /dev/null +++ b/codeformat/copyright.txt @@ -0,0 +1,15 @@ +This file is part of Applied Energistics 2. +Copyright (c) 2013 - $today.year, AlgorithmX2, All rights reserved. + +Applied Energistics 2 is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Applied Energistics 2 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 Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with Applied Energistics 2. If not, see . \ No newline at end of file