Update header names

This commit is contained in:
Joshua Boniface 2019-10-13 12:11:23 -04:00
parent 03447d3374
commit ad5f232c03
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# pvcapi.py - PVC HTTP API functions # api.py - PVC HTTP API functions
# Part of the Parallel Virtual Cluster (PVC) system # Part of the Parallel Virtual Cluster (PVC) system
# #
# Copyright (C) 2018-2019 Joshua M. Boniface <joshua@boniface.me> # Copyright (C) 2018-2019 Joshua M. Boniface <joshua@boniface.me>

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# api.py - PVC HTTP API interface # pvc-api.py - PVC HTTP API interface
# Part of the Parallel Virtual Cluster (PVC) system # Part of the Parallel Virtual Cluster (PVC) system
# #
# Copyright (C) 2018-2019 Joshua M. Boniface <joshua@boniface.me> # Copyright (C) 2018-2019 Joshua M. Boniface <joshua@boniface.me>