Skip to content
Snippets Groups Projects
Commit 291306c4 authored by dgelessus's avatar dgelessus
Browse files

Update version and author info

parent b8963c1d
No related branches found
No related tags found
No related merge requests found
This file contains the name of all copyright holders. This file contains the name of all copyright holders.
Etienne M. Gagnon <etienne.gagnon@uqam.ca> Etienne M. Gagnon <egagnon@j-meg.com>
Ben Menking <bmenking@bigfoot.com> Ben Menking <bmenking@bigfoot.com>
Mariusz Nowostawski <mariusz@marni.otago.ac.nz> Mariusz Nowostawski <mariusz@marni.otago.ac.nz>
Komivi Kevin Agbakpem <agbakpem.komivi@courrier.uqam.ca> Komivi Kevin Agbakpem <kevin.agbakpem@gmail.com>
Kis Gergely <kisg@inf.bme.hu> Kis Gergely <kisg@inf.bme.hu>
Benne Otten <benneotten@gmail.com>
SableCC, an object-oriented compiler framework. SableCC, an object-oriented compiler framework.
Copyright (C) 1997-2003 Etienne M. Gagnon <etienne.gagnon@uqam.ca> and Copyright (C) 1997-2012 Etienne M. Gagnon <egagnon@j-meg.com>,
others. All rights reserved. 2009-2024 HHU Düsseldorf STUPS Group, and others. All rights reserved.
See the file "AUTHORS" for the name of all copyright holders. See the file "AUTHORS" for the name of all copyright holders.
......
SableCC 3.2 - STUPS version SableCC 3 - STUPS version
=== ===
[![Build Status](https://travis-ci.org/bendisposto/sablecc-stups.svg)](https://travis-ci.org/bendisposto/sablecc-stups) [![Build Status](https://travis-ci.org/bendisposto/sablecc-stups.svg)](https://travis-ci.org/bendisposto/sablecc-stups)
This work is based on SableCC 3.2 by Etienne Gagnon. This work is based on SableCC 3.6 by Etienne Gagnon and others.
Our version of SableCC enriches the abstract syntax tree with information about tokens. Our version of SableCC enriches the abstract syntax tree with information about tokens.
Contributors to the extension of SableCC are: Contributors to the extension of SableCC are:
...@@ -11,8 +11,13 @@ Contributors to the extension of SableCC are: ...@@ -11,8 +11,13 @@ Contributors to the extension of SableCC are:
- Fabian Fritz - Fabian Fritz
- Marc Büngener - Marc Büngener
- Jens Bendisposto - Jens Bendisposto
- Joy Clark
- Sebastian Krings
- Domnink Hansen
- Michael Leuschel
- D. Geleßus
The authors of the SableCC version this work is based on are listed in the AUTHORS file. The authors of the original SableCC version this work is based on are listed in the AUTHORS file.
This program is distributed in the hope that it will be useful, but This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of WITHOUT ANY WARRANTY; without even the implied warranty of
......
...@@ -36,11 +36,9 @@ public class SableCC { ...@@ -36,11 +36,9 @@ public class SableCC {
private static void displayCopyright() { private static void displayCopyright() {
System.out.println(); System.out.println();
System.out.println("SableCC version " + Version.VERSION System.out.println("SableCC STUPS version " + Version.VERSION);
+ " HHU Version"); System.out.println("Copyright (C) 1997-2012 Etienne M. Gagnon <egagnon@j-meg.com>,");
System.out System.out.println("2009-2024 HHU Düsseldorf STUPS Group, and others. All rights reserved.");
.println("Copyright (C) 1997-2003 Etienne M. Gagnon <etienne.gagnon@uqam.ca> and");
System.out.println("others. All rights reserved.");
System.out.println(); System.out.println();
System.out System.out
.println("This software comes with ABSOLUTELY NO WARRANTY. This is free software,"); .println("This software comes with ABSOLUTELY NO WARRANTY. This is free software,");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment