summaryrefslogtreecommitdiff
path: root/opendc-trace/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-08-31 14:56:08 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-09-02 09:26:41 +0200
commit23c1502c2668305fd5f4c38c6c794c985d2037e3 (patch)
treeef97d7332eb64ceae13b09acdcbdd1aad03697a9 /opendc-trace/build.gradle.kts
parentb0806dcf21ab811c46b715cfdff8a6307e117810 (diff)
refactor(trace): Move GWF trace reader into separate module
This change starts the process of moving the different trace formats into separate modules. This change in particular moves the GWF trace format into a new module, opendc-trace-gwf. Furthermore, this change also implements the trace API for the GWF module.
Diffstat (limited to 'opendc-trace/build.gradle.kts')
-rw-r--r--opendc-trace/build.gradle.kts21
1 files changed, 21 insertions, 0 deletions
diff --git a/opendc-trace/build.gradle.kts b/opendc-trace/build.gradle.kts
new file mode 100644
index 00000000..7edfd134
--- /dev/null
+++ b/opendc-trace/build.gradle.kts
@@ -0,0 +1,21 @@
+/*
+ * Copyright (c) 2021 AtLarge Research
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ */