Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
bb8ea5a8
Commit
bb8ea5a8
authored
Mar 19, 2016
by
David Haynes
🙆
Browse files
Footer now shows the real go license: apache
- It was always apache but :dhaynes: goofed - also now updated for 2016. yay
parent
48fa0bc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
bb8ea5a8
Copyright 201
3
George Mason Student-Run Computing and Technology
Copyright 201
6
George Mason Student-Run Computing and Technology
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
go/go/templates/layouts/footer.html
View file @
bb8ea5a8
...
...
@@ -3,7 +3,7 @@
<span
class=
"text-muted"
>
A project of
<a
href=
"http://srct.gmu.edu/"
>
GMU
<strong>
SRCT
</strong></a>
. |
Read and contribute to our
<a
href=
"https://git.gmu.edu/srct/go/"
>
source code
</a>
. |
Freely-licensed under
<a
href=
"http
s
://www.
gnu
.org/licenses/
quick-guide-gplv3.html"
>
GPLv3
</a>
.
Freely-licensed under
<a
href=
"http://www.
apache
.org/licenses/
LICENSE-2.0"
>
Apache 2.0
</a>
.
</span>
</div>
</footer>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment