updated copyright
This commit is contained in:
parent
94f2060c37
commit
f3da3a8476
@ -27,7 +27,7 @@ set(PROJECT_AUTHOR_EMAIL "michele.caini@gmail.com")
|
|||||||
|
|
||||||
message("*")
|
message("*")
|
||||||
message("* ${PROJECT_NAME} v${PROJECT_VERSION} (${CMAKE_BUILD_TYPE})")
|
message("* ${PROJECT_NAME} v${PROJECT_VERSION} (${CMAKE_BUILD_TYPE})")
|
||||||
message("* Copyright (c) 2017 ${PROJECT_AUTHOR} <${PROJECT_AUTHOR_EMAIL}>")
|
message("* Copyright (c) 2018 ${PROJECT_AUTHOR} <${PROJECT_AUTHOR_EMAIL}>")
|
||||||
message("*")
|
message("*")
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 14)
|
set(CMAKE_CXX_STANDARD 14)
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2017 Michele Caini
|
Copyright (c) 2018 Michele Caini
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@ -313,7 +313,7 @@ If you know of other projects that use `libuv` through `uvw`, feel free to open
|
|||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
Code and documentation Copyright (c) 2017 Michele Caini.<br/>
|
Code and documentation Copyright (c) 2018 Michele Caini.<br/>
|
||||||
Code released under [the MIT license](https://github.com/skypjack/uvw/blob/master/LICENSE).<br/>
|
Code released under [the MIT license](https://github.com/skypjack/uvw/blob/master/LICENSE).<br/>
|
||||||
Docs released under [Creative Commons](https://github.com/skypjack/uvw/blob/master/docs/LICENSE).
|
Docs released under [Creative Commons](https://github.com/skypjack/uvw/blob/master/docs/LICENSE).
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user