Skip to content

Commit 8cf9055

Browse files
committed
chore(licenses): update license headers to use SPDX
1 parent 9d18249 commit 8cf9055

129 files changed

Lines changed: 300 additions & 591 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<!--
2-
This file is part of React-SearchKit.
3-
Copyright (C) 2018-2020 CERN.
4-
5-
React-SearchKit is free software; you can redistribute it and/or modify it
6-
under the terms of the MIT License; see LICENSE file for more details.
2+
SPDX-FileCopyrightText: 2018-2020 CERN.
3+
SPDX-License-Identifier: MIT
74
-->
85

96
# React-SearchKit

deploy_docs.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2018 CERN.
3+
* SPDX-License-Identifier: MIT
4+
*/
5+
16
#!/bin/bash
27

38
git config --global user.name "${GH_NAME}"

docs/website/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<!--
2-
This file is part of React-SearchKit.
3-
Copyright (C) 2018 CERN.
4-
5-
React-SearchKit is free software; you can redistribute it and/or modify it
6-
under the terms of the MIT License; see LICENSE file for more details.
2+
SPDX-FileCopyrightText: 2018 CERN.
3+
SPDX-License-Identifier: MIT
74
-->
85

96
This website was created with [Docusaurus](https://docusaurus.io/).

docs/website/core/Footer.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* This file is part of React-SearchKit.
3-
* Copyright (C) 2018-2023 CERN.
4-
*
5-
* React-SearchKit is free software; you can redistribute it and/or modify it
6-
* under the terms of the MIT License; see LICENSE file for more details.
2+
* SPDX-FileCopyrightText: 2018-2023 CERN.
3+
* SPDX-License-Identifier: MIT
74
*/
85

96
const React = require("react");

docs/website/pages/en/help.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* This file is part of React-SearchKit.
3-
* Copyright (C) 2018 CERN.
4-
*
5-
* React-SearchKit is free software; you can redistribute it and/or modify it
6-
* under the terms of the MIT License; see LICENSE file for more details.
2+
* SPDX-FileCopyrightText: 2018 CERN.
3+
* SPDX-License-Identifier: MIT
74
*/
85

96
const React = require("react");

docs/website/pages/en/index.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* This file is part of React-SearchKit.
3-
* Copyright (C) 2018 CERN.
4-
*
5-
* React-SearchKit is free software; you can redistribute it and/or modify it
6-
* under the terms of the MIT License; see LICENSE file for more details.
2+
* SPDX-FileCopyrightText: 2018 CERN.
3+
* SPDX-License-Identifier: MIT
74
*/
85

96
const React = require("react");

docs/website/siteConfig.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* This file is part of React-SearchKit.
3-
* Copyright (C) 2018 CERN.
4-
*
5-
* React-SearchKit is free software; you can redistribute it and/or modify it
6-
* under the terms of the MIT License; see LICENSE file for more details.
2+
* SPDX-FileCopyrightText: 2018 CERN.
3+
* SPDX-License-Identifier: MIT
74
*/
85

96
const siteConfig = {

docs/website/static/js/code-blocks-buttons.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* This file is part of React-SearchKit.
3-
* Copyright (C) 2018 CERN.
4-
*
5-
* React-SearchKit is free software; you can redistribute it and/or modify it
6-
* under the terms of the MIT License; see LICENSE file for more details.
2+
* SPDX-FileCopyrightText: 2018 CERN.
3+
* SPDX-License-Identifier: MIT
74
*/
85

96
// Turn off ESLint for this file because it's sent down to users as-is.

public/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2019 CERN.
3+
* SPDX-License-Identifier: MIT
4+
*/
5+
16
<!DOCTYPE html>
27
<html lang="en">
38
<head>

rollup.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2019-2020 CERN.
3+
* SPDX-License-Identifier: MIT
4+
*/
5+
16
import babel from '@rollup/plugin-babel';
27
import commonjs from '@rollup/plugin-commonjs';
38
import resolve from '@rollup/plugin-node-resolve';

0 commit comments

Comments
 (0)