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 22, 2015
1 parent b00c0d0 commit df5d0be
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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-2014. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2015. Parallels IP Holdings GmbH. All Rights Reserved.
$application = new pm_Application();
$application->run();
4 changes: 2 additions & 2 deletions meta.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved. -->
<!-- Copyright 1999-2015. Parallels IP Holdings GmbH. All Rights Reserved. -->
<module>
<id>nat</id>
<name>NAT Manager</name>
<description>Plugin provides an ability to manage public/private IP addresses for proper working behind NAT.</description>
<version>1.1</version>
<release>0</release>
<release>1</release>
<vendor>Parallels</vendor>
<plesk_min_version>12.0.18</plesk_min_version>
</module>
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-2014. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2015. 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-2014. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2015. 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-2014. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2015. 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-2014. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2015. 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-2014. Parallels IP Holdings GmbH. All Rights Reserved.
// Copyright 1999-2015. Parallels IP Holdings GmbH. All Rights Reserved.
?>
<?php echo $this->form; ?>

0 comments on commit df5d0be

Please sign in to comment.