Skip to content

Commit 26d1f93

Browse files
authored
Merge pull request #500 from drgrice1/fix-malformed-utf8-copyright
Fix malformed utf8 copyright (hot patch)
2 parents 434f0d7 + 3071866 commit 26d1f93

23 files changed

+24
-24
lines changed

macros/compoundProblem5.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2014 The WeBWorK Project, http://openwebwork.sf.net/
3+
# Copyright © 2014 The WeBWorK Project, http://openwebwork.sf.net/
44
# $$
55
#
66
# This program is free software; you can redistribute it and/or modify it under

macros/contextAlternateDecimal.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-2014 The WeBWorK Project, http://openwebwork.sf.net/
3+
# Copyright © 2000-2014 The WeBWorK Project, http://openwebwork.sf.net/
44
# $CVSHeader:$
55
#
66
# This program is free software; you can redistribute it and/or modify it under

macros/contextAlternateIntervals.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-2014 The WeBWorK Project, http://openwebwork.sf.net/
3+
# Copyright © 2000-2014 The WeBWorK Project, http://openwebwork.sf.net/
44
# $CVSHeader:$
55
#
66
# This program is free software; you can redistribute it and/or modify it under

macros/contextComplexExtras.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-2012 The WeBWorK Project, http://openwebwork.sf.net/
3+
# Copyright © 2000-2012 The WeBWorK Project, http://openwebwork.sf.net/
44
# $CVSHeader: pg/macros/contextComplexExtras.pl,v 1.0 2012/08/01 11:33:50 dpvc Exp $
55
#
66
# This program is free software; you can redistribute it and/or modify it under

macros/contextComplexJ.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-2014 The WeBWorK Project, http://openwebwork.sf.net/
3+
# Copyright © 2000-2014 The WeBWorK Project, http://openwebwork.sf.net/
44
# $CVSHeader:$
55
#
66
# This program is free software; you can redistribute it and/or modify it under

macros/contextCongruence.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-2017 The WeBWorK Project, http://openwebwork.sf.net/
3+
# Copyright © 2000-2017 The WeBWorK Project, http://openwebwork.sf.net/
44
# $CVSHeader:$
55
#
66
# This program is free software; you can redistribute it and/or modify it under

macros/contextInequalitySetBuilder.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-2013 The WeBWorK Project, http://openwebwork.sf.net/
3+
# Copyright © 2000-2013 The WeBWorK Project, http://openwebwork.sf.net/
44
# $CVSHeader:$
55
#
66
# This program is free software; you can redistribute it and/or modify it under

macros/contextInteger.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-2017 The WeBWorK Project, http://openwebwork.sf.net/
3+
# Copyright © 2000-2017 The WeBWorK Project, http://openwebwork.sf.net/
44
# $CVSHeader:$
55
#
66
# This program is free software; you can redistribute it and/or modify it under
@@ -273,4 +273,4 @@ sub lcm {
273273
return ($a*$b)/gcd($a,$b);
274274
}
275275

276-
1;
276+
1;

macros/contextMatrixExtras.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-2012 The WeBWorK Project, http://openwebwork.sf.net/
3+
# Copyright © 2000-2012 The WeBWorK Project, http://openwebwork.sf.net/
44
# $CVSHeader: pg/macros/contextMatrixExtras.pl,v 1.0 2012/08/01 11:21:45 dpvc Exp $
55
#
66
# This program is free software; you can redistribute it and/or modify it under

macros/contextPartition.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
# WeBWorK Online Homework Delivery System
3-
# Copyright © 2000-2014 The WeBWorK Project, http://openwebwork.sf.net/
3+
# Copyright © 2000-2014 The WeBWorK Project, http://openwebwork.sf.net/
44
# $CVSHeader:$
55
#
66
# This program is free software; you can redistribute it and/or modify it under

0 commit comments

Comments
 (0)