Skip to content

Commit

Permalink
Add license to all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Sep 13, 2023
1 parent 5d38d63 commit ba8d83a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Datadog
Copyright (c) 2023 Datadog

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Datadog build-plugin
Copyright 2022-present Datadog, Inc.
Copyright 2023-present Datadog, Inc.

This product includes software developed at Datadog (https://www.datadoghq.com/).
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License.
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2019-Present Datadog, Inc.

module.exports = {
// Automatically clear mock calls and instances between every test
clearMocks: true,
Expand Down
4 changes: 4 additions & 0 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License.
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2019-Present Datadog, Inc.

module.exports = {
'*.{ts,tsx}': () => ['yarn typecheck', 'yarn format', 'git add'],
relative: 'true',
Expand Down
4 changes: 4 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Unless explicitly stated otherwise all files in this repository are licensed under the MIT License.
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2019-Present Datadog, Inc.

module.exports = {
printWidth: 100,
tabWidth: 4,
Expand Down

0 comments on commit ba8d83a

Please sign in to comment.