Project

General

Profile

Revision c492be62

IDc492be629f06e3cf71fdf832ce2cd5ac1ec779f8

Added by Alex Zirbel over 12 years ago

Updated the licensing information in many files.

This is a broken commit because I decided to do this at a bad time. Sorry! The build will be working after next commit, I promise (and I won't push till then). This commit reflects the licensing in the files after I used my auto-add/remove script.

View differences:

scout/libscout/src/PriyaBehavior.h
21 21
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22 22
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23 23
 * OTHER DEALINGS IN THE SOFTWARE.
24
 **/
24
 */
25 25

  
26 26
/**
27 27
 * @file PriyaBehavior.h
......
46 46
class PriyaBehavior : Behavior
47 47
{
48 48
    public:
49
        /// @todo Is this the best way to inherit the Behavior constructor?
50
        PriyaBehavior(std::string scoutname) : Behavior(scoutname) {};
49 51

  
50
        PriyaBehavior(std::string scoutname) : Behavior(scoutname) {}
51
        /**
52
         * @brief Runs the behavior.
53
         */
52
        /** Actually executes the behavior. */
54 53
        void run();
55 54
};
56 55

  

Also available in: Unified diff