Skip to content

Commit 3133a6e

Browse files
committed
Update Copyright year
1 parent cb7a29e commit 3133a6e

15 files changed

+15
-15
lines changed

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 - 2018 MantisBT Team - [email protected]
2+
Copyright (c) 2012 - 2021 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Snippets plugin for MantisBT
22

33
Copyright (c) 2010 - 2012 John Reese - http://noswap.com
4-
Copyright (c) 2012 - 2018 MantisBT Team - [email protected]
4+
Copyright (c) 2012 - 2021 MantisBT Team - [email protected]
55

66
Released under the [MIT license](http://opensource.org/licenses/MIT)
77

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 - 2018 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2021 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

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

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 - 2018 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2021 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
class SnippetsPlugin extends MantisPlugin {

files/snippets.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2010 - 2012 John Reese
3-
* Copyright (c) 2012 - 2018 MantisBT Team - [email protected]
3+
* Copyright (c) 2012 - 2021 MantisBT Team - [email protected]
44
* Licensed under the MIT license
55
*/
66

files/snippets.js

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 - 2018 MantisBT Team - [email protected]
2+
// Copyright (c) 2012 - 2021 MantisBT Team - [email protected]
33
// Licensed under the MIT license
44

55
jQuery(document).ready(function($) {

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 - 2018 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2021 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
$s_plugin_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 - 2018 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2021 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
$s_plugin_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 - 2018 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2021 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
$s_plugin_Snippets_ = '';

lang/strings_spanish.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 - 2018 MantisBT Team - [email protected]
4+
# Copyright (c) 2012 - 2021 MantisBT Team - [email protected]
55
# Licensed under the MIT license
66

77
$s_plugin_Snippets_ = '';

0 commit comments

Comments
 (0)