diff --git a/README.md b/README.md index 52ef7fdc..32ddce54 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,6 @@ This means you have unlimited capacity to help nonprofits fundraise and grow you ## License -Copyright 2018 Firespring, Inc. +Copyright 2019 Firespring, Inc. Licensed under the Apache License, Version 2.0: [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) diff --git a/packages/cloudformation/bin/aws/cloudFormation.js b/packages/cloudformation/bin/aws/cloudFormation.js index 1fbe75be..414ef390 100644 --- a/packages/cloudformation/bin/aws/cloudFormation.js +++ b/packages/cloudformation/bin/aws/cloudFormation.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/cloudformation/bin/aws/s3.js b/packages/cloudformation/bin/aws/s3.js index 3a167548..f3ce3c2c 100644 --- a/packages/cloudformation/bin/aws/s3.js +++ b/packages/cloudformation/bin/aws/s3.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/cloudformation/bin/build.js b/packages/cloudformation/bin/build.js index 1ffe896f..9125f195 100644 --- a/packages/cloudformation/bin/build.js +++ b/packages/cloudformation/bin/build.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/cloudformation/bin/create.js b/packages/cloudformation/bin/create.js index cfd3106f..e9b1d012 100644 --- a/packages/cloudformation/bin/create.js +++ b/packages/cloudformation/bin/create.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/cloudformation/bin/delete.js b/packages/cloudformation/bin/delete.js index 0cd1f749..48608b28 100644 --- a/packages/cloudformation/bin/delete.js +++ b/packages/cloudformation/bin/delete.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/cloudformation/bin/release.js b/packages/cloudformation/bin/release.js index 9a81ba66..0253b8de 100644 --- a/packages/cloudformation/bin/release.js +++ b/packages/cloudformation/bin/release.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/cloudformation/bin/update.js b/packages/cloudformation/bin/update.js index e92f7f0b..674f1c41 100644 --- a/packages/cloudformation/bin/update.js +++ b/packages/cloudformation/bin/update.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/frontend/bin/aws/cloudFormation.js b/packages/frontend/bin/aws/cloudFormation.js index 27b7a1d8..5619f820 100644 --- a/packages/frontend/bin/aws/cloudFormation.js +++ b/packages/frontend/bin/aws/cloudFormation.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/frontend/bin/aws/cloudFront.js b/packages/frontend/bin/aws/cloudFront.js index d596df07..661cb61a 100644 --- a/packages/frontend/bin/aws/cloudFront.js +++ b/packages/frontend/bin/aws/cloudFront.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/frontend/bin/aws/lambda.js b/packages/frontend/bin/aws/lambda.js index e4cc1e19..269aee5e 100644 --- a/packages/frontend/bin/aws/lambda.js +++ b/packages/frontend/bin/aws/lambda.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/frontend/bin/aws/s3.js b/packages/frontend/bin/aws/s3.js index 08355358..bf6ccecb 100644 --- a/packages/frontend/bin/aws/s3.js +++ b/packages/frontend/bin/aws/s3.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/frontend/bin/clear-cache.js b/packages/frontend/bin/clear-cache.js index 1b9bd01b..939d5458 100644 --- a/packages/frontend/bin/clear-cache.js +++ b/packages/frontend/bin/clear-cache.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/frontend/bin/fetch-settings.js b/packages/frontend/bin/fetch-settings.js index 22350293..a01e4627 100755 --- a/packages/frontend/bin/fetch-settings.js +++ b/packages/frontend/bin/fetch-settings.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/frontend/bin/release.js b/packages/frontend/bin/release.js index 15658457..4fb19e2f 100644 --- a/packages/frontend/bin/release.js +++ b/packages/frontend/bin/release.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/frontend/config/webpack.config.admin.js b/packages/frontend/config/webpack.config.admin.js index 2e7accfe..2b9e37fc 100644 --- a/packages/frontend/config/webpack.config.admin.js +++ b/packages/frontend/config/webpack.config.admin.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/frontend/src/admin-pages/app.js b/packages/frontend/src/admin-pages/app.js index e94d7834..6bd63cbb 100644 --- a/packages/frontend/src/admin-pages/app.js +++ b/packages/frontend/src/admin-pages/app.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 Firespring, Inc. + * Copyright 2019 Firespring, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/frontend/src/admin-pages/components/App.vue b/packages/frontend/src/admin-pages/components/App.vue index 7744020d..ca8df1e2 100644 --- a/packages/frontend/src/admin-pages/components/App.vue +++ b/packages/frontend/src/admin-pages/components/App.vue @@ -1,5 +1,5 @@