diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2017-05-01 20:17:05 +0300 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2017-05-01 23:44:37 +0300 |
commit | 0f4818f1b5676d52a6c40edc4205c31bc3348d19 (patch) | |
tree | 3d1458e33c02254ede56c24082674c857c5c80f3 | |
parent | 2c483805f0af0fdd7258b114c7423289e7f58311 (diff) | |
download | contributors-cloud-generator-0f4818f1b5676d52a6c40edc4205c31bc3348d19.tar.gz contributors-cloud-generator-0f4818f1b5676d52a6c40edc4205c31bc3348d19.tar.bz2 contributors-cloud-generator-0f4818f1b5676d52a6c40edc4205c31bc3348d19.zip |
Cleanup copyrights and naming
* Update copyrights to the template we use everywhere
* Remove references to "laos"
Change-Id: I1bce474c3a95d09356f8c43ef4be1027f1f03bf8
-rw-r--r-- | LICENSE.md | 2 | ||||
-rw-r--r-- | README.md | 46 | ||||
-rwxr-xr-x | generate_wordcloud.sh (renamed from generate_laos_wordcloud.sh) | 0 | ||||
-rw-r--r-- | lib/contributors-cloud-generator-1.0.jar (renamed from lib/laos-contributors-cloud-generator-1.0.jar) | bin | 74296 -> 74283 bytes | |||
-rw-r--r-- | source/pom.xml | 2 |
5 files changed, 24 insertions, 26 deletions
@@ -1,5 +1,5 @@ - Copyright (c) 2016, The Lineage Android Distribution Project + Copyright (c) 2017, The LineageOS Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -1,28 +1,26 @@ -laos-contributors-cloud-generator -======================== - -The LineageOS contributors cloud scripts. - -> To generate the code, open a linux console and type: -> -> ./generate_laos_wordcloud.sh -> -> This will fetch all LineageOS repos (around 110Gb), parse the commits -> logs, mix the data and generate a cloud.zip in the output -> folder. This will take look long time the first time. -> -> The file resources/well-known-accounts.txt was left willfully empty. The -> format of this file should match the name of the account and the list -> of known emails for the account -> -> Name on Gerrit|nick|email1|email2|... -> -> To re-build the java class if needing to make changes type: -> cd source/ -> mvn package -> cp target/laos-contributors-cloud-generator-1.0.jar ../lib/ +# LineageOS contributors cloud generator + +To generate the code, open a linux console and type: + + ./generate_wordcloud.sh + +This will fetch all LineageOS repos (around 110Gb), parse the commits +logs, mix the data and generate a cloud.zip in the output +folder. This will take look long time the first time. + +The file resources/well-known-accounts.txt was left willfully empty. The +format of this file should match the name of the account and the list +of known emails for the account + + Name on Gerrit|nick|email1|email2|... + +To re-build the java class if needing to make changes type: + + cd source/ + mvn package + cp target/contributors-cloud-generator-1.0.jar ../lib/ This project is based in a modified version of the [kumo](https://github.com/kennycason/kumo) library. -Copyright © 2015 The Lineage Android Distribution Project +Copyright © 2017 The LineageOS Project diff --git a/generate_laos_wordcloud.sh b/generate_wordcloud.sh index 22d4494..22d4494 100755 --- a/generate_laos_wordcloud.sh +++ b/generate_wordcloud.sh diff --git a/lib/laos-contributors-cloud-generator-1.0.jar b/lib/contributors-cloud-generator-1.0.jar Binary files differindex 5295af6..3f89d94 100644 --- a/lib/laos-contributors-cloud-generator-1.0.jar +++ b/lib/contributors-cloud-generator-1.0.jar diff --git a/source/pom.xml b/source/pom.xml index 2d9ac08..ba7131f 100644 --- a/source/pom.xml +++ b/source/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.lineageos</groupId> - <artifactId>laos-contributors-cloud-generator</artifactId> + <artifactId>contributors-cloud-generator</artifactId> <name>${project.artifactId}</name> <version>1.0</version> |