License

Open Source

Licensing

CivAccount uses a dual license to keep the code open while protecting the compiled dataset

Application Code — MIT License

Free to use, modify, and distribute

All application code (components, utilities, configuration, and styling) is released under the MIT License. You are free to:

  • Use the code for any purpose, including commercial projects
  • Modify the code to suit your needs
  • Distribute copies of the original or modified code

The only requirement is that you include the original copyright notice and license text in any copy of the software.

Compiled Dataset — CivAccount Data License

View and reference, but not bulk copy

The compiled council dataset (budget breakdowns, service spending, financial figures, and all enriched metadata across 317 councils) is protected under the CivAccount Data License. This covers the compilation and enrichment work, not the underlying government data.

You can:

  • View and inspect the data in the public repository
  • Reference individual data points for journalism, research, or education
  • Use the data structure as inspiration for your own projects
  • Contribute improvements back via pull requests

You cannot:

  • Bulk copy or republish the compiled dataset
  • Use it to build a competing product
  • Incorporate it into a commercial service

Government Source Data

Open Government Licence v3.0

The raw government data used to build the CivAccount dataset is Crown Copyright, published under the Open Government Licence v3.0. Anyone can freely obtain and use this raw data directly from GOV.UK.

Data sources

Ministry of Housing, Communities and Local Government (MHCLG); Office for National Statistics (ONS); Department for Transport (DfT); Department for Environment, Food and Rural Affairs (DEFRA); Ofsted; individual council publications.

Contributing

Help make CivAccount better

We welcome contributions from the community. Whether it's fixing bugs, adding features, improving documentation, or suggesting ideas, your help makes CivAccount better for everyone.

Visit our GitHub repository to get started:

View on GitHub

Full MIT License text

MIT License

Copyright (c) 2025 Owen Fisher

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.