mirror of
https://github.com/gophish/gophish
synced 2024-11-12 23:37:11 +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]
|
||||
jobs:
|
||||
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
this software ("Gophish Community Edition") and associated documentation files (the "Software"), to deal in
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
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
|
||||
|
||||
|
@ -38,7 +38,7 @@ Gophish - Open-Source Phishing Framework
|
|||
|
||||
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
|
||||
of this software ("Gophish Community Edition") and associated documentation files (the "Software"), to deal
|
||||
|
|
Loading…
Reference in a new issue