Skip to content

Commit

Permalink
chore: update year (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardolauryel authored Jan 31, 2023
1 parent 6107ea6 commit 6747df9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MEICAN: Management Environment of Inter-domain Circuits for Advanced Networks
The MEICAN is a free software. It is released under the terms of the following
BSD2 License.

Copyright (c) 2012-2022 RNP (https://www.rnp.br/)
Copyright (c) 2012-2023 RNP (https://www.rnp.br/)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ Look [this document](https://github.com/ufrgs-hyman/meican/blob/master/docs/guid

## LICENSE

Copyright (c) 2012-2022 by [RNP](https://www.rnp.br).
Copyright (c) 2012-2023 by [RNP](https://www.rnp.br).
All rights reserved. MEICAN is released under of the BSD2 License. For more information see [LICENSE](https://github.com/ufrgs-hyman/meican/blob/master/LICENSE.md).
2 changes: 1 addition & 1 deletion config/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
$config = [
'id' => 'meican',
'name'=>'MEICAN - Management Environment of Inter-domain Circuits for Advanced Networks',
'version' => '3.5.1',
'version' => '3.5.2',
'basePath' => dirname(__DIR__),
'bootstrap' => ['log','session',
'notify',
Expand Down
2 changes: 1 addition & 1 deletion modules/base/views/layouts/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<div class="pull-right hidden-xs">
Version <b><?= Yii::$app->version; ?></b>
</div>
<strong>&copy; 2022 <a href="https://www.rnp.br" target="_blank">RNP</a></strong>
<strong>&copy; 2023 <a href="https://www.rnp.br" target="_blank">RNP</a></strong>
</footer>

</div>
Expand Down
2 changes: 1 addition & 1 deletion modules/base/views/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
Version <b><?= Yii::$app->version; ?></b>
</div>
<!-- Default to the left -->
<strong>&copy; 2022 <a href="http://www.rnp.br" target="_blank">RNP</a></strong>
<strong>&copy; 2023 <a href="http://www.rnp.br" target="_blank">RNP</a></strong>
</footer>
<?php endif; ?>

Expand Down
2 changes: 1 addition & 1 deletion modules/circuits/assets/connection/public/view.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @copyright Copyright (c) 2022 RNP
* @copyright Copyright (c) 2023 RNP
* @license http://github.com/ufrgs-hyman/meican#license
* @author Mauricio Quatrin Guerreiro
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @copyright Copyright (c) 2022 RNP
* @copyright Copyright (c) 2023 RNP
* @license http://github.com/ufrgs-hyman/meican#license
* @author Maurício Quatrin Guerreiro
*/
Expand Down
4 changes: 2 additions & 2 deletions modules/topology/assets/viewer/map/meican-lmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* A DCN topology viewer based on Leaflet Javascript library.
*
* @copyright Copyright (c) 2022 RNP
* @copyright Copyright (c) 2023 RNP
* @license http://github.com/ufrgs-hyman/meican#license
* @author Mauricio Quatrin Guerreiro
*/
Expand Down Expand Up @@ -814,7 +814,7 @@ LMap.prototype.setType = function(mapType) {
break;
case "osm3" :
L.tileLayer('https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png', {
attribution: 'MEICAN Project | UFRGS | Map data &copy; 2022 <a href="http://www.rnp.br">RNP</a>',
attribution: 'MEICAN Project | UFRGS | Map data &copy; 2023 <a href="http://www.rnp.br">RNP</a>',
maxZoom: 18,
minZoom: 2,
subdomains: ['a','b','c']
Expand Down
2 changes: 1 addition & 1 deletion modules/topology/views/domain/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (c) 2012-2022 RNP
* @copyright Copyright (c) 2012-2023 RNP
* @license http://github.com/ufrgs-hyman/meican#license
*/

Expand Down

0 comments on commit 6747df9

Please sign in to comment.