Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop duplicate legal headers in ods-charts.js #12

Open
julien-deramond opened this issue Dec 1, 2023 · 0 comments
Open

Drop duplicate legal headers in ods-charts.js #12

julien-deramond opened this issue Dec 1, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@julien-deramond
Copy link
Member

julien-deramond commented Dec 1, 2023

Description

When running npm run build, dist/ods-charts.js is generated.
Due to the legal headers in all TypeScript files, dist/ods-charts.js contains several times the following header within the file:

//
// Software Name: Orange Design System Charts
// SPDX-FileCopyrightText: Copyright (c) 2023 Orange SA
// SPDX-License-Identifier: MIT
//
// This software is distributed under the MIT license.
//

Expected: only one legal header should be displayed at the top of dist/ods-charts.js when generated.

@julien-deramond julien-deramond added enhancement New feature or request help wanted Extra attention is needed labels Dec 1, 2023
@julien-deramond julien-deramond changed the title Drop duplicate legal headers in Drop duplicate legal headers in ods-charts.js Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant