Skip to content

Commit

Permalink
docs: fixed year in license and readme
Browse files Browse the repository at this point in the history
- Fixed http->https in pom.xml
  • Loading branch information
zlamalp committed Jan 3, 2023
1 parent c2a7526 commit 783fa87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2022, CESNET, CERIT-SC. All rights reserved.
Copyright (c) 2014-2023, CESNET, CERIT-SC. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

This project aims to deliver rich user graphical interface for Perun components. Project uses enterprise frameworks to make it work:

* [Google Web Toolkit](http://www.gwtproject.org/)
* [Google Web Toolkit](https://www.gwtproject.org/)
* [GWT Platform (GWTP)](https://www.arcbees.com/#!/products/gwtp)
* [GwtBootstrap3](https://github.com/gwtbootstrap3/gwtbootstrap3)

Expand All @@ -23,7 +23,7 @@ See https://perun-aai.org/ for more details about the base project.

### License ###

© 2010-2022 [CESNET](https://www.cesnet.cz/?lang=en) and [CERIT-SC](https://www.cerit-sc.cz/en/index.html), all rights reserved.
© 2010-2023 [CESNET](https://www.cesnet.cz/?lang=en) and [CERIT-SC](https://www.cerit-sc.cz/en/index.html), all rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand All @@ -174,7 +174,7 @@
</repository>
<repository>
<id>sonatype-nexus-snapshots2</id>
<url>http://oss.sonatype.org/content/repositories/google-snapshots</url>
<url>https://oss.sonatype.org/content/repositories/google-snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand All @@ -190,12 +190,12 @@

<organization>
<name>CESNET, z.s.p.o.</name>
<url>http://www.cesnet.cz/</url>
<url>https://www.cesnet.cz/</url>
</organization>

<inceptionYear>2014</inceptionYear>

<url>http://perun.cesnet.cz/web/</url>
<url>https://perun.cesnet.cz/web/</url>

<scm>
<connection>scm:git:https://github.com/zlamalp/perun-wui.git</connection>
Expand Down

0 comments on commit 783fa87

Please sign in to comment.