#84 Add licensing information (#77)
Merged 4 years ago by mvadkert. Opened 4 years ago by adamwill.
fedora-ci/ adamwill/messages license  into  master

file modified
+21
@@ -1,3 +1,24 @@ 

+ # Copyright (c) Red Hat

+ 

+ # 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:

+ 

+ # The above copyright notice and this permission notice shall be included

+ # in all copies or substantial portions of the Software.

+ 

+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,

+ # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF

+ # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

+ # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY

+ # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

+ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE

+ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 

  TMP=tmp

  INSTALL=install

  INSTALL_PROGRAM=$(INSTALL)

file modified
+13
@@ -106,6 +106,7 @@ 

      UMB: /topic/VirtualTopic.eng.ci.<artifact>.<event>.{queued,running,complete,error}

      fedmsg: org.fedoraproject.prod.ci.<artifact>.<event>.{queued,running,complete,error}

  

+ 

  Message Anatomy

  ---------------

  
@@ -128,6 +129,17 @@ 

    this needs to be and empty list: []

  

  

+ Licensing

+ ---------

+ 

+ The contents of this repo fall under two licenses. Code (e.g. the

+ Makefile and the contents of the scripts directory) is provided under

+ a MIT-style license, included in each file. Non-code content -

+ everything without the MIT-style license, e.g. the schemas - is

+ provided under the

+ [Creative Commons Attribution 4.0 International License][CC-BY].

+ 

+ 

  Links

  -----

  
@@ -135,3 +147,4 @@ 

  

  [js]: http://json-schema.org/

  [fedmsg]: https://fedmsg2.readthedocs.io/en/latest/topics.html

+ [CC-BY]: http://creativecommons.org/licenses/by/4.0/

file modified
+21
@@ -1,5 +1,26 @@ 

  #!/usr/bin/env python3

  

+ # Copyright (c) Red Hat

+ 

+ # 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:

+ 

+ # The above copyright notice and this permission notice shall be included

+ # in all copies or substantial portions of the Software.

+ 

+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,

+ # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF

+ # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

+ # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY

+ # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

+ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE

+ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 

  import sys

  import anymarkup

  

file modified
+21
@@ -1,5 +1,26 @@ 

  #!/usr/bin/env python3

  

+ # Copyright (c) Red Hat

+ 

+ # 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:

+ 

+ # The above copyright notice and this permission notice shall be included

+ # in all copies or substantial portions of the Software.

+ 

+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,

+ # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF

+ # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

+ # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY

+ # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

+ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE

+ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 

  import os

  import sys

  import json

This puts us under proper licenses - CC-BY for content, MIT-style
for code (as suggested by @spot).

Signed-off-by: Adam Williamson awilliam@redhat.com

Note, I didn't include years in the 'copyright' line as no-one ever remembers to update them and I don't think it's actually necessary to include them. I just picked one of the zillions of MIT variants on the Fedora page for the license.

Metadata Update from @mvadkert:
- Pull-request tagged with: review-needed

4 years ago

Metadata Update from @mvadkert:
- Pull-request untagged with: review-needed
- Pull-request tagged with: review-done

4 years ago

Pull-Request has been merged by mvadkert

4 years ago