Skip to content

Commit

Permalink
Copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Jan 5, 2022
1 parent 6d2de58 commit c8e9bff
Show file tree
Hide file tree
Showing 328 changed files with 328 additions and 328 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2006-2021 Eddie Kohler
Copyright (c) 2006-2022 Eddie Kohler
Copyright (c) 2006-2008 Regents of the University of California

Permission is hereby granted, free of charge, to any person obtaining a
Expand Down
2 changes: 1 addition & 1 deletion api.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// api.php -- HotCRP delegation page
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion assign.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// assign.php -- HotCRP delegation page
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion autoassign.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// autoassign.php -- HotCRP delegation page
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion batch/banaldocstore.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// banaldocstore.php -- HotCRP maintenance script
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

$arg = getopt("hn:c:Vm:dqo:", ["help", "name:", "count:", "verbose", "match:", "max-usage:", "quiet", "silent", "output"]);
foreach (["c" => "count", "V" => "verbose", "m" => "match",
Expand Down
2 changes: 1 addition & 1 deletion batch/checkinvariants.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// checkinvariants.php -- HotCRP batch invariant checking script
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

require_once(dirname(__DIR__) . "/src/siteloader.php");

Expand Down
2 changes: 1 addition & 1 deletion batch/cleandocstore.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// cleandocstore.php -- HotCRP maintenance script
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

require_once(dirname(__DIR__) . "/src/siteloader.php");

Expand Down
2 changes: 1 addition & 1 deletion batch/paperjson.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// paperjson.php -- HotCRP paper export script
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

require_once(dirname(__DIR__) . "/src/siteloader.php");

Expand Down
2 changes: 1 addition & 1 deletion batch/reviewcsv.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// reviewcsv.php -- HotCRP review export script
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

require_once(dirname(__DIR__) . "/src/siteloader.php");

Expand Down
2 changes: 1 addition & 1 deletion batch/saveusers.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// saveusers.php -- HotCRP maintenance script
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

require_once(dirname(__DIR__) . "/src/siteloader.php");

Expand Down
2 changes: 1 addition & 1 deletion batch/search.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// search.php -- HotCRP batch search script
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

require_once(dirname(__DIR__) . "/src/siteloader.php");

Expand Down
2 changes: 1 addition & 1 deletion batch/updatecontactdb.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// updatecontactdb.php -- HotCRP maintenance script
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

require_once(dirname(__DIR__) . "/src/siteloader.php");

Expand Down
2 changes: 1 addition & 1 deletion bulkassign.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// bulkassign.php -- HotCRP delegation page
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion buzzer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// buzzer.php -- HotCRP delegation page
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion cacheable.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// cacheable.php -- HotCRP delegation page
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion checkupdates.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// checkupdates.php -- HotCRP delegation page
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion conflictassign.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// conflictassign.php -- HotCRP delegation page
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion deadlines.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// deadlines.php -- HotCRP delegation page
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion doc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// doc.php -- HotCRP delegation page
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion forgotpassword.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// forgotpassword.php -- HotCRP delegation page
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion graph.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// graph.php -- HotCRP delegation page
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion help.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// help.php -- HotCRP delegation page
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

include("index.php");
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// index.php -- HotCRP home page
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

require_once("lib/navigation.php");

Expand Down
2 changes: 1 addition & 1 deletion lib/abbreviationmatcher.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// abbreviationmatcher.php -- HotCRP abbreviation matcher helper class
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

// NEW MATCH PRIORITY (higher = more priority)
// All matches are case-insensitive, ignore differences in accents, and ignore
Expand Down
2 changes: 1 addition & 1 deletion lib/archiveinfo.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// archiveinfo.php -- expand archive contents
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class ArchiveInfo {
/** @param int $max_length
Expand Down
2 changes: 1 addition & 1 deletion lib/backupdb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
## backupdb.sh -- HotCRP database backup to stdout
## Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
## Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

export LC_ALL=C LC_CTYPE=C LC_COLLATE=C CONFNAME=
if ! expr "$0" : '.*[/]' >/dev/null; then LIBDIR=./
Expand Down
2 changes: 1 addition & 1 deletion lib/base.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// base.php -- HotCRP base helper functions
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.
/** @phan-file-suppress PhanRedefineFunction */

// type helpers
Expand Down
2 changes: 1 addition & 1 deletion lib/cleanhtml.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// cleanhtml.php -- HTML cleaner for CSS prevention
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class CleanHTML {
const BADTAGS_IGNORE = 1;
Expand Down
2 changes: 1 addition & 1 deletion lib/collatorshim.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// collatorshim.php -- PHP Collator polyfill
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class Collator {
const NUMERIC_COLLATION = 7;
Expand Down
2 changes: 1 addition & 1 deletion lib/column.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// column.php -- HotCRP helper class for list content
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class Column {
/** @var string */
Expand Down
2 changes: 1 addition & 1 deletion lib/countmatcher.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// countmatcher.php -- HotCRP helper class for textual comparators
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class CountMatcher {
/** @var int */
Expand Down
2 changes: 1 addition & 1 deletion lib/createdb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
## createdb.sh -- HotCRP database setup
## Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
## Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

export LC_ALL=C LC_CTYPE=C LC_COLLATE=C CONFNAME=
if ! expr "$0" : '.*[/]' >/dev/null; then LIBDIR=./
Expand Down
2 changes: 1 addition & 1 deletion lib/csv.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// csv.php -- HotCRP CSV parsing functions
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

if (!function_exists("gmp_init")) {
require_once(SiteLoader::find("lib/polyfills.php"));
Expand Down
2 changes: 1 addition & 1 deletion lib/curls3result.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// curls3result.php -- S3 access using curl functions
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

/** @template T
* @inherits S3Result<T> */
Expand Down
2 changes: 1 addition & 1 deletion lib/dbhelper.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## dbhelper.sh -- shell program helpers for HotCRP database access
## Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
## Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

echo_n () {
# suns can't echo -n, and Mac OS X can't echo "x\c"
Expand Down
2 changes: 1 addition & 1 deletion lib/dbl.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// dbl.php -- database interface layer
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class Dbl_Result {
/** @var int */
Expand Down
2 changes: 1 addition & 1 deletion lib/filer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// filer.php -- generic document helper class
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class HashAnalysis {
/** @var string */
Expand Down
2 changes: 1 addition & 1 deletion lib/ftext.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// ftext.php -- formatted text
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class Ftext {
/** @param ?string $s
Expand Down
2 changes: 1 addition & 1 deletion lib/getopt.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// getopt.php -- HotCRP helper function for extended getopt
// Copyright (c) 2009-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2009-2022 Eddie Kohler; see LICENSE.

class Getopt {
/** @var array<string,array{string,0|1|2,?string}> */
Expand Down
2 changes: 1 addition & 1 deletion lib/gmpshim.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// gmpshim.php -- HotCRP GMP shim functions
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.
/** @phan-file-suppress PhanRedefineFunctionInternal */

const GMPSHIM_INT_SHIFT = (PHP_INT_SIZE >= 8 ? 6 : 5);
Expand Down
2 changes: 1 addition & 1 deletion lib/ht.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// ht.php -- HotCRP HTML helper functions
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class Ht {
public static $img_base = "";
Expand Down
2 changes: 1 addition & 1 deletion lib/icons.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// icons.php -- HotCRP icon classes
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class Icons {
static function ui_triangle($direction) {
Expand Down
2 changes: 1 addition & 1 deletion lib/intlmsgset.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// intlmsgset.php -- HotCRP helper functions for message i18n
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class IntlMsg {
/** @var ?string */
Expand Down
2 changes: 1 addition & 1 deletion lib/json.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// json.php -- HotCRP JSON function replacements (if PHP JSON not available)
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.
/** @phan-file-suppress PhanRedefineFunction, PhanRedefineFunctionInternal, PhanRedefineClassInternal */

const JSON_HOTCRP = 1;
Expand Down
2 changes: 1 addition & 1 deletion lib/ldaplogin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// ldaplogin.php -- HotCRP helper function for LDAP login
// Copyright (c) 2009-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2009-2022 Eddie Kohler; see LICENSE.

class LDAPLogin {
static function ldap_login_info(Conf $conf, Qrequest $qreq) {
Expand Down
2 changes: 1 addition & 1 deletion lib/login.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// login.php -- HotCRP login helpers
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class LoginHelper {
/** @var bool */
Expand Down
2 changes: 1 addition & 1 deletion lib/mailer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// mailer.php -- HotCRP mail template manager
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class MailPreparation {
/** @var Conf */
Expand Down
2 changes: 1 addition & 1 deletion lib/mimetype.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// mimetype.php -- HotCRP helper file for MIME types
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class Mimetype {
const TXT_TYPE = "text/plain";
Expand Down
2 changes: 1 addition & 1 deletion lib/mincostmaxflow.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// mincostmaxflow.php -- HotCRP min-cost max-flow
// Copyright (c) 2006-2021 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class MinCostMaxFlow_Node {
/** @var string */
Expand Down
2 changes: 1 addition & 1 deletion lib/navigation.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// navigation.php -- HotCRP navigation helper functions
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class NavigationState {
// Base URL: PROTOCOL://HOST[:PORT]/BASEPATH/
Expand Down
2 changes: 1 addition & 1 deletion lib/polyfills.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// polyfills.php -- HotCRP GMP shim functions
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

if (!function_exists("str_starts_with")) {
/** @param string $haystack
Expand Down
2 changes: 1 addition & 1 deletion lib/qrequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// qrequest.php -- HotCRP helper class for request objects (no warnings)
// Copyright (c) 2006-2020 Eddie Kohler; see LICENSE.
// Copyright (c) 2006-2022 Eddie Kohler; see LICENSE.

class Qrequest implements ArrayAccess, IteratorAggregate, Countable, JsonSerializable {
// NB see also count()
Expand Down
Loading

0 comments on commit c8e9bff

Please sign in to comment.