diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2017-08-08 21:23:07 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2017-08-08 21:23:07 +0200 |
| commit | 7d791d415706dee41ea18ceb1ca2b0169f8448b2 (patch) | |
| tree | 92d055c63b29f77eeca56f8bfde2a18bfc1f8f68 /opendc-core/build.gradle | |
| parent | 858d9d2dcf33941a2d1cbaea8d3a415ef93b58bb (diff) | |
Fix copyright headers and license
This change fixes the copyright headers and license of the project in
order to assign the copyright to atlarge-research.
Diffstat (limited to 'opendc-core/build.gradle')
| -rw-r--r-- | opendc-core/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opendc-core/build.gradle b/opendc-core/build.gradle index 8f569ff1..05448aae 100644 --- a/opendc-core/build.gradle +++ b/opendc-core/build.gradle @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2017 tudelft-atlarge + * Copyright (c) 2017 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 @@ -44,7 +44,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { } } -group 'nl.tudelft.opendc' +group 'nl.atlarge.opendc' version '1.0' repositories { |
