Skip to content
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

Update copyright year to 2023 #1300

Closed
wants to merge 1 commit into from
Closed
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 examples.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--

Copyright (c) 1999 - 2021 XMPP Standards Foundation
Copyright (c) 1999 - 2023 XMPP Standards Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion protopage.xsl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--

Copyright (c) 1999 - 2021 XMPP Standards Foundation
Copyright (c) 1999 - 2023 XMPP Standards Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion ref.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--

Copyright (c) 1999 - 2021 XMPP Standards Foundation
Copyright (c) 1999 - 2023 XMPP Standards Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion xep-0001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ Experimental ----> Proposed ----> Active

<!--

Copyright (c) 1999 - 2021 XMPP Standards Foundation
Copyright (c) 1999 - 2023 XMPP Standards Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion xep-0292.xml
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ property-key = element key {

<!--

Copyright (c) 1999 - 2021 XMPP Standards Foundation
Copyright (c) 1999 - 2023 XMPP Standards Foundation

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and
Expand Down
2 changes: 1 addition & 1 deletion xep.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--

Copyright (c) 1999 - 2021 XMPP Standards Foundation
Copyright (c) 1999 - 2023 XMPP Standards Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion xep.ent
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!--

Copyright (c) 1999 - 2021 XMPP Standards Foundation
Copyright (c) 1999 - 2023 XMPP Standards Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion xep.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--

Copyright (c) 1999 - 2021 XMPP Standards Foundation
Copyright (c) 1999 - 2023 XMPP Standards Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions xep.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--

Copyright (c) 1999 - 2021 XMPP Standards Foundation
Copyright (c) 1999 - 2023 XMPP Standards Foundation

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and
Expand Down Expand Up @@ -257,7 +257,7 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
</ul></dd>
</xsl:if>
<dt>Copyright</dt>
<dd>&#169; 1999 &#x2013; 2021 XMPP Standards Foundation. <a href='#appendix-legal'>SEE LEGAL NOTICES</a>.</dd>
<dd>&#169; 1999 &#x2013; 2023 XMPP Standards Foundation. <a href='#appendix-legal'>SEE LEGAL NOTICES</a>.</dd>
<dt>Status</dt>
<dd>
<p><xsl:choose>
Expand Down
Loading