Skip to content

Commit

Permalink
Update copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Mar 15, 2017
1 parent 12703ae commit 4abd476
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion htdocs/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2017. Parallels IP Holdings GmbH.
$application = new pm_Application();
$application->run();
2 changes: 1 addition & 1 deletion meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved. -->
<!-- Copyright 1999-2017. Parallels IP Holdings GmbH. -->
<module>
<id>nat</id>
<name>NAT Manager</name>
Expand Down
2 changes: 1 addition & 1 deletion plib/controllers/IndexController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2017. Parallels IP Holdings GmbH.
class IndexController extends pm_Controller_Action
{

Expand Down
2 changes: 1 addition & 1 deletion plib/library/NatManager.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2017. Parallels IP Holdings GmbH.
class Modules_Nat_NatManager
{

Expand Down
2 changes: 1 addition & 1 deletion plib/resources/locales/en-US.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2017. Parallels IP Holdings GmbH.
$messages = array(
'indexPageTitle' => 'NAT Manager',
'indexPageHint' => 'Select IP address and define public to private IP translation. In order to propagate changes to DNS zones of existing domains need to sync these zones with DNS zone template.',
Expand Down
2 changes: 1 addition & 1 deletion plib/views/scripts/index/index.phtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2017. Parallels IP Holdings GmbH.
?>
<p><?php echo $this->pageHint; ?></p>
<?php echo $this->renderList($this->list); ?>
2 changes: 1 addition & 1 deletion plib/views/scripts/index/update-address.phtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2017. Parallels IP Holdings GmbH.
?>
<?php echo $this->form; ?>

0 comments on commit 4abd476

Please sign in to comment.