Skip to content

Commit

Permalink
Welcome year 2024!
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Jun 26, 2024
1 parent 44e563a commit 14601a7
Show file tree
Hide file tree
Showing 31 changed files with 71 additions and 67 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright © 2015–2023 Michaël Le Barbier
Copyright © 2015–2024 Michaël Le Barbier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
Expand Down
4 changes: 2 additions & 2 deletions docker/compose/cid.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# cid.yml -- Docker Compose File for El Cid Laboratory
# cid.yml Docker Compose File for El Cid Laboratory

# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion docker/image/console/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
Expand Down
4 changes: 2 additions & 2 deletions docker/image/gitserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Dockerfile -- git server
# Dockerfile git server

# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion docker/image/jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
Expand Down
4 changes: 2 additions & 2 deletions docker/image/linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Dockerfile -- Custom Linux System
# Dockerfile Custom Linux System

# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion docker/image/linux/users.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
Expand Down
6 changes: 3 additions & 3 deletions docker/image/reverseproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Dockerfile -- Reverse Proxy for El Cid
# Dockerfile Reverse Proxy for El Cid

# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
Expand All @@ -22,4 +22,4 @@ ADD ./docker/image/reverseproxy/entrypoint /usr/local/bin/entrypoint
ENTRYPOINT ["/usr/local/bin/entrypoint"]
CMD ["haproxy","-db","-f","/etc/haproxy/haproxy.cfg"]

# End of file
# End of file `Dockerfile'
16 changes: 9 additions & 7 deletions docker/image/reverseproxy/haproxy.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
### haproxy.cfg -- Reverse Proxy Configuration
# haproxy.cfg Reverse Proxy Configuration

# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid
# This file is part of El Cid.
#
# Copyright © 2018 Michaël Le Barbier
#
# This file must be used under the terms of the MIT license.
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
# This source file is licensed as described in the file LICENSE, which
# you should have received as part of this distribution. The terms
# are also available at
# https://opensource.org/licenses/MIT
# are also available at https://opensource.org/licenses/MIT

# Forward to a different web server based on URI
# https://serverfault.com/questions/127491/haproxy-forward-to-a-different-web-server-based-on-uri
Expand Down Expand Up @@ -70,3 +70,5 @@ backend trac_server

backend no_server
http-request deny deny_status 400

# End of file `haproxy.cfg'
6 changes: 3 additions & 3 deletions docker/image/trac/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Dockerfile -- Trac System for El Cid
# Dockerfile Trac System for El Cid

# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
Expand All @@ -22,4 +22,4 @@ ADD ./docker/image/trac/entrypoint /usr/local/bin/entrypoint
ENTRYPOINT ["/usr/local/bin/entrypoint"]
VOLUME ["/var/git","/var/www","/var/trac"]

# End of file
# End of file `Dockerfile'
1 change: 1 addition & 0 deletions libexec/lisp/development.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
#p"src"
#p"subr"
#p"support"
#p"testsuite"
#p"tool"
#p"operation"
#p"development"
Expand Down
2 changes: 1 addition & 1 deletion src/poc.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down
16 changes: 8 additions & 8 deletions subr/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
### Makefile -- Shell Standard Library
# Makefile Shell Standard Library

# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid
# This file is part of El Cid.
#
# Copyright © 2018 Michaël Le Barbier
#
# This file must be used under the terms of the MIT license.
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
# This source file is licensed as described in the file LICENSE, which
# you should have received as part of this distribution. The terms
# are also available at
# https://opensource.org/licenses/MIT
# are also available at https://opensource.org/licenses/MIT

PACKAGE= subr

Expand All @@ -24,4 +24,4 @@ LIBRARY+= trac.sh

.include "shell.lib.mk"

### End of file `Makefile'
# End of file `Makefile'
18 changes: 9 additions & 9 deletions subr/Makefile.config.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
### @autoconf_input@
# Makefile.config.in — Configuration for Makefile

# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid
# This file is part of El Cid.
#
# Copyright © 2017 Michaël Le Barbier
#
# This file must be used under the terms of the CeCILL-B.
# This source file is licensed as described in the file COPYING, which
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
# This source file is licensed as described in the file LICENSE, which
# you should have received as part of this distribution. The terms
# are also available at
# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt
# are also available at https://opensource.org/licenses/MIT

prefix?= @prefix@
exec_prefix?= @exec_prefix@
Expand Down Expand Up @@ -39,4 +39,4 @@ REPLACESUBST= ${STDREPLACESUBST}
# mode: makefile
# End:

### End of file `Makefile.config.in'
# End of file `Makefile.config.in'
2 changes: 1 addition & 1 deletion subr/autoconf.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
Expand Down
18 changes: 9 additions & 9 deletions subr/configure.ac
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
### @autoconf_input@
# configure.ac — Source for Configure Subroutines

# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid
# This file is part of El Cid.
#
# Copyright © 2018 Michaël Le Barbier
#
# This file must be used under the terms of the CeCILL-B.
# This source file is licensed as described in the file COPYING, which
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
# This source file is licensed as described in the file LICENSE, which
# you should have received as part of this distribution. The terms
# are also available at
# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt
# are also available at https://opensource.org/licenses/MIT

AC_INIT([stdlib.sh])
AC_CONFIG_FILES([autoconf.sh])
Expand All @@ -32,4 +32,4 @@ AC_OUTPUT

AC_OUTPUT

### End of file `configure.ac'
# End of file `configure.ac'
5 changes: 3 additions & 2 deletions support/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Makefile — El Cid tools

# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid
# This file is part of El Cid.
#
# Copyright © 2018 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
# This source file is licensed as described in the file LICENSE, which
Expand Down
2 changes: 1 addition & 1 deletion support/Makefile.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion support/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# El Cid (https://github.com/melusina-org/cid)
# This file is part of El Cid.
#
# Copyright © 2015–2023 Michaël Le Barbier
# Copyright © 2015–2024 Michaël Le Barbier
# All rights reserved.

# This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/entry-point.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/poc.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/project.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/resource.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/steward.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/stewards/docker-engine.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/stewards/property-list.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/stewards/simulator.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tenant.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion testsuite/utilities.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;;; El Cid (https://github.com/melusina-org/cid)
;;;; This file is part of El Cid.
;;;;
;;;; Copyright © 2015–2023 Michaël Le Barbier
;;;; Copyright © 2015–2024 Michaël Le Barbier
;;;; All rights reserved.

;;;; This file must be used under the terms of the MIT License.
Expand Down

0 comments on commit 14601a7

Please sign in to comment.