Browse Source

Updated Year in Licenses

Yoginth 7 years ago
parent
commit
57fe53cbb4

+ 1 - 1
conf/license/Apache License 2.0

@@ -186,7 +186,7 @@
       same "printed page" as the copyright notice for easier
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
       identification within third-party archives.
 
 
-   Copyright <year> <copyright holders>
+   Copyright 2018 <copyright holders>
 
 
    Licensed under the Apache License, Version 2.0 (the "License");
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    you may not use this file except in compliance with the License.

+ 1 - 1
conf/license/BSD 2-clause License

@@ -1,6 +1,6 @@
 BSD 2-Clause License
 BSD 2-Clause License
 
 
-Copyright (c) <year>, <copyright holders>
+Copyright (c) 2018, <copyright holders>
 All rights reserved.
 All rights reserved.
 
 
 Redistribution and use in source and binary forms, with or without
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
conf/license/BSD 3-clause License

@@ -1,6 +1,6 @@
 BSD 3-Clause License
 BSD 3-Clause License
 
 
-Copyright (c) <year>, <copyright holders>
+Copyright (c) 2018, <copyright holders>
 All rights reserved.
 All rights reserved.
 
 
 Redistribution and use in source and binary forms, with or without
 Redistribution and use in source and binary forms, with or without

+ 1 - 1
conf/license/GNU Affero General Public License v3.0

@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 the "copyright" line and a pointer to where the full notice is found.
 
 
     Empty
     Empty
-    Copyright (C) <year> <copyright holders>
+    Copyright (C) 2018 <copyright holders>
 
 
     This program is free software: you can redistribute it and/or modify
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     it under the terms of the GNU General Public License as published by

+ 1 - 1
conf/license/GNU General Public License v2.0

@@ -291,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 the "copyright" line and a pointer to where the full notice is found.
 
 
     <one line to give the program's name and a brief idea of what it does.>
     <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year> <copyright holders>
+    Copyright (C) 2018 <copyright holders>
 
 
     This program is free software; you can redistribute it and/or modify
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     it under the terms of the GNU General Public License as published by

+ 2 - 2
conf/license/GNU General Public License v3.0

@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 the "copyright" line and a pointer to where the full notice is found.
 
 
     Empty
     Empty
-    Copyright (C) <year> <copyright holders>
+    Copyright (C) 2018 <copyright holders>
 
 
     This program is free software: you can redistribute it and/or modify
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
   If the program does terminal interaction, make it output a short
   If the program does terminal interaction, make it output a short
 notice like this when it starts in an interactive mode:
 notice like this when it starts in an interactive mode:
 
 
-    Empty  Copyright (C) <year> <copyright holders>
+    Empty  Copyright (C) 2018 <copyright holders>
     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.
     under certain conditions; type `show c' for details.

+ 1 - 1
conf/license/GNU Lesser General Public License v2.1

@@ -471,7 +471,7 @@ convey the exclusion of warranty; and each file should have at least the
 "copyright" line and a pointer to where the full notice is found.
 "copyright" line and a pointer to where the full notice is found.
 
 
     Empty
     Empty
-    Copyright (C) <year> <copyright holders>
+    Copyright (C) 2018 <copyright holders>
 
 
     This library is free software; you can redistribute it and/or
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
     modify it under the terms of the GNU Lesser General Public

+ 1 - 1
conf/license/MIT License

@@ -1,4 +1,4 @@
-Copyright (c) <year> <copyright holders>
+Copyright (c) 2018 {Name}
 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 of this software and associated documentation files (the "Software"), to deal

File diff suppressed because it is too large
+ 185 - 185
pkg/bindata/bindata.go