Cleanup copyrights and naming

* Update copyrights to the template we use everywhere
* Remove references to "laos"

Change-Id: I1bce474c3a95d09356f8c43ef4be1027f1f03bf8
This commit is contained in:
Michael Bestas
2017-05-01 20:17:05 +03:00
parent 2c483805f0
commit 0f4818f1b5
5 changed files with 22 additions and 24 deletions

View File

@@ -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.

View File

@@ -1,28 +1,26 @@
laos-contributors-cloud-generator
========================
# LineageOS contributors cloud generator
The LineageOS contributors cloud scripts.
To generate the code, open a linux console and type:
> 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/
./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

View File

@@ -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>