Skip to content

Commit c525e7d

Browse files
committed
Update copyrights
1 parent 5758b90 commit c525e7d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+63
-63
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010 John Reese
1+
Copyright (c) 2012 John Reese
22

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

README.md

+1-1

Source/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010 John Reese
1+
Copyright (c) 2012 John Reese
22

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

Source/MantisSourcePlugin.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
/**

Source/Source.API.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
require_once( 'MantisSourcePlugin.class.php' );

Source/Source.FilterAPI.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
define( 'SOURCE_ANY', 0 );

Source/Source.ViewAPI.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
/**

Source/Source.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
require_once( config_get_global( 'class_path' ) . 'MantisPlugin.class.php' );

Source/SourceIntegration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
final class SourceIntegrationPlugin extends MantisPlugin {

Source/classes/RelatedChangesetsColumn.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
class SourceRelatedChangesetsColumn extends MantisColumn {

Source/files/search.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010 John Reese
2+
* Copyright (c) 2012 John Reese
33
* Licensed under the MIT license
44
*/
55

Source/lang/strings_english.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
$s_plugin_Source_ = '';

Source/lang/strings_french.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Translation by Olivier Sannier
55
# Licensed under the MIT license
66

Source/lang/strings_german.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
$s_plugin_Source_ = '';

Source/pages/attach.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
form_security_validate( 'plugin_Source_attach' );

Source/pages/checkin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
$t_address = $_SERVER['REMOTE_ADDR'];

Source/pages/detach.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
form_security_validate( 'plugin_Source_detach' );

Source/pages/edit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
form_security_validate( 'plugin_Source_edit' );

Source/pages/edit_page.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
access_ensure_global_level( plugin_config_get( 'update_threshold' ) );

Source/pages/import.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
$t_address = $_SERVER['REMOTE_ADDR'];

Source/pages/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
access_ensure_global_level( plugin_config_get( 'view_threshold' ) );

Source/pages/list.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
require_once( config_get( 'plugin_path' ) . 'Source/Source.ViewAPI.php' );

Source/pages/manage_config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
form_security_validate( 'plugin_Source_manage_config' );

Source/pages/manage_config_page.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
auth_reauthenticate();

Source/pages/repo_create.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
form_security_validate( 'plugin_Source_repo_create' );

Source/pages/repo_delete.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
form_security_validate( 'plugin_Source_repo_delete' );

Source/pages/repo_import_full.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
form_security_validate( 'plugin_Source_repo_import_full' );

Source/pages/repo_import_latest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
helper_begin_long_process();

Source/pages/repo_manage_page.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
access_ensure_global_level( plugin_config_get( 'manage_threshold' ) );

Source/pages/repo_update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
form_security_validate( 'plugin_Source_repo_update' );

Source/pages/repo_update_mappings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
form_security_validate( 'plugin_Source_repo_update_mappings' );

Source/pages/repo_update_page.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
access_ensure_global_level( plugin_config_get( 'manage_threshold' ) );

Source/pages/search.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
require_once( config_get( 'plugin_path' ) . 'Source/Source.ViewAPI.php' );

Source/pages/search_page.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
access_ensure_global_level( plugin_config_get( 'view_threshold' ) );

Source/pages/update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
access_ensure_project_level( plugin_config_get( 'update_threshold' ) );

Source/pages/view.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
access_ensure_global_level( plugin_config_get( 'view_threshold' ) );

SourceCgit/post-receive.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
read LINE

SourceGithub/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010 John Reese
1+
Copyright (c) 2012 John Reese
22

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

SourceGithub/SourceGithub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
if ( false === include_once( config_get( 'plugin_path' ) . 'Source/MantisSourcePlugin.class.php' ) ) {

SourceGithub/lang/strings_english.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
$s_plugin_SourceGithub_ = '';

SourceGithub/lang/strings_german.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
$s_plugin_SourceGithub_ = '';

SourceGitweb/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010 John Reese
1+
Copyright (c) 2012 John Reese
22

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

SourceGitweb/SourceGitweb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
if ( false === include_once( config_get( 'plugin_path' ) . 'Source/MantisSourcePlugin.class.php' ) ) {

SourceGitweb/lang/strings_english.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
$s_plugin_SourceGitweb_ = '';

SourceGitweb/lang/strings_german.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
$s_plugin_SourceGitweb_ = '';

SourceGitweb/post-receive.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
read LINE

SourceSFSVN/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010 John Reese
1+
Copyright (c) 2012 John Reese
22

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

SourceSFSVN/SourceSFSVN.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
if ( false === include_once( config_get( 'plugin_path' ) . 'SourceSVN/SourceSVN.php' ) ) {

SourceSFSVN/lang/strings_english.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
$s_plugin_SourceSFSVN_ = '';

SourceSFSVN/lang/strings_german.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
$s_plugin_SourceSFSVN_ = '';

SourceSFSVN/post-commit.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (c) 2010 John Reese
3+
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

66
REV="$2"

0 commit comments

Comments
 (0)