diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a599b63..9657c30 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -76,7 +76,7 @@ jobs: files: build/coverage/coverage.info - name: Build documentation - run: ford ./slsqp.md + run: ford ./ford.md - name: Deploy Documentation if: github.ref == 'refs/heads/master' diff --git a/LICENSE b/LICENSE index c4d4e94..fc23018 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ Modern Fortran Edition of the SLSQP Optimizer https://github.com/jacobwilliams/slsqp -Copyright (c) 2016-2021, Jacob Williams +Copyright (c) 2016-2024, Jacob Williams All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/README.md b/README.md index e01968d..ced5953 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Modern Fortran Edition of the SLSQP Optimizer ### Status +[![Language](https://img.shields.io/badge/-Fortran-734f96?logo=fortran&logoColor=white)](https://github.com/topics/fortran) [![GitHub release](https://img.shields.io/github/release/jacobwilliams/slsqp.svg)](https://github.com/jacobwilliams/slsqp/releases/latest) [![Build Status](https://github.com/jacobwilliams/slsqp/actions/workflows/CI.yml/badge.svg)](https://github.com/jacobwilliams/slsqp/actions) [![codecov](https://codecov.io/gh/jacobwilliams/slsqp/branch/master/graph/badge.svg)](https://codecov.io/gh/jacobwilliams/slsqp) diff --git a/slsqp.md b/ford.md similarity index 100% rename from slsqp.md rename to ford.md diff --git a/fpm.toml b/fpm.toml index 47b00ef..8e87302 100644 --- a/fpm.toml +++ b/fpm.toml @@ -3,7 +3,7 @@ version = "1.4.1" license = "BSD-3-Clause" author = "Jacob Williams" maintainer = "https://github.com/jacobwilliams" -copyright = "Copyright (c) 2016-2021, Jacob Williams" +copyright = "Copyright (c) 2016-2024, Jacob Williams" description = "Modern Fortran Edition of the SLSQP Optimizer" homepage = "https://github.com/jacobwilliams/slsqp" keywords = ["optimization"]