Skip to content

Commit

Permalink
Update copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Jul 20, 2016
1 parent fa54f5f commit 12703ae
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-2015. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
$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-2015. Parallels IP Holdings GmbH. All Rights Reserved. -->
<!-- Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved. -->
<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-2015. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
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-2015. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
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-2015. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
$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-2015. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
?>
<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-2015. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved.
?>
<?php echo $this->form; ?>

0 comments on commit 12703ae

Please sign in to comment.