Skip to content

Commit

Permalink
author mentions removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-StepSecurity committed Nov 27, 2024
1 parent 18389f7 commit e509f80
Show file tree
Hide file tree
Showing 14 changed files with 6,321 additions and 6,494 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright (c) 2019-2020 Luca Cappa
// Released under the term specified in file LICENSE.txt
// SPDX short identifier: MIT

module.exports = {
parser: '@typescript-eslint/parser', // Specifies the ESLint parser
extends: [
Expand Down
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

75 changes: 0 additions & 75 deletions CONTRIBUTING.md

This file was deleted.

1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019-2020-2021-2022-2023 Luca Cappa
Copyright (c) 2023 StepSecurity

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
20 changes: 0 additions & 20 deletions LICENSE.txt

This file was deleted.

25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,28 +275,3 @@ _Checkmarks_ indicates whether the samples "uses" or specifies the thing in the
| [link](https://github.com/lukka/CppBuildTasks-Validation/blob/v10/.github/workflows/hosted-ninja-vcpkg-install.yml) ||||||||
| [link](https://github.com/lukka/CppBuildTasks-Validation/blob/v10/.github/workflows/hosted-ninja-vcpkg_submod-triplet.yml) ||||||||

<br>

## Who is using `run-vcpkg`

[This graph](https://lukka.github.io/graph/graph.html) shows the list of public repositories with more than 25 stars using `run-vcpkg`.

<br>

# License

All the content in this repository is licensed under the [MIT License](LICENSE.txt).

Copyright © 2019-2020-2021-2022-2023 Luca Cappa

<br>

# Disclaimer

The software is provided as is, there is no warranty of any kind. All users are encouraged to improve the [source code](https://github.com/step-security/run-vcpkg) with fixes and new features.

<br>

# Contributing

Read [CONTRIBUTING.md](CONTRIBUTING.md)
4 changes: 0 additions & 4 deletions __tests__/functional.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright (c) 2021-2022-2023 Luca Cappa
// Released under the term specified in file LICENSE.txt
// SPDX short identifier: MIT

import * as process from 'process'
import * as cp from 'child_process'
import * as path from 'path'
Expand Down
4 changes: 0 additions & 4 deletions __tests__/unit.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright (c) 2020-2021-2022-2023 Luca Cappa
// Released under the term specified in file LICENSE.txt
// SPDX short identifier: MIT

import * as process from 'process'
import * as fs from 'fs'
import * as os from 'os'
Expand Down
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Copyright (c) 2019-2020-2021-2022-2023 Luca Cappa
# Released under the term specified in file LICENSE.txt
# SPDX short identifier: MIT

name: 'run-vcpkg'
description: 'Setup (and optionally run) vcpkg to build C/C++ dependencies and cache them automatically.'
author: 'Luca Cappa https://github.com/lukka'
author: 'Step Security https://github.com/step-security'
inputs:

# The following 'inputs' are commonly defined by the user in the workflow.
Expand Down
Loading

0 comments on commit e509f80

Please sign in to comment.