diff options
| -rw-r--r-- | comfignat.gpr.gp | 4 | ||||
| -rw-r--r-- | comfignat.mk | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/comfignat.gpr.gp b/comfignat.gpr.gp index b27e460..132947c 100644 --- a/comfignat.gpr.gp +++ b/comfignat.gpr.gp @@ -1,5 +1,5 @@  -- Comfignat configuration variables for GNAT project files --- Copyright 2013 B. Persson, Bjorn@Rombobeorn.se +-- Copyright 2013 - 2014 B. Persson, Bjorn@Rombobeorn.se  --  -- This material is provided as is, with absolutely no warranty expressed  -- or implied. Any use is at your own risk. @@ -11,7 +11,7 @@  -- modified is included with the above copyright notice. --- This file is part of Comfignat 1.2 – common, convenient, command-line- +-- This file is part of Comfignat 1.3 – common, convenient, command-line-  -- controlled compile-time configuration of software built with the GNAT tools.  -- For information about Comfignat, see http://www.Rombobeorn.se/Comfignat/. diff --git a/comfignat.mk b/comfignat.mk index 18fd9a3..ea16397 100644 --- a/comfignat.mk +++ b/comfignat.mk @@ -1,5 +1,5 @@  # Comfignat makefile foundation for configuring and building GNAT projects -# Copyright 2013 B. Persson, Bjorn@Rombobeorn.se +# Copyright 2013 - 2014 B. Persson, Bjorn@Rombobeorn.se  #  # This material is provided as is, with absolutely no warranty expressed  # or implied. Any use is at your own risk. @@ -11,7 +11,7 @@  # modified is included with the above copyright notice. -# This file is part of Comfignat 1.2 – common, convenient, command-line- +# This file is part of Comfignat 1.3 – common, convenient, command-line-  # controlled compile-time configuration of software built with the GNAT tools.  # For information about Comfignat, see http://www.Rombobeorn.se/Comfignat/. |