Skip to content

Commit 1134ffb

Browse files
authored
Merge pull request #20 from somiaj/remove-copyright
Remove copyright headers from remaining files.
2 parents 1bb1289 + 074198e commit 1134ffb

File tree

6 files changed

+0
-88
lines changed

6 files changed

+0
-88
lines changed

lib/WeBWorK/FormatRenderedProblem.pm

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

162
=head1 NAME
173

lib/WeBWorK/Utils.pm

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
################################################################################
2-
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-2022 The WeBWorK Project, https://github.com/openwebwork
4-
#
5-
# This program is free software; you can redistribute it and/or modify it under
6-
# the terms of either: (a) the GNU General Public License as published by the
7-
# Free Software Foundation; either version 2, or (at your option) any later
8-
# version, or (b) the "Artistic License" which comes with this package.
9-
#
10-
# This program is distributed in the hope that it will be useful, but WITHOUT
11-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12-
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
13-
# Artistic License for more details.
14-
################################################################################
15-
161
package WeBWorK::Utils;
172
use base qw(Exporter);
183

lib/WeBWorK/Utils/LanguageAndDirection.pm

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
################################################################################
2-
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-2021 The WeBWorK Project, https://github.com/openwebwork
4-
#
5-
# This program is free software; you can redistribute it and/or modify it under
6-
# the terms of either: (a) the GNU General Public License as published by the
7-
# Free Software Foundation; either version 2, or (at your option) any later
8-
# version, or (b) the "Artistic License" which comes with this package.
9-
#
10-
# This program is distributed in the hope that it will be useful, but WITHOUT
11-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12-
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
13-
# Artistic License for more details.
14-
################################################################################
15-
161
package WeBWorK::Utils::LanguageAndDirection;
172
use base qw(Exporter);
183

lib/WeBWorK/Utils/Tags.pm

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
################################################################################
2-
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-1307 The WeBWorK Project, http://openwebwork.sf.net/
4-
#
5-
# This program is free software; you can redistribute it and/or modify it under
6-
# the terms of either: (a) the GNU General Public License as published by the
7-
# Free Software Foundation; either version 2, or (at your option) any later
8-
# version, or (b) the "Artistic License" which comes with this package.
9-
#
10-
# This program is distributed in the hope that it will be useful, but WITHOUT
11-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12-
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
13-
# Artistic License for more details.
14-
################################################################################
15-
16-
171
###########################
182
# Utils::Tags
193
#

public/css/bootstrap.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
/* WeBWorK Online Homework Delivery System
2-
* Copyright © 2000-2021 The WeBWorK Project, https://github.com/openwebwork
3-
*
4-
* This program is free software; you can redistribute it and/or modify it under
5-
* the terms of either: (a) the GNU General Public License as published by the
6-
* Free Software Foundation; either version 2, or (at your option) any later
7-
* version, or (b) the "Artistic License" which comes with this package.
8-
*
9-
* This program is distributed in the hope that it will be useful, but WITHOUT
10-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11-
* FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
12-
* Artistic License for more details.
13-
*/
14-
151
// Include functions first (so you can manipulate colors, SVGs, calc, etc)
162
@import "../node_modules/bootstrap/scss/functions";
173

public/css/rtl.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
/* WeBWorK Online Homework Delivery System
2-
* Copyright &copy 2000-2022 The WeBWorK Project, https://github.com/openwebwork
3-
*
4-
* This program is free software; you can redistribute it and/or modify it under
5-
* the terms of either: (a) the GNU General Public License as published by the
6-
* Free Software Foundation; either version 2, or (at your option) any later
7-
* version, or (b) the "Artistic License" which comes with this package.
8-
*
9-
* This program is distributed in the hope that it will be useful, but WITHOUT
10-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11-
* FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
12-
* Artistic License for more details.
13-
*/
14-
151
/* --- Modify some CSS for Right to left courses/problems --- */
162

173
/* The changes which were needed here in WeBWorK 2.16 are no

0 commit comments

Comments
 (0)