This repository was archived by the owner on Jan 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +11
-7
lines changed
Expand file tree Collapse file tree 7 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 2.0.3] - 2019-10-25
6+ - Updated Go version to 1.13.3
7+ - Updated license and copyright information
8+
59## [ 2.0.2] - 2019-06-03
610- Removed bl.spamcannibal.org due to unreachability/unrealiability
711- Updated Go version from 1.12.4 to 1.12.5
Original file line number Diff line number Diff line change 1- FROM golang:1.12.5
1+ FROM golang:1.13.3
22
33ENV GOPACKAGE github.com/Barzahlen/nagios-dnsblklist
44
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright © 2018 David Leib
3+ Copyright © 2018-2019 Cash Payment Solutions GmbH
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1- // Copyright © 2018 David Leib <david.leib@barzahlen.de>
1+ // Copyright © 2018-2019 Cash Payment Solutions GmbH
22//
33// Permission is hereby granted, free of charge, to any person obtaining a copy
44// of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1- // Copyright © 2018 David Leib <david.leib@barzahlen.de>
1+ // Copyright © 2018-2019 Cash Payment Solutions GmbH
22//
33// Permission is hereby granted, free of charge, to any person obtaining a copy
44// of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1- // Copyright © 2018 David Leib <david.leib@barzahlen.de>
1+ // Copyright © 2018-2019 Cash Payment Solutions GmbH
22//
33// Permission is hereby granted, free of charge, to any person obtaining a copy
44// of this software and associated documentation files (the "Software"), to deal
@@ -103,7 +103,7 @@ ip-address is listed on a blacklist server.
103103
104104The ip-address is checked against a list of all relevant blacklist servers.
105105
106- Current Version: 2.0.1 ` ,
106+ Current Version: 2.0.3 ` ,
107107 // Uncomment the following line if your bare application
108108 // has an action associated with it:
109109 // Run: func(cmd *cobra.Command, args []string) { },
Original file line number Diff line number Diff line change 1- // Copyright © 2018 David Leib <david.leib@barzahlen.de>
1+ // Copyright © 2018-2019 Cash Payment Solutions GmbH
22//
33// Permission is hereby granted, free of charge, to any person obtaining a copy
44// of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments