1
0
Fork 0

[copyright] Copyright update

perfodd
Mike Gerwitz 2014-03-15 23:52:06 -04:00
parent ac1a0368cf
commit 744696b1a7
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
24 changed files with 24 additions and 24 deletions

View File

@ -1,7 +1,7 @@
/**
* Provides ease of access to all submodules
*
* Copyright (C) 2010, 2011, 2013 Mike Gerwitz
* Copyright (C) 2010, 2011, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Handles building of classes
*
* Copyright (C) 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Handles building members (properties, methods)
*
* Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2010, 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Validation rules for members
*
* Copyright (C) 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Default method wrapper functions
*
* Copyright (C) 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Contains visibility object factory
*
* Copyright (C) 2011, 2013 Mike Gerwitz
* Copyright (C) 2011, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Contains basic inheritance mechanism
*
* Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2010, 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -5,7 +5,7 @@
* flag to allow abstract methods within a class, forcing users to clearly
* state that a class is abstract.
*
* Copyright (C) 2010, 2011, 2013 Mike Gerwitz
* Copyright (C) 2010, 2011, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Contains interface module
*
* Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2010, 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Tests MemberBuilder getter/setter builder
*
* Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2010, 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Tests method builder
*
* Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2010, 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Tests MemberBuilder property builder
*
* Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2010, 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Shared functions for MemberBuilder tests
*
* Copyright (C) 2011, 2013 Mike Gerwitz
* Copyright (C) 2011, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Tests member builder validation rules
*
* Copyright (C) 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Shared functions for MemberBuilderValidator tests
*
* Copyright (C) 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Tests method sut
*
* Copyright (C) 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Tests visibility object factory
*
* Copyright (C) 2011, 2012, 2013 Mike Gerwitz
* Copyright (C) 2011, 2012, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,7 +1,7 @@
/**
* Tests amount of time taken to declare N anonymous traits
*
* Copyright (C) 2010, 2011, 2013 Mike Gerwitz
* Copyright (C) 2010, 2011, 2013, 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -2,7 +2,7 @@
* Tests amount of time taken defining and invoking methods passing through
* traits
*
* Copyright (C) 2010, 2011, 2013 Mike Gerwitz
* Copyright (C) 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -2,7 +2,7 @@
* Tests amount of time taken to declare N classes mixing in traits of
* various sorts
*
* Copyright (C) 2010, 2011, 2013 Mike Gerwitz
* Copyright (C) 2014 Mike Gerwitz
*
* This file is part of GNU ease.js.
*

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2014 Mike Gerwitz
# Copyright (C) 2012, 2013, 2014 Mike Gerwitz
#
# This file is part of GNU ease.js.
#

View File

@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) 2010, 2011, 2013 Mike Gerwitz
# Copyright (C) 2010, 2011, 2013, 2014 Mike Gerwitz
#
# This file is part of GNU ease.js.
#

View File

@ -1,6 +1,6 @@
# Included in full combined file for test cases
#
# Copyright (C) 2010, 2011, 2013 Mike Gerwitz
# Copyright (C) 2010, 2011, 2013, 2014 Mike Gerwitz
#
# This file is part of GNU ease.js.
#

View File

@ -10,7 +10,7 @@
# I'd like to keep it as simple (and fast) as possible. The below
# implementation is suitable for our needs.
#
# Copyright (C) 2010, 2011, 2012, 2013 Mike Gerwitz
# Copyright (C) 2010, 2011, 2012, 2013, 2014 Mike Gerwitz
#
# This file is part of GNU ease.js.
#