Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

add license header to all the code files #92

Merged
merged 1 commit into from
Jun 29, 2017
Merged

Conversation

surajssd
Copy link
Member

@surajssd surajssd commented Jun 29, 2017

/*
Copyright 2017 The Kedge Authors All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

Added this license to all the files using following command:

find . -name '*.go' -exec sed -si '1{h;s,.*,cat ~/tmp/lic/lic,ep;g}' '{}' +

source: https://unix.stackexchange.com/a/125472

Fixes #46

@surajssd surajssd requested review from concaf, kadel and pradeepto June 29, 2017 05:18
@surajssd surajssd force-pushed the add-license-all-files branch from 25ddefe to 173cdce Compare June 29, 2017 05:21
@surajssd surajssd force-pushed the add-license-all-files branch from 173cdce to a5c9927 Compare June 29, 2017 05:28
@concaf concaf merged commit cbeaed6 into master Jun 29, 2017
@surajssd surajssd deleted the add-license-all-files branch June 30, 2017 13:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants