Skip to content

Commit 88c6550

Browse files
committed
chore: update copyright header
1 parent bdafd7d commit 88c6550

27 files changed

Lines changed: 27 additions & 27 deletions

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
# The MIT License (MIT)
33
#
4-
# Copyright (c) 2017-2019 Mickael Jeanroy
4+
# Copyright (c) 2017-2020 Mickael Jeanroy
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
# The MIT License (MIT)
33
#
4-
# Copyright (c) 2017-2019 Mickael Jeanroy
4+
# Copyright (c) 2017-2020 Mickael Jeanroy
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
# The MIT License (MIT)
33
#
4-
# Copyright (c) 2017-2019 Mickael Jeanroy
4+
# Copyright (c) 2017-2020 Mickael Jeanroy
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
# The MIT License (MIT)
33
#
4-
# Copyright (c) 2017-2019 Mickael Jeanroy
4+
# Copyright (c) 2017-2020 Mickael Jeanroy
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
# The MIT License (MIT)
33
#
4-
# Copyright (c) 2017-2019 Mickael Jeanroy
4+
# Copyright (c) 2017-2020 Mickael Jeanroy
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
# The MIT License (MIT)
33
#
4-
# Copyright (c) 2017-2019 Mickael Jeanroy
4+
# Copyright (c) 2017-2020 Mickael Jeanroy
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017-2019 Mickael Jeanroy
3+
Copyright (c) 2017-2020 Mickael Jeanroy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2017-2019 Mickael Jeanroy
4+
* Copyright (c) 2017-2020 Mickael Jeanroy
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

scripts/build/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2017-2019 Mickael Jeanroy
4+
* Copyright (c) 2017-2020 Mickael Jeanroy
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

scripts/changelog/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2017-2019 Mickael Jeanroy
4+
* Copyright (c) 2017-2020 Mickael Jeanroy
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)