Skip to content

Instantly share code, notes, and snippets.

@dwd
dwd / CLA.md
Last active January 13, 2024 17:48 — forked from pjcozzi/CLA.md
CLA

By making a contribution to this project, I certify that:

(1) I understand and acknowledge the licence under which this project is available at the time of the contribution ("the upstream licence").

(2) I understand and agree all contributions can only be accepted (and therefore must only be offered) under terms which allow the resultant work to continue to be available under the upstream licence ("compatible terms").

// C++11 style observer pattern implementation using lambda for scoped
// connection management.
//
// Copyright (c) 2012 Nick C.
//
// 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