OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [perl_gui/] [lib/] [perl/] [readme_gen.pl] - Diff between revs 34 and 45

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 34 Rev 45
Line 1... Line 1...
#! /usr/bin/perl -w
#! /usr/bin/perl -w
 
 
use Time::Piece;
 
 
 
sub get_license_header {
sub get_license_header {
        my $file_name=shift;
        my $file_name=shift;
my $t = Time::Piece->new();
 
my $year=$t->year;
 
        my $head="
        my $head="
/**********************************************************************
/**********************************************************************
**      File: $file_name
**      File: $file_name
**
**
**      Copyright (C) 2014-$year  Alireza Monemi
**      Copyright (C) 2014-$ProNOC::END_YEAR  Alireza Monemi
**
**
**      This file is part of ProNoC $ProNOC::VERSION
**      This file is part of ProNoC $ProNOC::VERSION
**
**
**      ProNoC ( stands for Prototype Network-on-chip)  is free software:
**      ProNoC ( stands for Prototype Network-on-chip)  is free software:
**      you can redistribute it and/or modify it under the terms of the GNU
**      you can redistribute it and/or modify it under the terms of the GNU
Line 52... Line 51...
sub perl_file_header {
sub perl_file_header {
        my $file_name=shift;
        my $file_name=shift;
my $head="#######################################################################
my $head="#######################################################################
##      File: $file_name
##      File: $file_name
##
##
##      Copyright (C) 2014-2016  Alireza Monemi
##      Copyright (C) 2014-$ProNOC::END_YEAR  Alireza Monemi
##
##
##      This file is part of ProNoC $ProNOC::VERSION
##      This file is part of ProNoC $ProNOC::VERSION
##
##
##      WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT
##      WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT
##      MAY CAUSE UNEXPECTED BEHAIVOR.
##      MAY CAUSE UNEXPECTED BEHAIVOR.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.