Skip to content

Commit 7dd31f3

Browse files
committed
Update copyright year
1 parent a07ae88 commit 7dd31f3

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

Snippets/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2010 - 2012 John Reese
2-
Copyright (c) 2012 - 2014 MantisBT Team - [email protected]
2+
Copyright (c) 2012 - 2016 MantisBT Team - [email protected]
33

44
Permission is hereby granted, free of charge, to any person
55
obtaining a copy of this software and associated documentation

Snippets/Snippets.API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
# Copyright (c) 2010 - 2012 John Reese
4-
# Copyright (c) 2012 - 2014 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2016 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
define( 'PLACEHOLDER_USER', '{user}' );

Snippets/Snippets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
# Copyright (c) 2010 - 2012 John Reese
4-
# Copyright (c) 2012 - 2014 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2016 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
class SnippetsPlugin extends MantisPlugin {

Snippets/lang/strings_english.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
# Copyright (c) 2010 - 2012 John Reese
4-
# Copyright (c) 2012 - 2014 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2016 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
$s_plugin_Snippets_ = '';

Snippets/lang/strings_french.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
# Copyright (c) 2010 - 2012 John Reese
4-
# Copyright (c) 2012 - 2014 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2016 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
$s_plugin_Snippets_ = '';

Snippets/lang/strings_german.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
# Copyright (c) 2010 - 2012 John Reese
4-
# Copyright (c) 2012 - 2014 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2016 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
$s_plugin_Snippets_ = '';

Snippets/pages/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
# Copyright (c) 2010 - 2012 John Reese
4-
# Copyright (c) 2012 - 2014 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2016 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
form_security_validate("plugin_Snippets_config");

Snippets/pages/config_page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
# Copyright (c) 2010 - 2012 John Reese
4-
# Copyright (c) 2012 - 2014 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2016 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
access_ensure_global_level(config_get("manage_plugin_threshold"));

Snippets/pages/snippet_create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
# Copyright (c) 2010 - 2012 John Reese
4-
# Copyright (c) 2012 - 2014 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2016 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
form_security_validate("plugin_snippets_create");

Snippets/pages/snippet_list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
# Copyright (c) 2010 - 2012 John Reese
4-
# Copyright (c) 2012 - 2014 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2016 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
$global = gpc_get_bool("global", false);

0 commit comments

Comments
 (0)