Skip to content

Commit be8a726

Browse files
committed
Make Ericsson copyright/license REUSE compliant
1 parent fa60aea commit be8a726

Some content is hidden

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

57 files changed

+174
-1105
lines changed

src/ei_copy/decode_atom.c

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
/*
2-
* %CopyrightBegin%
3-
*
4-
* Copyright Ericsson AB 1998-2013. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*
18-
* %CopyrightEnd%
19-
*/
1+
// SPDX-FileCopyrightText: Ericsson AB 1998-2013. All Rights Reserved.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
204
#include <string.h>
215
#include "eidef.h"
226
#include "eiext.h"

src/ei_copy/decode_big.c

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
/*
2-
* %CopyrightBegin%
3-
*
4-
* Copyright Ericsson AB 2002-2011. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*
18-
* %CopyrightEnd%
19-
*/
1+
// SPDX-FileCopyrightText: Ericsson AB 2002-2011. All Rights Reserved.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
204
#include <string.h>
215
#include <stdlib.h>
226

src/ei_copy/decode_bignum.c

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
1-
/*
2-
* %CopyrightBegin%
3-
*
4-
* Copyright Ericsson AB 2002-2009. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*
18-
* %CopyrightEnd%
19-
*/
20-
1+
// SPDX-FileCopyrightText: Ericsson AB 2002-2009. All Rights Reserved.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
214
#include "eidef.h"
225

236
#if defined(HAVE_GMP_H) && defined(HAVE_LIBGMP)

src/ei_copy/decode_binary.c

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
/*
2-
* %CopyrightBegin%
3-
*
4-
* Copyright Ericsson AB 1998-2009. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*
18-
* %CopyrightEnd%
19-
*/
1+
// SPDX-FileCopyrightText: Ericsson AB 1998-2009. All Rights Reserved.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
204
#include <string.h>
215
#include "eidef.h"
226
#include "eiext.h"

src/ei_copy/decode_boolean.c

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
/*
2-
* %CopyrightBegin%
3-
*
4-
* Copyright Ericsson AB 1998-2013. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*
18-
* %CopyrightEnd%
19-
*/
1+
// SPDX-FileCopyrightText: Ericsson AB 1998-2013. All Rights Reserved.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
204
#include <string.h>
215
#include "eidef.h"
226
#include "eiext.h"

src/ei_copy/decode_char.c

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
/*
2-
* %CopyrightBegin%
3-
*
4-
* Copyright Ericsson AB 1998-2009. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*
18-
* %CopyrightEnd%
19-
*/
1+
// SPDX-FileCopyrightText: Ericsson AB 1998-2009. All Rights Reserved.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
204
#include "eidef.h"
215
#include "eiext.h"
226
#include "putget.h"

src/ei_copy/decode_double.c

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
/*
2-
* %CopyrightBegin%
3-
*
4-
* Copyright Ericsson AB 1998-2010. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*
18-
* %CopyrightEnd%
19-
*/
1+
// SPDX-FileCopyrightText: Ericsson AB 1998-2010. All Rights Reserved.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
204
#include <stdio.h>
215
#include "eidef.h"
226
#include "eiext.h"

src/ei_copy/decode_fun.c

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
/*
2-
* %CopyrightBegin%
3-
*
4-
* Copyright Ericsson AB 2001-2013. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*
18-
* %CopyrightEnd%
19-
*/
1+
// SPDX-FileCopyrightText: Ericsson AB 2001-2013. All Rights Reserved.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
204
#include <string.h>
215
#include <stdlib.h>
226

src/ei_copy/decode_intlist.c

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
1-
/*
2-
* %CopyrightBegin%
3-
*
4-
* Copyright Ericsson AB 1998-2009. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*
18-
* %CopyrightEnd%
19-
*/
1+
// SPDX-FileCopyrightText: Ericsson AB 1998-2013. All Rights Reserved.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
205
/* since Erlang sends int-lists as either lists or strings, this
216
* function can be used when the caller needs an array but doesn't
227
* know which type to decode

src/ei_copy/decode_list_header.c

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
/*
2-
* %CopyrightBegin%
3-
*
4-
* Copyright Ericsson AB 1998-2009. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
* See the License for the specific language governing permissions and
16-
* limitations under the License.
17-
*
18-
* %CopyrightEnd%
19-
*/
1+
// SPDX-FileCopyrightText: Ericsson AB 1998-2009. All Rights Reserved.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
204
#include "eidef.h"
215
#include "eiext.h"
226
#include "putget.h"

0 commit comments

Comments
 (0)