Skip to content

Change the version to 2.20 and remove the license from files. #1232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Online Homework Delivery System
Version 2.*

Copyright 2000-2024, The WeBWorK Project
Copyright 2000-2025, The WeBWorK Project
All rights reserved.

This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

http://webwork.maa.org/wiki/Category:Release_Notes

Copyright 2000-2024, The WeBWorK Project
Copyright 2000-2025, The WeBWorK Project
http://webwork.maa.org
All rights reserved.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$PG_VERSION ='2.19+develop';
$PG_COPYRIGHT_YEARS = '1996-2024';
$PG_VERSION ='2.20';
$PG_COPYRIGHT_YEARS = '1996-2025';

1;
14 changes: 0 additions & 14 deletions bin/convert-to-pgml.pl
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

=head1 NAME

Expand Down
14 changes: 0 additions & 14 deletions bin/perltidy-pg.pl
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

=head1 NAME

Expand Down
14 changes: 0 additions & 14 deletions bin/run-perltidy.pl
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
#!/usr/bin/env perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

=head1 NAME

Expand Down
15 changes: 0 additions & 15 deletions htdocs/js/AppletSupport/ww_applet_support.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// ################################################################################
// # WeBWorK Online Homework Delivery System
// # Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
// #
// # This program is free software; you can redistribute it and/or modify it under
// # the terms of either: (a) the GNU General Public License as published by the
// # Free Software Foundation; either version 2, or (at your option) any later
// # version, or (b) the "Artistic License" which comes with this package.
// #
// # This program is distributed in the hope that it will be useful, but WITHOUT
// # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// # FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
// # Artistic License for more details.
// ################################################################################

// List of web applets on the page.
const ww_applet_list = {};

Expand Down
14 changes: 0 additions & 14 deletions htdocs/js/Problem/problem.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
/* WeBWorK Online Homework Delivery System
* Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of either: (a) the GNU General Public License as published by the
* Free Software Foundation; either version 2, or (at your option) any later
* version, or (b) the "Artistic License" which comes with this package.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
* Artistic License for more details.
*/

/* Styles used in pg problems. */

.problem-main-form {
Expand Down
14 changes: 0 additions & 14 deletions htdocs/js/RadioButtons/RadioButtons.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
// ################################################################################
// # WeBWorK Online Homework Delivery System
// # Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
// #
// # This program is free software; you can redistribute it and/or modify it under
// # the terms of either: (a) the GNU General Public License as published by the
// # Free Software Foundation; either version 2, or (at your option) any later
// # version, or (b) the "Artistic License" which comes with this package.
// #
// # This program is distributed in the hope that it will be useful, but WITHOUT
// # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// # FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
// # Artistic License for more details.
// ################################################################################
'use strict';

(() => {
Expand Down
14 changes: 0 additions & 14 deletions htdocs/js/RadioMultiAnswer/RadioMultiAnswer.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
// ################################################################################
// # WeBWorK Online Homework Delivery System
// # Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
// #
// # This program is free software; you can redistribute it and/or modify it under
// # the terms of either: (a) the GNU General Public License as published by the
// # Free Software Foundation; either version 2, or (at your option) any later
// # version, or (b) the "Artistic License" which comes with this package.
// #
// # This program is distributed in the hope that it will be useful, but WITHOUT
// # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// # FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
// # Artistic License for more details.
// ################################################################################
'use strict';

(() => {
Expand Down
15 changes: 0 additions & 15 deletions htdocs/js/RadioMultiAnswer/RadioMultiAnswer.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// ################################################################################
// # WeBWorK Online Homework Delivery System
// # Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
// #
// # This program is free software; you can redistribute it and/or modify it under
// # the terms of either: (a) the GNU General Public License as published by the
// # Free Software Foundation; either version 2, or (at your option) any later
// # version, or (b) the "Artistic License" which comes with this package.
// #
// # This program is distributed in the hope that it will be useful, but WITHOUT
// # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// # FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
// # Artistic License for more details.
// ################################################################################

.radio-multianswer-container {
position: relative;
width: fit-content;
Expand Down
15 changes: 0 additions & 15 deletions lib/AnswerHash.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,6 @@
##
## Provides a data structure for answer hashes. Currently just a wrapper
## for the hash, but that might change
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################
#$Id$

=head1 NAME

Expand Down
14 changes: 0 additions & 14 deletions lib/Applet.pm
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

=head1 NAME

Expand Down
15 changes: 0 additions & 15 deletions lib/Chromatic.pm
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

package Chromatic;

use warnings;
Expand Down
14 changes: 0 additions & 14 deletions lib/DragNDrop.pm
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

=head1 NAME

Expand Down
16 changes: 0 additions & 16 deletions lib/LaTeXImage.pm
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
#!/bin/perl
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

# This is a Perl module which simplifies and automates the process of generating
# simple images using LaTeX, and converting them into a web-useable format. Its
# typical usage is via the PGlateximage.pl or PGtikz.pl macros and is documented
Expand Down
15 changes: 0 additions & 15 deletions lib/PGUtil.pm
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
###############################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

package PGUtil;
use parent 'Exporter';

Expand Down
15 changes: 0 additions & 15 deletions lib/PGalias.pm
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

package PGalias;
use parent PGcore; # This is so that a PGalias object can call the PGcore warning_message and debug_message methods.

Expand Down
14 changes: 0 additions & 14 deletions lib/PGanswergroup.pm
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################
package PGanswergroup;
use Exporter;
use PGUtil qw(not_null);
Expand Down
14 changes: 0 additions & 14 deletions lib/PGcore.pm
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################
package PGcore;
use strict;

Expand Down
14 changes: 0 additions & 14 deletions lib/PGloadfiles.pm
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

=head2 loadMacros

Expand Down
1 change: 0 additions & 1 deletion lib/PGrandom.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

package PGrandom;

use strict;
Expand Down
15 changes: 0 additions & 15 deletions lib/PGresource.pm
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2024 The WeBWorK Project, https://github.com/openwebwork
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################

package PGresource;
use parent PGcore; # This is so that a PGresource object can call the PGcore warning_message and debug_message methods.

Expand Down
Loading