Skip to content

Commit ba5b4f0

Browse files
Moved copyright notice to 2021.
1 parent fca8be4 commit ba5b4f0

229 files changed

Lines changed: 229 additions & 229 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.

cfg/atari.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/*****************************************************************************
22
#* MIDRES Library - an isomorphic gamelib for retrocomputers *
33
#*****************************************************************************
4-
#* Copyright 2020 Marco Spedaletti (asimov@mclink.it)
4+
#* Copyright 2020-2021 Marco Spedaletti (asimov@mclink.it)
55
#*
66
#* Licensed under the Apache License, Version 2.0 (the "License");
77
#* you may not use this file except in compliance with the License.

cfg/atmos.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/*****************************************************************************
22
#* MIDRES Library - an isomorphic gamelib for retrocomputers *
33
#*****************************************************************************
4-
#* Copyright 2020 Marco Spedaletti (asimov@mclink.it)
4+
#* Copyright 2020-2021 Marco Spedaletti (asimov@mclink.it)
55
#*
66
#* Licensed under the Apache License, Version 2.0 (the "License");
77
#* you may not use this file except in compliance with the License.

cfg/c128.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/*****************************************************************************
22
#* MIDRES Library - an isomorphic gamelib for retrocomputers *
33
#*****************************************************************************
4-
#* Copyright 2020 Marco Spedaletti (asimov@mclink.it)
4+
#* Copyright 2020-2021 Marco Spedaletti (asimov@mclink.it)
55
#*
66
#* Licensed under the Apache License, Version 2.0 (the "License");
77
#* you may not use this file except in compliance with the License.

cfg/c16.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/*****************************************************************************
22
#* MIDRES Library - an isomorphic gamelib for retrocomputers *
33
#*****************************************************************************
4-
#* Copyright 2020 Marco Spedaletti (asimov@mclink.it)
4+
#* Copyright 2020-2021 Marco Spedaletti (asimov@mclink.it)
55
#*
66
#* Licensed under the Apache License, Version 2.0 (the "License");
77
#* you may not use this file except in compliance with the License.

cfg/c64.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/*****************************************************************************
22
#* MIDRES Library - an isomorphic gamelib for retrocomputers *
33
#*****************************************************************************
4-
#* Copyright 2020 Marco Spedaletti (asimov@mclink.it)
4+
#* Copyright 2020-2021 Marco Spedaletti (asimov@mclink.it)
55
#*
66
#* Licensed under the Apache License, Version 2.0 (the "License");
77
#* you may not use this file except in compliance with the License.

cfg/plus4.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/*****************************************************************************
22
#* MIDRES Library - an isomorphic gamelib for retrocomputers *
33
#*****************************************************************************
4-
#* Copyright 2020 Marco Spedaletti (asimov@mclink.it)
4+
#* Copyright 2020-2021 Marco Spedaletti (asimov@mclink.it)
55
#*
66
#* Licensed under the Apache License, Version 2.0 (the "License");
77
#* you may not use this file except in compliance with the License.

cfg/vic20.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/*****************************************************************************
22
#* MIDRES Library - an isomorphic gamelib for retrocomputers *
33
#*****************************************************************************
4-
#* Copyright 2020 Marco Spedaletti (asimov@mclink.it)
4+
#* Copyright 2020-2021 Marco Spedaletti (asimov@mclink.it)
55
#*
66
#* Licensed under the Apache License, Version 2.0 (the "License");
77
#* you may not use this file except in compliance with the License.

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#/****************************************************************************
22
#* MIDRES Library - an isomorphic gamelib for retrocomputers *
33
#*****************************************************************************
4-
#* Copyright 2020 Marco Spedaletti (asimov@mclink.it)
4+
#* Copyright 2020-2021 Marco Spedaletti (asimov@mclink.it)
55
#*
66
#* Licensed under the Apache License, Version 2.0 (the "License");
77
#* you may not use this file except in compliance with the License.

src/demo_bitblit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************
22
* MIDRES Library - an isomorphic gamelib for retrocomputers *
33
*****************************************************************************
4-
* Copyright 2020 Marco Spedaletti (asimov@mclink.it)
4+
* Copyright 2020-2021 Marco Spedaletti (asimov@mclink.it)
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

src/demo_drawing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************
22
* MIDRES Library - an isomorphic gamelib for retrocomputers *
33
*****************************************************************************
4-
* Copyright 2020 Marco Spedaletti (asimov@mclink.it)
4+
* Copyright 2020-2021 Marco Spedaletti (asimov@mclink.it)
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)