diff options
-rw-r--r-- | src/ghdldrv/ghdllib.adb | 2 | ||||
-rw-r--r-- | src/ghdldrv/ghdllib.ads | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdllib.adb b/src/ghdldrv/ghdllib.adb index a96877968..653bf3683 100644 --- a/src/ghdldrv/ghdllib.adb +++ b/src/ghdldrv/ghdllib.adb @@ -1,4 +1,4 @@ --- GHDL driver for synthesis +-- GHDL driver for libraries commands -- Copyright (C) 2016 Tristan Gingold -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/ghdldrv/ghdllib.ads b/src/ghdldrv/ghdllib.ads index 9544625e1..9ddbb7f6e 100644 --- a/src/ghdldrv/ghdllib.ads +++ b/src/ghdldrv/ghdllib.ads @@ -1,4 +1,4 @@ --- GHDL driver for synthesis +-- GHDL driver for libraries commands -- Copyright (C) 2016 Tristan Gingold -- -- This program is free software: you can redistribute it and/or modify |