Skip to content

Commit a9ec9f3

Browse files
author
Luis Costero
committed
Updated banner on makefiles and Readme
1 parent b798241 commit a9ec9f3

File tree

28 files changed

+790
-134
lines changed

28 files changed

+790
-134
lines changed

Makefile

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# This file is part of 3D-ICE, version 3.0.0 . #
2+
# This file is part of 3D-ICE, version 3.1.0 . #
33
# #
44
# 3D-ICE is free software: you can redistribute it and/or modify it under #
55
# the terms of the GNU General Public License as published by the Free #
@@ -14,26 +14,26 @@
1414
# You should have received a copy of the GNU General Public License along #
1515
# with 3D-ICE. If not, see <http://www.gnu.org/licenses/>. #
1616
# #
17-
# Copyright (C) 2010 #
17+
# Copyright (C) 2021 #
1818
# Embedded Systems Laboratory - Ecole Polytechnique Federale de Lausanne #
1919
# All Rights Reserved. #
2020
# #
21-
# Authors: Arvind Sridhar #
22-
# Alessandro Vincenzi #
23-
# Giseong Bak #
24-
# Martino Ruggiero #
25-
# Thomas Brunschwiler #
21+
# Authors: Arvind Sridhar Alessandro Vincenzi #
22+
# Giseong Bak Martino Ruggiero #
23+
# Thomas Brunschwiler Eder Zulian #
24+
# Federico Terraneo Darong Huang #
25+
# Luis Costero Marina Zapater #
2626
# David Atienza #
2727
# #
2828
# For any comment, suggestion or request about 3D-ICE, please register and #
2929
# write to the mailing list (see http://listes.epfl.ch/doc.cgi?liste=3d-ice) #
3030
# Any usage of 3D-ICE for research, commercial or other purposes must be #
3131
# properly acknowledged in the resulting products or publications. #
3232
# #
33-
# EPFL-STI-IEL-ESL #
34-
# Batiment ELG, ELG 130 Mail : [email protected] #
35-
# Station 11 (SUBSCRIPTION IS NECESSARY) #
36-
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice.html #
33+
# EPFL-STI-IEL-ESL Mail : [email protected] #
34+
# Batiment ELG, ELG 130 (SUBSCRIPTION IS NECESSARY) #
35+
# Station 11 #
36+
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice #
3737
##############################################################################
3838

3939
3DICE_MAIN = .

README

+13-16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# This file is part of 3D-ICE, version 3.0.0 . #
2+
# This file is part of 3D-ICE, version 3.1.0 . #
33
# #
44
# 3D-ICE is free software: you can redistribute it and/or modify it under #
55
# the terms of the GNU General Public License as published by the Free #
@@ -14,29 +14,26 @@
1414
# You should have received a copy of the GNU General Public License along #
1515
# with 3D-ICE. If not, see <http://www.gnu.org/licenses/>. #
1616
# #
17-
# Copyright (C) 2010 #
17+
# Copyright (C) 2021 #
1818
# Embedded Systems Laboratory - Ecole Polytechnique Federale de Lausanne #
1919
# All Rights Reserved. #
2020
# #
21-
# Authors: Arvind Sridhar #
22-
# Alessandro Vincenzi #
23-
# Giseong Bak #
24-
# Martino Ruggiero #
25-
# Thomas Brunschwiler #
21+
# Authors: Arvind Sridhar Alessandro Vincenzi #
22+
# Giseong Bak Martino Ruggiero #
23+
# Thomas Brunschwiler Eder Zulian #
24+
# Federico Terraneo Darong Huang #
25+
# Luis Costero Marina Zapater #
2626
# David Atienza #
2727
# #
28-
# Add-on contributors: #
29-
# SystemC Wrapper #
30-
# Eder Zulian #
31-
# Matthias Jung #
32-
# #
3328
# For any comment, suggestion or request about 3D-ICE, please register and #
3429
# write to the mailing list (see http://listes.epfl.ch/doc.cgi?liste=3d-ice) #
30+
# Any usage of 3D-ICE for research, commercial or other purposes must be #
31+
# properly acknowledged in the resulting products or publications. #
3532
# #
36-
# EPFL-STI-IEL-ESL #
37-
# Batiment ELG, ELG 130 Mail : [email protected] #
38-
# Station 11 (SUBSCRIPTION IS NECESSARY) #
39-
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice.html #
33+
# EPFL-STI-IEL-ESL Mail : [email protected] #
34+
# Batiment ELG, ELG 130 (SUBSCRIPTION IS NECESSARY) #
35+
# Station 11 #
36+
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice #
4037
##############################################################################
4138

4239
##############################################################################

bin/Makefile

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# This file is part of 3D-ICE, version 3.0.0 . #
2+
# This file is part of 3D-ICE, version 3.1.0 . #
33
# #
44
# 3D-ICE is free software: you can redistribute it and/or modify it under #
55
# the terms of the GNU General Public License as published by the Free #
@@ -14,26 +14,26 @@
1414
# You should have received a copy of the GNU General Public License along #
1515
# with 3D-ICE. If not, see <http://www.gnu.org/licenses/>. #
1616
# #
17-
# Copyright (C) 2010 #
17+
# Copyright (C) 2021 #
1818
# Embedded Systems Laboratory - Ecole Polytechnique Federale de Lausanne #
1919
# All Rights Reserved. #
2020
# #
21-
# Authors: Arvind Sridhar #
22-
# Alessandro Vincenzi #
23-
# Giseong Bak #
24-
# Martino Ruggiero #
25-
# Thomas Brunschwiler #
21+
# Authors: Arvind Sridhar Alessandro Vincenzi #
22+
# Giseong Bak Martino Ruggiero #
23+
# Thomas Brunschwiler Eder Zulian #
24+
# Federico Terraneo Darong Huang #
25+
# Luis Costero Marina Zapater #
2626
# David Atienza #
2727
# #
2828
# For any comment, suggestion or request about 3D-ICE, please register and #
2929
# write to the mailing list (see http://listes.epfl.ch/doc.cgi?liste=3d-ice) #
3030
# Any usage of 3D-ICE for research, commercial or other purposes must be #
3131
# properly acknowledged in the resulting products or publications. #
3232
# #
33-
# EPFL-STI-IEL-ESL #
34-
# Batiment ELG, ELG 130 Mail : [email protected] #
35-
# Station 11 (SUBSCRIPTION IS NECESSARY) #
36-
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice.html #
33+
# EPFL-STI-IEL-ESL Mail : [email protected] #
34+
# Batiment ELG, ELG 130 (SUBSCRIPTION IS NECESSARY) #
35+
# Station 11 #
36+
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice #
3737
##############################################################################
3838

3939
3DICE_MAIN = ..

bison/Makefile

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# This file is part of 3D-ICE, version 3.0.0 . #
2+
# This file is part of 3D-ICE, version 3.1.0 . #
33
# #
44
# 3D-ICE is free software: you can redistribute it and/or modify it under #
55
# the terms of the GNU General Public License as published by the Free #
@@ -14,26 +14,26 @@
1414
# You should have received a copy of the GNU General Public License along #
1515
# with 3D-ICE. If not, see <http://www.gnu.org/licenses/>. #
1616
# #
17-
# Copyright (C) 2010 #
17+
# Copyright (C) 2021 #
1818
# Embedded Systems Laboratory - Ecole Polytechnique Federale de Lausanne #
1919
# All Rights Reserved. #
2020
# #
21-
# Authors: Arvind Sridhar #
22-
# Alessandro Vincenzi #
23-
# Giseong Bak #
24-
# Martino Ruggiero #
25-
# Thomas Brunschwiler #
21+
# Authors: Arvind Sridhar Alessandro Vincenzi #
22+
# Giseong Bak Martino Ruggiero #
23+
# Thomas Brunschwiler Eder Zulian #
24+
# Federico Terraneo Darong Huang #
25+
# Luis Costero Marina Zapater #
2626
# David Atienza #
2727
# #
2828
# For any comment, suggestion or request about 3D-ICE, please register and #
2929
# write to the mailing list (see http://listes.epfl.ch/doc.cgi?liste=3d-ice) #
3030
# Any usage of 3D-ICE for research, commercial or other purposes must be #
3131
# properly acknowledged in the resulting products or publications. #
3232
# #
33-
# EPFL-STI-IEL-ESL #
34-
# Batiment ELG, ELG 130 Mail : [email protected] #
35-
# Station 11 (SUBSCRIPTION IS NECESSARY) #
36-
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice.html #
33+
# EPFL-STI-IEL-ESL Mail : [email protected] #
34+
# Batiment ELG, ELG 130 (SUBSCRIPTION IS NECESSARY) #
35+
# Station 11 #
36+
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice #
3737
##############################################################################
3838

3939
3DICE_MAIN = ..

doc/Makefile

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# This file is part of 3D-ICE, version 3.0.0 . #
2+
# This file is part of 3D-ICE, version 3.1.0 . #
33
# #
44
# 3D-ICE is free software: you can redistribute it and/or modify it under #
55
# the terms of the GNU General Public License as published by the Free #
@@ -14,26 +14,26 @@
1414
# You should have received a copy of the GNU General Public License along #
1515
# with 3D-ICE. If not, see <http://www.gnu.org/licenses/>. #
1616
# #
17-
# Copyright (C) 2010 #
17+
# Copyright (C) 2021 #
1818
# Embedded Systems Laboratory - Ecole Polytechnique Federale de Lausanne #
1919
# All Rights Reserved. #
2020
# #
21-
# Authors: Arvind Sridhar #
22-
# Alessandro Vincenzi #
23-
# Giseong Bak #
24-
# Martino Ruggiero #
25-
# Thomas Brunschwiler #
21+
# Authors: Arvind Sridhar Alessandro Vincenzi #
22+
# Giseong Bak Martino Ruggiero #
23+
# Thomas Brunschwiler Eder Zulian #
24+
# Federico Terraneo Darong Huang #
25+
# Luis Costero Marina Zapater #
2626
# David Atienza #
2727
# #
2828
# For any comment, suggestion or request about 3D-ICE, please register and #
2929
# write to the mailing list (see http://listes.epfl.ch/doc.cgi?liste=3d-ice) #
3030
# Any usage of 3D-ICE for research, commercial or other purposes must be #
3131
# properly acknowledged in the resulting products or publications. #
3232
# #
33-
# EPFL-STI-IEL-ESL #
34-
# Batiment ELG, ELG 130 Mail : [email protected] #
35-
# Station 11 (SUBSCRIPTION IS NECESSARY) #
36-
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice.html #
33+
# EPFL-STI-IEL-ESL Mail : [email protected] #
34+
# Batiment ELG, ELG 130 (SUBSCRIPTION IS NECESSARY) #
35+
# Station 11 #
36+
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice #
3737
##############################################################################
3838

3939

flex/Makefile

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##############################################################################
2-
# This file is part of 3D-ICE, version 3.0.0 . #
2+
# This file is part of 3D-ICE, version 3.1.0 . #
33
# #
44
# 3D-ICE is free software: you can redistribute it and/or modify it under #
55
# the terms of the GNU General Public License as published by the Free #
@@ -14,26 +14,26 @@
1414
# You should have received a copy of the GNU General Public License along #
1515
# with 3D-ICE. If not, see <http://www.gnu.org/licenses/>. #
1616
# #
17-
# Copyright (C) 2010 #
17+
# Copyright (C) 2021 #
1818
# Embedded Systems Laboratory - Ecole Polytechnique Federale de Lausanne #
1919
# All Rights Reserved. #
2020
# #
21-
# Authors: Arvind Sridhar #
22-
# Alessandro Vincenzi #
23-
# Giseong Bak #
24-
# Martino Ruggiero #
25-
# Thomas Brunschwiler #
21+
# Authors: Arvind Sridhar Alessandro Vincenzi #
22+
# Giseong Bak Martino Ruggiero #
23+
# Thomas Brunschwiler Eder Zulian #
24+
# Federico Terraneo Darong Huang #
25+
# Luis Costero Marina Zapater #
2626
# David Atienza #
2727
# #
2828
# For any comment, suggestion or request about 3D-ICE, please register and #
2929
# write to the mailing list (see http://listes.epfl.ch/doc.cgi?liste=3d-ice) #
3030
# Any usage of 3D-ICE for research, commercial or other purposes must be #
3131
# properly acknowledged in the resulting products or publications. #
3232
# #
33-
# EPFL-STI-IEL-ESL #
34-
# Batiment ELG, ELG 130 Mail : [email protected] #
35-
# Station 11 (SUBSCRIPTION IS NECESSARY) #
36-
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice.html #
33+
# EPFL-STI-IEL-ESL Mail : [email protected] #
34+
# Batiment ELG, ELG 130 (SUBSCRIPTION IS NECESSARY) #
35+
# Station 11 #
36+
# 1015 Lausanne, Switzerland Url : http://esl.epfl.ch/3d-ice #
3737
##############################################################################
3838

3939
3DICE_MAIN = ..

0 commit comments

Comments
 (0)