diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e136b21..72ff80e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,10 @@ ## Introduction -This document explains how to contribute changes to the Robotgo project. It assumes you have followed the README.md and [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md). +This document explains how to contribute changes to the Robotgo project. It assumes you have followed the README.md and [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md). +Sensitive security-related issues should be reported to [info@atomai.cc](info@atomaicc). + + ## Bug reports @@ -53,8 +56,9 @@ Since the `master` branch is a tip version, if you wish to use Robotgo in produc Code that you contribute should use the standard copyright header: ``` -// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at +// Copyright (c) 2016-2025 AtomAI, All rights reserved. +// +// See the COPYRIGHT file at the top-level directory of this distribution and at // https://github.com/go-vgo/robotgo/blob/master/LICENSE // // Licensed under the Apache License, Version 2.0 - - [License](#license) ## Docs @@ -513,7 +511,6 @@ func main() { - [The author is Evans](https://github.com/vcaesar) - [Maintainers](https://github.com/orgs/go-vgo/people) - ## Plans diff --git a/robotgo.go b/robotgo.go index e521e83..a7dc8d3 100644 --- a/robotgo.go +++ b/robotgo.go @@ -1,5 +1,6 @@ -// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at +// Copyright (c) 2016-2025 AtomAI, All rights reserved. +// +// See the COPYRIGHT file at the top-level directory of this distribution and at // https://github.com/go-vgo/robotgo/blob/master/LICENSE // // Licensed under the Apache License, Version 2.0