Annual bit flip
This commit is contained in:
parent
c07cf7c13a
commit
fec1372e4e
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
Copyright (c) 2013-2017 Calvin Montgomery and contributors
|
Copyright (c) 2013-2018 Calvin Montgomery and contributors
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ mixin footer
|
||||||
footer#footer
|
footer#footer
|
||||||
.container
|
.container
|
||||||
p.text-muted.credit.
|
p.text-muted.credit.
|
||||||
Copyright © 2013-2017 Calvin Montgomery · <a href="https://github.com/calzoneman/sync" target="_blank" rel="noreferrer noopener">GitHub</a> · <a href="/contact" target="_blank">Contact</a> · <a href="https://github.com/calzoneman/sync/wiki" target="_blank" rel="noopener noreferrer">Wiki</a>
|
Copyright © 2013-2018 Calvin Montgomery · <a href="https://github.com/calzoneman/sync" target="_blank" rel="noreferrer noopener">GitHub</a> · <a href="/contact" target="_blank">Contact</a> · <a href="https://github.com/calzoneman/sync/wiki" target="_blank" rel="noopener noreferrer">Wiki</a>
|
||||||
script(src="/js/jquery-1.11.0.min.js")
|
script(src="/js/jquery-1.11.0.min.js")
|
||||||
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
|
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
|
||||||
// I should really abandon this crap one day
|
// I should really abandon this crap one day
|
||||||
|
|
Loading…
Reference in a new issue