This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-cheques.git
commit ba7c22f2bb10ed0e7774496740153b8d22aec7ad Author: Isaac Kamga <[email protected]> AuthorDate: Fri Mar 2 21:56:11 2018 +0100 Updated copyright information in cheques --- HEADER | 25 +++++++++++-------- NOTICE.txt | 5 ++++ README.md | 4 +-- .../io/mifos/cheque/api/v1/EventConstants.java | 25 +++++++++++-------- .../mifos/cheque/api/v1/PermittableGroupIds.java | 25 +++++++++++-------- .../mifos/cheque/api/v1/client/ChequeManager.java | 25 +++++++++++-------- .../client/DependingResourceNotValidException.java | 25 +++++++++++-------- .../v1/client/InvalidChequeNumberException.java | 25 +++++++++++-------- .../java/io/mifos/cheque/api/v1/domain/Action.java | 25 +++++++++++-------- .../java/io/mifos/cheque/api/v1/domain/Cheque.java | 25 +++++++++++-------- .../api/v1/domain/ChequeProcessingCommand.java | 25 +++++++++++-------- .../cheque/api/v1/domain/ChequeTransaction.java | 25 +++++++++++-------- .../mifos/cheque/api/v1/domain/IssuingCount.java | 25 +++++++++++-------- .../java/io/mifos/cheque/api/v1/domain/MICR.java | 25 +++++++++++-------- .../mifos/cheque/api/v1/domain/MICRResolution.java | 25 +++++++++++-------- .../java/io/mifos/cheque/api/v1/domain/State.java | 25 +++++++++++-------- .../java/io/mifos/cheque/AbstractChequeTest.java | 25 +++++++++++-------- .../src/main/java/io/mifos/cheque/Fixture.java | 25 +++++++++++-------- .../java/io/mifos/cheque/SuiteTestEnvironment.java | 25 +++++++++++-------- .../src/main/java/io/mifos/cheque/TestCheques.java | 25 +++++++++++-------- .../java/io/mifos/cheque/TestIssuingCheques.java | 25 +++++++++++-------- .../src/main/java/io/mifos/cheque/TestMICR.java | 25 +++++++++++-------- .../src/main/java/io/mifos/cheque/TestSuite.java | 25 +++++++++++-------- .../mifos/cheque/listener/ChequeEventListener.java | 25 +++++++++++-------- .../listener/ManagementEventMigrationListener.java | 25 +++++++++++-------- component-test/src/main/resources/logback-test.xml | 25 +++++++++++-------- .../io/mifos/cheque/service/ChequeApplication.java | 25 +++++++++++-------- .../mifos/cheque/service/ChequeConfiguration.java | 25 +++++++++++-------- .../io/mifos/cheque/service/ServiceConstants.java | 25 +++++++++++-------- .../command/ApproveChequeTransactionCommand.java | 25 +++++++++++-------- .../command/CancelChequeTransactionCommand.java | 25 +++++++++++-------- .../internal/command/ChequeTransactionCommand.java | 25 +++++++++++-------- .../internal/command/IssueChequesCommand.java | 25 +++++++++++-------- .../service/internal/command/MigrationCommand.java | 25 +++++++++++-------- .../internal/command/handler/ChequeAggregate.java | 25 +++++++++++-------- .../command/handler/ManagementAggregate.java | 25 +++++++++++-------- .../cheque/service/internal/format/MICRParser.java | 25 +++++++++++-------- .../service/internal/mapper/ChequeMapper.java | 25 +++++++++++-------- .../service/internal/repository/ChequeEntity.java | 25 +++++++++++-------- .../internal/repository/ChequeRepository.java | 25 +++++++++++-------- .../internal/repository/IssuedChequeEntity.java | 25 +++++++++++-------- .../repository/IssuedChequeRepository.java | 25 +++++++++++-------- .../specification/ChequeSpecification.java | 25 +++++++++++-------- .../service/internal/service/ChequeService.java | 25 +++++++++++-------- .../service/internal/service/MICRService.java | 25 +++++++++++-------- .../internal/service/helper/AccountingService.java | 25 +++++++++++-------- .../internal/service/helper/CustomerService.java | 25 +++++++++++-------- .../internal/service/helper/DepositService.java | 25 +++++++++++-------- .../service/helper/OrganizationService.java | 25 +++++++++++-------- .../rest/ChequeManagementRestController.java | 25 +++++++++++-------- .../cheque/service/rest/ChequeRestController.java | 25 +++++++++++-------- .../rest/ChequeTransactionRestController.java | 25 +++++++++++-------- .../cheque/service/rest/MIRCRestController.java | 25 +++++++++++-------- service/src/main/resources/application.yml | 25 +++++++++++-------- service/src/main/resources/bootstrap.yml | 25 +++++++++++-------- .../db/migrations/mariadb/V1__initial_setup.sql | 25 +++++++++++-------- service/src/main/resources/logback.xml | 29 ++++++++++++---------- .../service/internal/format/TestMICRParser.java | 25 +++++++++++-------- shared.gradle | 2 +- 59 files changed, 794 insertions(+), 621 deletions(-) diff --git a/HEADER b/HEADER index 88f1afc..90705e0 100644 --- a/HEADER +++ b/HEADER @@ -1,13 +1,16 @@ -Copyright ${year} ${company}. +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you 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 -All Rights Reserved. + http://www.apache.org/licenses/LICENSE-2.0 -NOTICE: All information contained herein is, and remains -the property of ${company} and its suppliers, if any. -The intellectual and technical concepts contained herein -are proprietary to ${company} and its suppliers and may -be covered by U.S. and Foreign Patents, patents in process, -and are protected by trade secret or copyright law. -Dissemination of this information or reproduction of this material -is strictly forbidden unless prior written permission is obtained -${company}. \ No newline at end of file +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. \ No newline at end of file diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 0000000..de5aeca --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,5 @@ +Apache Fineract CN Cheques +Copyright [2017-2018] The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). \ No newline at end of file diff --git a/README.md b/README.md index 09d4485..55da002 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Mifos I/O Cheques Management +# Apache Fineract CN Cheques Management [](https://gitter.im/mifos-initiative/mifos.io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) This project provides services to issue, validate cheques and execute transactions on them. ## Abstract -Mifos I/O is an application framework for digital financial services, a system to support nationwide and cross-national financial transactions and help to level and speed the creation of an inclusive, interconnected digital economy for every nation in the world. +Apache Fineract CN is an application framework for digital financial services, a system to support nationwide and cross-national financial transactions and help to level and speed the creation of an inclusive, interconnected digital economy for every nation in the world. ## Versioning The version numbers follow the [Semantic Versioning](http://semver.org/) scheme. diff --git a/api/src/main/java/io/mifos/cheque/api/v1/EventConstants.java b/api/src/main/java/io/mifos/cheque/api/v1/EventConstants.java index 74573b5..d769670 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/EventConstants.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/EventConstants.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/PermittableGroupIds.java b/api/src/main/java/io/mifos/cheque/api/v1/PermittableGroupIds.java index 5c9c599..f2ea3cc 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/PermittableGroupIds.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/PermittableGroupIds.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/client/ChequeManager.java b/api/src/main/java/io/mifos/cheque/api/v1/client/ChequeManager.java index 466d20d..0b8e33a 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/client/ChequeManager.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/client/ChequeManager.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1.client; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/client/DependingResourceNotValidException.java b/api/src/main/java/io/mifos/cheque/api/v1/client/DependingResourceNotValidException.java index 0c5d945..1d0dd3b 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/client/DependingResourceNotValidException.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/client/DependingResourceNotValidException.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1.client; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/client/InvalidChequeNumberException.java b/api/src/main/java/io/mifos/cheque/api/v1/client/InvalidChequeNumberException.java index 29084cf..7a5fca8 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/client/InvalidChequeNumberException.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/client/InvalidChequeNumberException.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1.client; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/domain/Action.java b/api/src/main/java/io/mifos/cheque/api/v1/domain/Action.java index 0c73f44..027898c 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/domain/Action.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/domain/Action.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1.domain; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/domain/Cheque.java b/api/src/main/java/io/mifos/cheque/api/v1/domain/Cheque.java index e50172b..a162157 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/domain/Cheque.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/domain/Cheque.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1.domain; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/domain/ChequeProcessingCommand.java b/api/src/main/java/io/mifos/cheque/api/v1/domain/ChequeProcessingCommand.java index 95d57fe..fe3490c 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/domain/ChequeProcessingCommand.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/domain/ChequeProcessingCommand.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1.domain; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/domain/ChequeTransaction.java b/api/src/main/java/io/mifos/cheque/api/v1/domain/ChequeTransaction.java index 1129613..ae396d9 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/domain/ChequeTransaction.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/domain/ChequeTransaction.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1.domain; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/domain/IssuingCount.java b/api/src/main/java/io/mifos/cheque/api/v1/domain/IssuingCount.java index 70a4f53..4a46ff3 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/domain/IssuingCount.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/domain/IssuingCount.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1.domain; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/domain/MICR.java b/api/src/main/java/io/mifos/cheque/api/v1/domain/MICR.java index 05a1a32..d46e95f 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/domain/MICR.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/domain/MICR.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1.domain; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/domain/MICRResolution.java b/api/src/main/java/io/mifos/cheque/api/v1/domain/MICRResolution.java index 21c2aae..3044183 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/domain/MICRResolution.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/domain/MICRResolution.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1.domain; diff --git a/api/src/main/java/io/mifos/cheque/api/v1/domain/State.java b/api/src/main/java/io/mifos/cheque/api/v1/domain/State.java index 449344f..ac73548 100644 --- a/api/src/main/java/io/mifos/cheque/api/v1/domain/State.java +++ b/api/src/main/java/io/mifos/cheque/api/v1/domain/State.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.api.v1.domain; diff --git a/component-test/src/main/java/io/mifos/cheque/AbstractChequeTest.java b/component-test/src/main/java/io/mifos/cheque/AbstractChequeTest.java index 177df2c..7370b72 100644 --- a/component-test/src/main/java/io/mifos/cheque/AbstractChequeTest.java +++ b/component-test/src/main/java/io/mifos/cheque/AbstractChequeTest.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque; diff --git a/component-test/src/main/java/io/mifos/cheque/Fixture.java b/component-test/src/main/java/io/mifos/cheque/Fixture.java index 2eda2b5..e8b411a 100644 --- a/component-test/src/main/java/io/mifos/cheque/Fixture.java +++ b/component-test/src/main/java/io/mifos/cheque/Fixture.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque; diff --git a/component-test/src/main/java/io/mifos/cheque/SuiteTestEnvironment.java b/component-test/src/main/java/io/mifos/cheque/SuiteTestEnvironment.java index 5f73420..4a8fdab 100644 --- a/component-test/src/main/java/io/mifos/cheque/SuiteTestEnvironment.java +++ b/component-test/src/main/java/io/mifos/cheque/SuiteTestEnvironment.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque; diff --git a/component-test/src/main/java/io/mifos/cheque/TestCheques.java b/component-test/src/main/java/io/mifos/cheque/TestCheques.java index f0b8183..c557408 100644 --- a/component-test/src/main/java/io/mifos/cheque/TestCheques.java +++ b/component-test/src/main/java/io/mifos/cheque/TestCheques.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque; diff --git a/component-test/src/main/java/io/mifos/cheque/TestIssuingCheques.java b/component-test/src/main/java/io/mifos/cheque/TestIssuingCheques.java index 364636d..158f287 100644 --- a/component-test/src/main/java/io/mifos/cheque/TestIssuingCheques.java +++ b/component-test/src/main/java/io/mifos/cheque/TestIssuingCheques.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque; diff --git a/component-test/src/main/java/io/mifos/cheque/TestMICR.java b/component-test/src/main/java/io/mifos/cheque/TestMICR.java index ea96c7b..1066aa4 100644 --- a/component-test/src/main/java/io/mifos/cheque/TestMICR.java +++ b/component-test/src/main/java/io/mifos/cheque/TestMICR.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque; diff --git a/component-test/src/main/java/io/mifos/cheque/TestSuite.java b/component-test/src/main/java/io/mifos/cheque/TestSuite.java index 8dfa201..3a8e9a9 100644 --- a/component-test/src/main/java/io/mifos/cheque/TestSuite.java +++ b/component-test/src/main/java/io/mifos/cheque/TestSuite.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque; diff --git a/component-test/src/main/java/io/mifos/cheque/listener/ChequeEventListener.java b/component-test/src/main/java/io/mifos/cheque/listener/ChequeEventListener.java index 1432897..69cf012 100644 --- a/component-test/src/main/java/io/mifos/cheque/listener/ChequeEventListener.java +++ b/component-test/src/main/java/io/mifos/cheque/listener/ChequeEventListener.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.listener; diff --git a/component-test/src/main/java/io/mifos/cheque/listener/ManagementEventMigrationListener.java b/component-test/src/main/java/io/mifos/cheque/listener/ManagementEventMigrationListener.java index 1afa7ad..7690c6d 100644 --- a/component-test/src/main/java/io/mifos/cheque/listener/ManagementEventMigrationListener.java +++ b/component-test/src/main/java/io/mifos/cheque/listener/ManagementEventMigrationListener.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.listener; diff --git a/component-test/src/main/resources/logback-test.xml b/component-test/src/main/resources/logback-test.xml index 321fb42..99091b8 100644 --- a/component-test/src/main/resources/logback-test.xml +++ b/component-test/src/main/resources/logback-test.xml @@ -1,18 +1,21 @@ <!-- - Copyright 2017 Kuelap, Inc. + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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 - All Rights Reserved. + http://www.apache.org/licenses/LICENSE-2.0 - NOTICE: All information contained herein is, and remains - the property of Kuelap, Inc and its suppliers, if any. - The intellectual and technical concepts contained herein - are proprietary to Kuelap, Inc and its suppliers and may - be covered by U.S. and Foreign Patents, patents in process, - and are protected by trade secret or copyright law. - Dissemination of this information or reproduction of this material - is strictly forbidden unless prior written permission is obtained - Kuelap, Inc. + 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. --> <configuration> diff --git a/service/src/main/java/io/mifos/cheque/service/ChequeApplication.java b/service/src/main/java/io/mifos/cheque/service/ChequeApplication.java index 78d9674..32d34e5 100644 --- a/service/src/main/java/io/mifos/cheque/service/ChequeApplication.java +++ b/service/src/main/java/io/mifos/cheque/service/ChequeApplication.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service; diff --git a/service/src/main/java/io/mifos/cheque/service/ChequeConfiguration.java b/service/src/main/java/io/mifos/cheque/service/ChequeConfiguration.java index 9e9919c..45c1d92 100644 --- a/service/src/main/java/io/mifos/cheque/service/ChequeConfiguration.java +++ b/service/src/main/java/io/mifos/cheque/service/ChequeConfiguration.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service; diff --git a/service/src/main/java/io/mifos/cheque/service/ServiceConstants.java b/service/src/main/java/io/mifos/cheque/service/ServiceConstants.java index 88bcca3..909a0b2 100644 --- a/service/src/main/java/io/mifos/cheque/service/ServiceConstants.java +++ b/service/src/main/java/io/mifos/cheque/service/ServiceConstants.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/command/ApproveChequeTransactionCommand.java b/service/src/main/java/io/mifos/cheque/service/internal/command/ApproveChequeTransactionCommand.java index 64dc0f0..85c91e1 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/command/ApproveChequeTransactionCommand.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/command/ApproveChequeTransactionCommand.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.command; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/command/CancelChequeTransactionCommand.java b/service/src/main/java/io/mifos/cheque/service/internal/command/CancelChequeTransactionCommand.java index 8bec5e3..226829e 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/command/CancelChequeTransactionCommand.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/command/CancelChequeTransactionCommand.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.command; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/command/ChequeTransactionCommand.java b/service/src/main/java/io/mifos/cheque/service/internal/command/ChequeTransactionCommand.java index 21a5ab3..1b5ff2d 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/command/ChequeTransactionCommand.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/command/ChequeTransactionCommand.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.command; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/command/IssueChequesCommand.java b/service/src/main/java/io/mifos/cheque/service/internal/command/IssueChequesCommand.java index 68c8de7..e42ca5b 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/command/IssueChequesCommand.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/command/IssueChequesCommand.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.command; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/command/MigrationCommand.java b/service/src/main/java/io/mifos/cheque/service/internal/command/MigrationCommand.java index fdbf526..8366e8f 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/command/MigrationCommand.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/command/MigrationCommand.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.command; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/command/handler/ChequeAggregate.java b/service/src/main/java/io/mifos/cheque/service/internal/command/handler/ChequeAggregate.java index 666742f..fc5d327 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/command/handler/ChequeAggregate.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/command/handler/ChequeAggregate.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.command.handler; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/command/handler/ManagementAggregate.java b/service/src/main/java/io/mifos/cheque/service/internal/command/handler/ManagementAggregate.java index 99cab0f..e20fb8d 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/command/handler/ManagementAggregate.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/command/handler/ManagementAggregate.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.command.handler; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/format/MICRParser.java b/service/src/main/java/io/mifos/cheque/service/internal/format/MICRParser.java index 46c2af9..3bd0d9e 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/format/MICRParser.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/format/MICRParser.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.format; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/mapper/ChequeMapper.java b/service/src/main/java/io/mifos/cheque/service/internal/mapper/ChequeMapper.java index 20a24ad..88ddfb6 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/mapper/ChequeMapper.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/mapper/ChequeMapper.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.mapper; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/repository/ChequeEntity.java b/service/src/main/java/io/mifos/cheque/service/internal/repository/ChequeEntity.java index 91d4545..8169c9d 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/repository/ChequeEntity.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/repository/ChequeEntity.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.repository; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/repository/ChequeRepository.java b/service/src/main/java/io/mifos/cheque/service/internal/repository/ChequeRepository.java index d6e574d..76a5702 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/repository/ChequeRepository.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/repository/ChequeRepository.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.repository; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/repository/IssuedChequeEntity.java b/service/src/main/java/io/mifos/cheque/service/internal/repository/IssuedChequeEntity.java index 8a1d463..33deca3 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/repository/IssuedChequeEntity.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/repository/IssuedChequeEntity.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.repository; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/repository/IssuedChequeRepository.java b/service/src/main/java/io/mifos/cheque/service/internal/repository/IssuedChequeRepository.java index 1e0e349..28be5ac 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/repository/IssuedChequeRepository.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/repository/IssuedChequeRepository.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.repository; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/repository/specification/ChequeSpecification.java b/service/src/main/java/io/mifos/cheque/service/internal/repository/specification/ChequeSpecification.java index 90d111e..7865ede 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/repository/specification/ChequeSpecification.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/repository/specification/ChequeSpecification.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.repository.specification; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/service/ChequeService.java b/service/src/main/java/io/mifos/cheque/service/internal/service/ChequeService.java index 75c3269..24898d7 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/service/ChequeService.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/service/ChequeService.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.service; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/service/MICRService.java b/service/src/main/java/io/mifos/cheque/service/internal/service/MICRService.java index 4bd3351..968165b 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/service/MICRService.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/service/MICRService.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.service; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/service/helper/AccountingService.java b/service/src/main/java/io/mifos/cheque/service/internal/service/helper/AccountingService.java index 46bb20a..5d2d630 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/service/helper/AccountingService.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/service/helper/AccountingService.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.service.helper; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/service/helper/CustomerService.java b/service/src/main/java/io/mifos/cheque/service/internal/service/helper/CustomerService.java index 3bfebcd..b90e3a4 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/service/helper/CustomerService.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/service/helper/CustomerService.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.service.helper; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/service/helper/DepositService.java b/service/src/main/java/io/mifos/cheque/service/internal/service/helper/DepositService.java index 0ff8257..98bcabc 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/service/helper/DepositService.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/service/helper/DepositService.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.service.helper; diff --git a/service/src/main/java/io/mifos/cheque/service/internal/service/helper/OrganizationService.java b/service/src/main/java/io/mifos/cheque/service/internal/service/helper/OrganizationService.java index 4a11088..26177cd 100644 --- a/service/src/main/java/io/mifos/cheque/service/internal/service/helper/OrganizationService.java +++ b/service/src/main/java/io/mifos/cheque/service/internal/service/helper/OrganizationService.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.service.helper; diff --git a/service/src/main/java/io/mifos/cheque/service/rest/ChequeManagementRestController.java b/service/src/main/java/io/mifos/cheque/service/rest/ChequeManagementRestController.java index 9317c17..facfee4 100644 --- a/service/src/main/java/io/mifos/cheque/service/rest/ChequeManagementRestController.java +++ b/service/src/main/java/io/mifos/cheque/service/rest/ChequeManagementRestController.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.rest; diff --git a/service/src/main/java/io/mifos/cheque/service/rest/ChequeRestController.java b/service/src/main/java/io/mifos/cheque/service/rest/ChequeRestController.java index 007e383..946c8c0 100644 --- a/service/src/main/java/io/mifos/cheque/service/rest/ChequeRestController.java +++ b/service/src/main/java/io/mifos/cheque/service/rest/ChequeRestController.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.rest; diff --git a/service/src/main/java/io/mifos/cheque/service/rest/ChequeTransactionRestController.java b/service/src/main/java/io/mifos/cheque/service/rest/ChequeTransactionRestController.java index 2d0018c..9d83275 100644 --- a/service/src/main/java/io/mifos/cheque/service/rest/ChequeTransactionRestController.java +++ b/service/src/main/java/io/mifos/cheque/service/rest/ChequeTransactionRestController.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.rest; diff --git a/service/src/main/java/io/mifos/cheque/service/rest/MIRCRestController.java b/service/src/main/java/io/mifos/cheque/service/rest/MIRCRestController.java index 4a3a15e..c28eddb 100644 --- a/service/src/main/java/io/mifos/cheque/service/rest/MIRCRestController.java +++ b/service/src/main/java/io/mifos/cheque/service/rest/MIRCRestController.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.rest; diff --git a/service/src/main/resources/application.yml b/service/src/main/resources/application.yml index c73c1b8..af184b4 100644 --- a/service/src/main/resources/application.yml +++ b/service/src/main/resources/application.yml @@ -1,17 +1,20 @@ # -# Copyright 2017 Kuelap, Inc. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 # -# All Rights Reserved. +# http://www.apache.org/licenses/LICENSE-2.0 # -# NOTICE: All information contained herein is, and remains -# the property of Kuelap, Inc and its suppliers, if any. -# The intellectual and technical concepts contained herein -# are proprietary to Kuelap, Inc and its suppliers and may -# be covered by U.S. and Foreign Patents, patents in process, -# and are protected by trade secret or copyright law. -# Dissemination of this information or reproduction of this material -# is strictly forbidden unless prior written permission is obtained -# Kuelap, Inc. +# 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. # spring: diff --git a/service/src/main/resources/bootstrap.yml b/service/src/main/resources/bootstrap.yml index 7ab35c9..056b35d 100644 --- a/service/src/main/resources/bootstrap.yml +++ b/service/src/main/resources/bootstrap.yml @@ -1,17 +1,20 @@ # -# Copyright 2017 Kuelap, Inc. +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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 # -# All Rights Reserved. +# http://www.apache.org/licenses/LICENSE-2.0 # -# NOTICE: All information contained herein is, and remains -# the property of Kuelap, Inc and its suppliers, if any. -# The intellectual and technical concepts contained herein -# are proprietary to Kuelap, Inc and its suppliers and may -# be covered by U.S. and Foreign Patents, patents in process, -# and are protected by trade secret or copyright law. -# Dissemination of this information or reproduction of this material -# is strictly forbidden unless prior written permission is obtained -# Kuelap, Inc. +# 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. # spring: diff --git a/service/src/main/resources/db/migrations/mariadb/V1__initial_setup.sql b/service/src/main/resources/db/migrations/mariadb/V1__initial_setup.sql index 23bdb44..e1e99ee 100644 --- a/service/src/main/resources/db/migrations/mariadb/V1__initial_setup.sql +++ b/service/src/main/resources/db/migrations/mariadb/V1__initial_setup.sql @@ -1,17 +1,20 @@ -- --- Copyright 2017 Kuelap, Inc. +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you 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 -- --- All Rights Reserved. +-- http://www.apache.org/licenses/LICENSE-2.0 -- --- NOTICE: All information contained herein is, and remains --- the property of Kuelap, Inc and its suppliers, if any. --- The intellectual and technical concepts contained herein --- are proprietary to Kuelap, Inc and its suppliers and may --- be covered by U.S. and Foreign Patents, patents in process, --- and are protected by trade secret or copyright law. --- Dissemination of this information or reproduction of this material --- is strictly forbidden unless prior written permission is obtained --- Kuelap, Inc. +-- 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. -- CREATE TABLE sopdet_issued_cheques ( diff --git a/service/src/main/resources/logback.xml b/service/src/main/resources/logback.xml index e68c93a..0388ea1 100644 --- a/service/src/main/resources/logback.xml +++ b/service/src/main/resources/logback.xml @@ -1,18 +1,21 @@ <!-- - Copyright 2017 Kuelap, Inc. - - All Rights Reserved. - - NOTICE: All information contained herein is, and remains - the property of Kuelap, Inc and its suppliers, if any. - The intellectual and technical concepts contained herein - are proprietary to Kuelap, Inc and its suppliers and may - be covered by U.S. and Foreign Patents, patents in process, - and are protected by trade secret or copyright law. - Dissemination of this information or reproduction of this material - is strictly forbidden unless prior written permission is obtained - Kuelap, Inc. + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. --> <configuration> diff --git a/service/src/test/java/io/mifos/cheque/service/internal/format/TestMICRParser.java b/service/src/test/java/io/mifos/cheque/service/internal/format/TestMICRParser.java index c74fa2b..da44743 100644 --- a/service/src/test/java/io/mifos/cheque/service/internal/format/TestMICRParser.java +++ b/service/src/test/java/io/mifos/cheque/service/internal/format/TestMICRParser.java @@ -1,17 +1,20 @@ /* - * Copyright 2017 Kuelap, Inc. + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 * - * All Rights Reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * NOTICE: All information contained herein is, and remains - * the property of Kuelap, Inc and its suppliers, if any. - * The intellectual and technical concepts contained herein - * are proprietary to Kuelap, Inc and its suppliers and may - * be covered by U.S. and Foreign Patents, patents in process, - * and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * Kuelap, Inc. + * 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.mifos.cheque.service.internal.format; diff --git a/shared.gradle b/shared.gradle index 603d308..5f94e92 100644 --- a/shared.gradle +++ b/shared.gradle @@ -70,5 +70,5 @@ license { yaml = 'SCRIPT_STYLE' } ext.year = Calendar.getInstance().get(Calendar.YEAR) - ext.company = 'Kuelap, Inc' + ext.company = 'The Apache Software Foundation' }
