1
0

fix(template): make copyright notices consistent

This commit is contained in:
Wiktor Zykubek 2024-12-28 17:20:27 +01:00
parent 5b3ef76374
commit fc0bd79dfc
Signed by: wzykubek
GPG Key ID: 2221881F957D89B9
5 changed files with 13 additions and 5 deletions

View File

@ -1,4 +1,6 @@
Copyright (c) {{ .Year }} {{ .AuthorName }} All rights reserved. BSD 1-Clause License
Copyright (C) {{ .Year }} by {{ .AuthorName }} <{{ .AuthorEmail }}>.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View File

@ -1,4 +1,6 @@
Copyright (c) {{ .Year }} {{ .AuthorName }}. BSD 2-Clause "Simplified" License
Copyright (C) {{ .Year }} by {{ .AuthorName }} <{{ .AuthorEmail }}>.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View File

@ -1,4 +1,6 @@
Copyright (c) {{ .Year }} {{ .AuthorName }}. BSD 3-Clause "New" or "Revised" License
Copyright (C) {{ .Year }} by {{ .AuthorName }} <{{ .AuthorEmail }}>.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View File

@ -1,6 +1,6 @@
ISC License ISC License
Copyright {{.Year}} {{.AuthorName}} Copyright (C) {{ .Year }} by {{ .AuthorName }} <{{ .AuthorEmail }}>.
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

View File

@ -1,4 +1,6 @@
Copyright {{.Year}} {{.AuthorName}} MIT License
Copyright (C) {{ .Year }} by {{ .AuthorName }} <{{ .AuthorEmail }}>.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: