cyberark / community

Information for the CyberArk contributor community
Apache License 2.0
7 stars 5 forks source link

Every repo in the Conjur OSS suite has a license header in every source code file #56

Open izgeri opened 4 years ago

izgeri commented 4 years ago

Add a header to the top of all source code files (e.g. .go and .rb files, etc) with:

// Copyright (c) 2020 CyberArk Software Ltd. All rights reserved.
// Use of this source code is governed by an Apache 2.0
// license that can be found in the LICENSE file.