mirror of
https://github.com/gophish/gophish
synced 2024-11-14 00:07:19 +00:00
Updated README to include GitHub Actions badge and update LICENSE copyright date
This commit is contained in:
parent
4375e5f6a1
commit
26884a8f34
3 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Go
|
name: CI
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2013-2017 Jordan Wright
|
Copyright (c) 2013-2020 Jordan Wright
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software ("Gophish Community Edition") and associated documentation files (the "Software"), to deal in
|
this software ("Gophish Community Edition") and associated documentation files (the "Software"), to deal in
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Gophish
|
Gophish
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/gophish/gophish.svg?branch=master)](https://travis-ci.org/gophish/gophish) [![GoDoc](https://godoc.org/github.com/gophish/gophish?status.svg)](https://godoc.org/github.com/gophish/gophish)
|
![Build Status](https://github.com/gophish/gophish/workflows/CI/badge.svg) [![GoDoc](https://godoc.org/github.com/gophish/gophish?status.svg)](https://godoc.org/github.com/gophish/gophish)
|
||||||
|
|
||||||
Gophish: Open-Source Phishing Toolkit
|
Gophish: Open-Source Phishing Toolkit
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ Gophish - Open-Source Phishing Framework
|
||||||
|
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2013 - 2018 Jordan Wright
|
Copyright (c) 2013 - 2020 Jordan Wright
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software ("Gophish Community Edition") and associated documentation files (the "Software"), to deal
|
of this software ("Gophish Community Edition") and associated documentation files (the "Software"), to deal
|
||||||
|
|
Loading…
Reference in a new issue