Skip to content

Commit

Permalink
Updates 'pivotal-legacy' references to 'pivotal' due to new repo loca…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
osis committed May 23, 2019
1 parent 2476711 commit ad1ebf4
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 104 deletions.
168 changes: 84 additions & 84 deletions CHANGELOG.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## TL;DR

* Fork the project from https://github.com/pivotal-legacy/LicenseFinder
* Fork the project from https://github.com/pivotal/LicenseFinder
* Create a feature branch.
* Make your feature addition or bug fix. Please make sure there is appropriate test coverage.
* Rebase on top of master.
Expand Down Expand Up @@ -37,14 +37,14 @@ docker run -v $PWD:/scan -it licensefinder/license_finder /bin/bash -l
## Adding Package Managers

There are a few steps to adding a new package manager.
The main things which need to be implemented are mentioned in [Package Manager](https://github.com/pivotal-legacy/LicenseFinder/blob/master/lib/license_finder/package_manager.rb).
The main things which need to be implemented are mentioned in [Package Manager](https://github.com/pivotal/LicenseFinder/blob/master/lib/license_finder/package_manager.rb).

[Here](https://github.com/pivotal-legacy/LicenseFinder/compare/v2.0.0...v2.0.1) is how
[Here](https://github.com/pivotal/LicenseFinder/compare/v2.0.0...v2.0.1) is how
support was added for `rebar`, an `erlang` package manager.

There are feature tests and unit tests for each currently supported package manager.
* [Feature test example](https://github.com/pivotal-legacy/LicenseFinder/blob/master/features/features/package_managers/gvt_spec.rb)
* [Unit test example](https://github.com/pivotal-legacy/LicenseFinder/blob/master/spec/lib/license_finder/package_managers/gvt_spec.rb)
* [Feature test example](https://github.com/pivotal/LicenseFinder/blob/master/features/features/package_managers/gvt_spec.rb)
* [Unit test example](https://github.com/pivotal/LicenseFinder/blob/master/spec/lib/license_finder/package_managers/gvt_spec.rb)

## Adding Licenses

Expand All @@ -62,7 +62,7 @@ submitting a pull request which adds new columns to
It is also possible to generate a custom report from an ERB template. Use this
[example](https://gist.github.com/mainej/b190d2f138c2b9e2e20a) as a starting
point. These reports will have access to the helpers in
[`LicenseFinder::ErbReport`](https://github.com/pivotal-legacy/LicenseFinder/blob/master/lib/license_finder/reports/erb_report.rb).
[`LicenseFinder::ErbReport`](https://github.com/pivotal/LicenseFinder/blob/master/lib/license_finder/reports/erb_report.rb).

If you need a report with more detailed data or in a different format, we
recommend writing a custom ruby script. This
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# License Finder

[![Code Climate](https://codeclimate.com/github/pivotal-legacy/LicenseFinder.png)](https://codeclimate.com/github/pivotal-legacy/LicenseFinder)
[![Code Climate](https://codeclimate.com/github/pivotal/LicenseFinder.png)](https://codeclimate.com/github/pivotal/LicenseFinder)

Build status
* Ruby 2.3.8 [![Ruby 2.3.8 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-2.3.8/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
Expand All @@ -16,7 +16,7 @@ detect the licenses of the packages in them, compare those licenses
against a user-defined whitelist, and give you an actionable exception
report.

* code: https://github.com/pivotal-legacy/LicenseFinder
* code: https://github.com/pivotal/LicenseFinder
* ci: https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder
* docker: [licensefinder/license_finder](https://hub.docker.com/r/licensefinder/license_finder/)
* the docker image contains all the package managers needed to run `license_finder`
Expand Down Expand Up @@ -157,7 +157,7 @@ passed to it from that directory.
Note that the docker image will run the gem which is installed within it.
So the docker image tagged `4.0.2` will run *License Finder Version 4.0.2*

See the [contibuting guide](https://github.com/pivotal-legacy/LicenseFinder/blob/master/CONTRIBUTING.md) for information on development.
See the [contibuting guide](https://github.com/pivotal/LicenseFinder/blob/master/CONTRIBUTING.md) for information on development.

### Activation

Expand Down Expand Up @@ -297,7 +297,7 @@ explicitly declare a license, yarn indicates that it has inferred the license ba
on some keywords in other files by appending an asterisk to the license name. If you
see a * at the end of the license name, this is intended.

See [CONTRIBUTING.md](https://github.com/pivotal-legacy/LicenseFinder/blob/master/CONTRIBUTING.md#adding-reports)
See [CONTRIBUTING.md](https://github.com/pivotal/LicenseFinder/blob/master/CONTRIBUTING.md#adding-reports)
for advice about adding and customizing reports.


Expand Down Expand Up @@ -481,7 +481,7 @@ And save a `LICENSE` file which contains your license text in your repo.
* Yarn
* A module that is incompatible with the platform on which
license_finder is run will always be reported to have a license type
of "unknown". ([#456](https://github.com/pivotal-legacy/LicenseFinder/issues/456))
of "unknown". ([#456](https://github.com/pivotal/LicenseFinder/issues/456))

## Support

Expand All @@ -491,7 +491,7 @@ And save a `LICENSE` file which contains your license text in your repo.

## Contributing

See [CONTRIBUTING.md](https://github.com/pivotal-legacy/LicenseFinder/blob/master/CONTRIBUTING.md).
See [CONTRIBUTING.md](https://github.com/pivotal/LicenseFinder/blob/master/CONTRIBUTING.md).


## License
Expand Down
2 changes: 1 addition & 1 deletion ci/pipelines/pull-request.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resources:
check_every: 24h
webhook_token: ((GithubPullRequestWebhookToken))
source:
repository: pivotal-legacy/LicenseFinder
repository: pivotal/LicenseFinder
access_token: ((GithubApiPullRequestToken))

- name: dockerhub-pr
Expand Down
8 changes: 4 additions & 4 deletions ci/pipelines/release.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ resources:
- name: lf-git
type: git
source:
uri: git@github.com:pivotal-legacy/LicenseFinder.git
uri: git@github.com:pivotal/LicenseFinder.git
private_key: ((CfOslBot.private_key))
branch: master
ignore_paths: [VERSION]

- name: lf-git-version
type: git
source:
uri: git@github.com:pivotal-legacy/LicenseFinder.git
uri: git@github.com:pivotal/LicenseFinder.git
private_key: ((CfOslBot.private_key))
branch: master

- name: git-master-dockerfile
type: git
source:
uri: git@github.com:pivotal-legacy/LicenseFinder.git
uri: git@github.com:pivotal/LicenseFinder.git
private_key: ((CfOslBot.private_key))
branch: master
paths: [Dockerfile, Gemfile, license_finder.gemspec]
Expand All @@ -38,7 +38,7 @@ resources:
type: semver
source:
driver: git
uri: git@github.com:pivotal-legacy/LicenseFinder.git
uri: git@github.com:pivotal/LicenseFinder.git
branch: master
file: VERSION
private_key: ((CfOslBot.private_key))
Expand Down
4 changes: 2 additions & 2 deletions ci/scripts/updateChangelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
git clone lf-git-version lf-git-changed

CHANGELOG_FILE="CHANGELOG.md"
COMMIT_URL="https://github.com/pivotal-legacy/LicenseFinder/commit/"
COMMIT_URL="https://github.com/pivotal/LicenseFinder/commit/"

TAGS=( "Added" "ADDED" "Fixed" "FIXED" "Changed" "CHANGED" "Deprecated" "DEPRECATED" "Removed" "REMOVED" "Security" "SECURITY" )
CONTRIBUTORS=( "Shane Lattanzio" "Li Tai" "Vikram Yadav" "Mark Fiorvanti" "Serafima Ostrovskaya" "Yoon Jean Kim" "Tony Wong" "Parv Mital" )
Expand Down Expand Up @@ -48,7 +48,7 @@ done
echo -e "$LOG\n$(cat $CHANGELOG_FILE)" > $CHANGELOG_FILE

# Append version hyperlink to the end of the file
echo -e "[$VERSION]: https://github.com/pivotal-legacy/LicenseFinder/compare/$OLD...$VERSION_TAG" >> $CHANGELOG_FILE
echo -e "[$VERSION]: https://github.com/pivotal/LicenseFinder/compare/$OLD...$VERSION_TAG" >> $CHANGELOG_FILE

git config --global user.email $GIT_EMAIL
git config --global user.name $GIT_USERNAME
Expand Down
2 changes: 1 addition & 1 deletion license_finder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
]

s.email = ['labs-commoncode@pivotal.io']
s.homepage = 'https://github.com/pivotal-legacy/LicenseFinder'
s.homepage = 'https://github.com/pivotal/LicenseFinder'
s.summary = "Audit the OSS licenses of your application's dependencies."

s.description = <<-DESCRIPTION
Expand Down

0 comments on commit ad1ebf4

Please sign in to comment.