diff --git a/NOTICE b/NOTICE deleted file mode 100644 index 96f2cdf..0000000 --- a/NOTICE +++ /dev/null @@ -1,5 +0,0 @@ -Gitonium -Copyright (C) 2018-2024 Delft University of Technology - -This project includes software developed at the Programming Languages -Group (https://pl.ewi.tudelft.nl/) at TU Delft (https://www.tudelft.nl). diff --git a/README.md b/README.md index c1d3e71..963490f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ If the repository has no HEAD, Gitonium will fail. ## License -Copyright 2018-2024 Delft University of Technology +Copyright 2018-2024 [Programming Languages Group](https://pl.ewi.tudelft.nl/), [Delft University of Technology](https://www.tudelft.nl/) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index acf7924..7ffd17c 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -49,8 +49,8 @@ allprojects { metadata { inceptionYear.set("2019") developers.set(listOf( - Developer("gohla", "Gabriel Konat", "g.d.p.konat@tudelft.nl"), - Developer("virtlink", "Daniel A. A. Pelsmaeker", "d.a.a.pelsmaeker@tudelft.nl"), + Developer("Virtlink", "Daniel A. A. Pelsmaeker", "developer@pelsmaeker.net"), + Developer("Gohla", "Gabriel Konat", "gabrielkonat@gmail.com"), )) } }