diff --git a/config/License_Header.txt b/config/License_Header.txt index e69de29..2b96052 100644 --- a/config/License_Header.txt +++ b/config/License_Header.txt @@ -0,0 +1,16 @@ +==== + Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +==== + diff --git a/config/assembly/dist.xml b/config/assembly/dist.xml index 02f11a1..4f24bc4 100644 --- a/config/assembly/dist.xml +++ b/config/assembly/dist.xml @@ -1,3 +1,20 @@ + dist diff --git a/config/changelog.mustache b/config/changelog.mustache index 10b40b0..71a0cc7 100644 --- a/config/changelog.mustache +++ b/config/changelog.mustache @@ -1,3 +1,18 @@ +{{! + Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +}} # Changelog Changelog for {{ownerName}} {{repoName}}. diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index f360bde..ab5e514 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -1,4 +1,21 @@ + diff --git a/config/header_definition.xml b/config/header_definition.xml new file mode 100644 index 0000000..b94f323 --- /dev/null +++ b/config/header_definition.xml @@ -0,0 +1,15 @@ + + + + /* + * + */ + + + (\s|\t)*/\*.*$ + .*\*/(\s|\t)*$ + false + true + false + + \ No newline at end of file diff --git a/mvnw.cmd b/mvnw.cmd index 019bd74..b48cd03 100644 --- a/mvnw.cmd +++ b/mvnw.cmd @@ -1,21 +1,18 @@ -@REM ---------------------------------------------------------------------------- -@REM Licensed to the Apache Software Foundation (ASF) under one -@REM or more contributor license agreements. See the NOTICE file -@REM distributed with this work for additional information -@REM regarding copyright ownership. The ASF licenses this file -@REM to you under the Apache License, Version 2.0 (the -@REM "License"); you may not use this file except in compliance -@REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) +@REM +@REM Licensed under the Apache License, Version 2.0 (the "License"); +@REM you may not use this file except in compliance with the License. +@REM You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, software +@REM distributed under the License is distributed on an "AS IS" BASIS, +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@REM See the License for the specific language governing permissions and +@REM limitations under the License. @REM -@REM Unless required by applicable law or agreed to in writing, -@REM software distributed under the License is distributed on an -@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -@REM KIND, either express or implied. See the License for the -@REM specific language governing permissions and limitations -@REM under the License. -@REM ---------------------------------------------------------------------------- @REM ---------------------------------------------------------------------------- @REM Maven2 Start Up Batch script diff --git a/pom.xml b/pom.xml index 9a3e9de..c03c75d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,21 @@ + - + 4.0.0 io.github.ghacupha @@ -29,7 +47,9 @@ mailnjeru@gmail.com Edwin Njeru - Project Lead + + Project Lead + @@ -84,6 +104,7 @@ 3.0 com/mycila/maven/plugin/license/templates/APACHE-2.txt + ${project.basedir}/config/header_definition.xml Edwin Njeru mailnjeru@gmail.com @@ -490,166 +511,166 @@ ${maven.compiler.target} - - - org.apache.maven.plugins - maven-assembly-plugin - ${maven-assembly-plugin.version} - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - - org.apache.maven.plugins - maven-changes-plugin - ${maven-changes-plugin.version} - - - org.apache.maven.plugins - maven-clean-plugin - ${maven-clean-plugin.version} - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - - - org.apache.maven.plugins - maven-dependency-plugin - ${maven-dependency-plugin.version} - - - org.apache.maven.plugins - maven-enforcer-plugin - ${maven-enforcer-plugin.version} - - - org.apache.maven.plugins - maven-install-plugin - ${maven-install-plugin.version} - - - org.apache.maven.plugins - maven-jar-plugin - ${maven-jar-plugin.version} - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - - org.apache.maven.plugins - maven-plugin-plugin - ${maven-plugin-plugin.version} - - - org.apache.maven.plugins - maven-pmd-plugin - ${maven-pmd-plugin.version} - - - org.apache.maven.plugins - maven-project-info-reports-plugin - ${maven-project-info-reports-plugin.version} - - - org.apache.maven.plugins - maven-repository-plugin - ${maven-repository-plugin.version} - - - org.apache.maven.plugins - maven-resources-plugin - ${maven-resources-plugin.version} - - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin.version} - - - org.apache.maven.plugins - maven-toolchains-plugin - ${maven-toolchains-plugin.version} - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.felix - - - maven-bundle-plugin - - - [2.5.4,) - - - manifest - - - - - - - - - - org.apache.maven.plugins - - - maven-checkstyle-plugin - - - [2.17,) - - - checkstyle - - - - - - - - - - se.bjurr.gitchangelog - - - git-changelog-maven-plugin - - - [1.54,) - - - git-changelog - - - - - - - - - - + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven-assembly-plugin.version} + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven-checkstyle-plugin.version} + + + org.apache.maven.plugins + maven-changes-plugin + ${maven-changes-plugin.version} + + + org.apache.maven.plugins + maven-clean-plugin + ${maven-clean-plugin.version} + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + org.apache.maven.plugins + maven-dependency-plugin + ${maven-dependency-plugin.version} + + + org.apache.maven.plugins + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + org.apache.maven.plugins + maven-install-plugin + ${maven-install-plugin.version} + + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + org.apache.maven.plugins + maven-plugin-plugin + ${maven-plugin-plugin.version} + + + org.apache.maven.plugins + maven-pmd-plugin + ${maven-pmd-plugin.version} + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${maven-project-info-reports-plugin.version} + + + org.apache.maven.plugins + maven-repository-plugin + ${maven-repository-plugin.version} + + + org.apache.maven.plugins + maven-resources-plugin + ${maven-resources-plugin.version} + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + org.apache.maven.plugins + maven-toolchains-plugin + ${maven-toolchains-plugin.version} + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.felix + + + maven-bundle-plugin + + + [2.5.4,) + + + manifest + + + + + + + + + + org.apache.maven.plugins + + + maven-checkstyle-plugin + + + [2.17,) + + + checkstyle + + + + + + + + + + se.bjurr.gitchangelog + + + git-changelog-maven-plugin + + + [1.54,) + + + git-changelog + + + + + + + + + + @@ -658,6 +679,11 @@ ${mycila.license.maven.plugin.version}
${license.header.location}
+ + + ${license.header.definition} + + ${license.maven.owner} ${license.maven.email} @@ -667,6 +693,7 @@ **/CHANGELOG.md **/LICENSE **/.idea/** + **/config/header_definition.xml **/.mvn/** **/.okhttpcache/** **/target/** @@ -854,7 +881,7 @@ 2018 https://github.com/ghacupha/book-keeper - Github - https://github.com/ghacupha/book-keeper/issues + Github + https://github.com/ghacupha/book-keeper/issues
diff --git a/src/main/java/io/github/ghacupha/keeper/book/api/Account.java b/src/main/java/io/github/ghacupha/keeper/book/api/Account.java index 5e27865..8acd936 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/api/Account.java +++ b/src/main/java/io/github/ghacupha/keeper/book/api/Account.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.api; import io.github.ghacupha.keeper.book.balance.AccountBalance; diff --git a/src/main/java/io/github/ghacupha/keeper/book/api/Entry.java b/src/main/java/io/github/ghacupha/keeper/book/api/Entry.java index fbc4ab8..3c7a8ce 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/api/Entry.java +++ b/src/main/java/io/github/ghacupha/keeper/book/api/Entry.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.api; import io.github.ghacupha.keeper.book.balance.AccountSide; diff --git a/src/main/java/io/github/ghacupha/keeper/book/api/Transaction.java b/src/main/java/io/github/ghacupha/keeper/book/api/Transaction.java index bc05437..877267b 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/api/Transaction.java +++ b/src/main/java/io/github/ghacupha/keeper/book/api/Transaction.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.api; import io.github.ghacupha.keeper.book.balance.AccountSide; diff --git a/src/main/java/io/github/ghacupha/keeper/book/balance/AccountBalance.java b/src/main/java/io/github/ghacupha/keeper/book/balance/AccountBalance.java index 6503a34..e5b865d 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/balance/AccountBalance.java +++ b/src/main/java/io/github/ghacupha/keeper/book/balance/AccountBalance.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.balance; import io.github.ghacupha.keeper.book.unit.money.Cash; diff --git a/src/main/java/io/github/ghacupha/keeper/book/balance/AccountSide.java b/src/main/java/io/github/ghacupha/keeper/book/balance/AccountSide.java index b0f1523..6d5924a 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/balance/AccountSide.java +++ b/src/main/java/io/github/ghacupha/keeper/book/balance/AccountSide.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.balance; import io.github.ghacupha.keeper.book.api.Account; diff --git a/src/main/java/io/github/ghacupha/keeper/book/base/AccountAppraisalDelegate.java b/src/main/java/io/github/ghacupha/keeper/book/base/AccountAppraisalDelegate.java index 2e53de9..1e876c6 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/base/AccountAppraisalDelegate.java +++ b/src/main/java/io/github/ghacupha/keeper/book/base/AccountAppraisalDelegate.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.base; import io.github.ghacupha.keeper.book.api.Account; diff --git a/src/main/java/io/github/ghacupha/keeper/book/base/AccountDetails.java b/src/main/java/io/github/ghacupha/keeper/book/base/AccountDetails.java index 72f1895..cb2fc6c 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/base/AccountDetails.java +++ b/src/main/java/io/github/ghacupha/keeper/book/base/AccountDetails.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.base; import io.github.ghacupha.keeper.book.unit.time.TimePoint; diff --git a/src/main/java/io/github/ghacupha/keeper/book/base/AssignableCollectionAccount.java b/src/main/java/io/github/ghacupha/keeper/book/base/AssignableCollectionAccount.java index e3217a4..c5a2a3a 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/base/AssignableCollectionAccount.java +++ b/src/main/java/io/github/ghacupha/keeper/book/base/AssignableCollectionAccount.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.base; import io.github.ghacupha.keeper.book.api.Account; diff --git a/src/main/java/io/github/ghacupha/keeper/book/base/EntryDetails.java b/src/main/java/io/github/ghacupha/keeper/book/base/EntryDetails.java index a6f111b..d07f74d 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/base/EntryDetails.java +++ b/src/main/java/io/github/ghacupha/keeper/book/base/EntryDetails.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.base; import io.github.ghacupha.keeper.book.util.UnEnteredDetailsException; diff --git a/src/main/java/io/github/ghacupha/keeper/book/base/SimpleAccount.java b/src/main/java/io/github/ghacupha/keeper/book/base/SimpleAccount.java index 943c049..b53a940 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/base/SimpleAccount.java +++ b/src/main/java/io/github/ghacupha/keeper/book/base/SimpleAccount.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.base; import io.github.ghacupha.keeper.book.api.Account; diff --git a/src/main/java/io/github/ghacupha/keeper/book/base/SimpleEntry.java b/src/main/java/io/github/ghacupha/keeper/book/base/SimpleEntry.java index c279754..b171c60 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/base/SimpleEntry.java +++ b/src/main/java/io/github/ghacupha/keeper/book/base/SimpleEntry.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.base; import io.github.ghacupha.keeper.book.api.Account; diff --git a/src/main/java/io/github/ghacupha/keeper/book/base/SimpleTransaction.java b/src/main/java/io/github/ghacupha/keeper/book/base/SimpleTransaction.java index e9f0359..5376e43 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/base/SimpleTransaction.java +++ b/src/main/java/io/github/ghacupha/keeper/book/base/SimpleTransaction.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.base; import io.github.ghacupha.keeper.book.api.Account; diff --git a/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountCreditState.java b/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountCreditState.java index a986cc5..cb7713a 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountCreditState.java +++ b/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountCreditState.java @@ -1,18 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * +/* + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.github.ghacupha.keeper.book.base.state; import io.github.ghacupha.keeper.book.api.Account; diff --git a/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountDebitState.java b/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountDebitState.java index d120e3e..e4eda6b 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountDebitState.java +++ b/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountDebitState.java @@ -1,18 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * +/* + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.github.ghacupha.keeper.book.base.state; import io.github.ghacupha.keeper.book.api.Account; diff --git a/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountState.java b/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountState.java index 438387f..9153969 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountState.java +++ b/src/main/java/io/github/ghacupha/keeper/book/base/state/AccountState.java @@ -1,18 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * +/* + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package io.github.ghacupha.keeper.book.base.state; import io.github.ghacupha.keeper.book.balance.AccountBalance; diff --git a/src/main/java/io/github/ghacupha/keeper/book/unit/money/Cash.java b/src/main/java/io/github/ghacupha/keeper/book/unit/money/Cash.java index 022aa6c..9c5b090 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/unit/money/Cash.java +++ b/src/main/java/io/github/ghacupha/keeper/book/unit/money/Cash.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.unit.money; import java.math.RoundingMode; diff --git a/src/main/java/io/github/ghacupha/keeper/book/unit/money/HardCash.java b/src/main/java/io/github/ghacupha/keeper/book/unit/money/HardCash.java index ada7ae1..f2983b4 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/unit/money/HardCash.java +++ b/src/main/java/io/github/ghacupha/keeper/book/unit/money/HardCash.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.unit.money; diff --git a/src/main/java/io/github/ghacupha/keeper/book/unit/money/HasDenomination.java b/src/main/java/io/github/ghacupha/keeper/book/unit/money/HasDenomination.java index 1d2c323..c3619a1 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/unit/money/HasDenomination.java +++ b/src/main/java/io/github/ghacupha/keeper/book/unit/money/HasDenomination.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.unit.money; import java.util.Currency; diff --git a/src/main/java/io/github/ghacupha/keeper/book/unit/money/IsNumberical.java b/src/main/java/io/github/ghacupha/keeper/book/unit/money/IsNumberical.java index 43bafa2..c4e5b34 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/unit/money/IsNumberical.java +++ b/src/main/java/io/github/ghacupha/keeper/book/unit/money/IsNumberical.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.unit.money; /** diff --git a/src/main/java/io/github/ghacupha/keeper/book/unit/time/DateRange.java b/src/main/java/io/github/ghacupha/keeper/book/unit/time/DateRange.java index 525cd9d..b3a0eab 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/unit/time/DateRange.java +++ b/src/main/java/io/github/ghacupha/keeper/book/unit/time/DateRange.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.unit.time; import org.slf4j.Logger; diff --git a/src/main/java/io/github/ghacupha/keeper/book/unit/time/IsChronological.java b/src/main/java/io/github/ghacupha/keeper/book/unit/time/IsChronological.java index 0916b8d..119cbb1 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/unit/time/IsChronological.java +++ b/src/main/java/io/github/ghacupha/keeper/book/unit/time/IsChronological.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.unit.time; /** diff --git a/src/main/java/io/github/ghacupha/keeper/book/unit/time/SimpleDate.java b/src/main/java/io/github/ghacupha/keeper/book/unit/time/SimpleDate.java index d751e22..8d54e01 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/unit/time/SimpleDate.java +++ b/src/main/java/io/github/ghacupha/keeper/book/unit/time/SimpleDate.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.unit.time; import java.time.LocalDate; diff --git a/src/main/java/io/github/ghacupha/keeper/book/unit/time/TimePoint.java b/src/main/java/io/github/ghacupha/keeper/book/unit/time/TimePoint.java index fa98641..912e0e3 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/unit/time/TimePoint.java +++ b/src/main/java/io/github/ghacupha/keeper/book/unit/time/TimePoint.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.unit.time; /** diff --git a/src/main/java/io/github/ghacupha/keeper/book/util/ImmutableEntryException.java b/src/main/java/io/github/ghacupha/keeper/book/util/ImmutableEntryException.java index 6ed2ae4..bed508e 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/util/ImmutableEntryException.java +++ b/src/main/java/io/github/ghacupha/keeper/book/util/ImmutableEntryException.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.util; import io.github.ghacupha.keeper.book.api.Entry; diff --git a/src/main/java/io/github/ghacupha/keeper/book/util/ImmutableListCollector.java b/src/main/java/io/github/ghacupha/keeper/book/util/ImmutableListCollector.java index 945db51..f18affd 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/util/ImmutableListCollector.java +++ b/src/main/java/io/github/ghacupha/keeper/book/util/ImmutableListCollector.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.util; import java.util.ArrayList; diff --git a/src/main/java/io/github/ghacupha/keeper/book/util/MismatchedCurrencyException.java b/src/main/java/io/github/ghacupha/keeper/book/util/MismatchedCurrencyException.java index 9199354..b5e2f4a 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/util/MismatchedCurrencyException.java +++ b/src/main/java/io/github/ghacupha/keeper/book/util/MismatchedCurrencyException.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.util; import io.github.ghacupha.keeper.book.api.Account; diff --git a/src/main/java/io/github/ghacupha/keeper/book/util/UnEnteredDetailsException.java b/src/main/java/io/github/ghacupha/keeper/book/util/UnEnteredDetailsException.java index 11983ad..89869b1 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/util/UnEnteredDetailsException.java +++ b/src/main/java/io/github/ghacupha/keeper/book/util/UnEnteredDetailsException.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.util; /** diff --git a/src/main/java/io/github/ghacupha/keeper/book/util/UnableToPostException.java b/src/main/java/io/github/ghacupha/keeper/book/util/UnableToPostException.java index 0473b1f..f5a573b 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/util/UnableToPostException.java +++ b/src/main/java/io/github/ghacupha/keeper/book/util/UnableToPostException.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.util; import io.github.ghacupha.keeper.book.api.Entry; diff --git a/src/main/java/io/github/ghacupha/keeper/book/util/UntimelyBookingDateException.java b/src/main/java/io/github/ghacupha/keeper/book/util/UntimelyBookingDateException.java index d0af486..d113930 100644 --- a/src/main/java/io/github/ghacupha/keeper/book/util/UntimelyBookingDateException.java +++ b/src/main/java/io/github/ghacupha/keeper/book/util/UntimelyBookingDateException.java @@ -1,34 +1,18 @@ -/******************************************************************************* - * Copyright 2018 edwin.njeru - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. - ******************************************************************************/ /* - * Copyright 2018 Edwin Njeru + * Copyright © 2018 Edwin Njeru (mailnjeru@gmail.com) * - * 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 + * 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 * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.github.ghacupha.keeper.book.util; import io.github.ghacupha.keeper.book.api.Account; diff --git a/src/site/pdf.xml b/src/site/pdf.xml index 71ec78d..c9e5349 100644 --- a/src/site/pdf.xml +++ b/src/site/pdf.xml @@ -1,3 +1,20 @@ +