Skip to content

Commit 9b9490d

Browse files
committed
Add copyright statements
1 parent 6c12f90 commit 9b9490d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+550
-0
lines changed

+nix/Block.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
% Copyright (c) 2016, German Neuroinformatics Node (G-Node)
2+
%
3+
% All rights reserved.
4+
%
5+
% Redistribution and use in source and binary forms, with or without
6+
% modification, are permitted under the terms of the BSD License. See
7+
% LICENSE file in the root of the Project.
8+
19
classdef Block < nix.NamedEntity & nix.MetadataMixIn
210
%Block nix Block object
311

+nix/DataArray.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
% Copyright (c) 2016, German Neuroinformatics Node (G-Node)
2+
%
3+
% All rights reserved.
4+
%
5+
% Redistribution and use in source and binary forms, with or without
6+
% modification, are permitted under the terms of the BSD License. See
7+
% LICENSE file in the root of the Project.
8+
19
classdef DataArray < nix.NamedEntity & nix.MetadataMixIn & nix.SourcesMixIn
210
%DataArray nix DataArray object
311

+nix/DataType.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
% Copyright (c) 2016, German Neuroinformatics Node (G-Node)
2+
%
3+
% All rights reserved.
4+
%
5+
% Redistribution and use in source and binary forms, with or without
6+
% modification, are permitted under the terms of the BSD License. See
7+
% LICENSE file in the root of the Project.
8+
19
classdef DataType
210
% DataTypes supported by nix.
311

+nix/Dynamic.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
% Copyright (c) 2016, German Neuroinformatics Node (G-Node)
2+
%
3+
% All rights reserved.
4+
%
5+
% Redistribution and use in source and binary forms, with or without
6+
% modification, are permitted under the terms of the BSD License. See
7+
% LICENSE file in the root of the Project.
8+
19
classdef Dynamic
210
%Dynamic class (with static methods hehe)
311
% implements methods to dynamically assigns properties

+nix/Entity.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
% Copyright (c) 2016, German Neuroinformatics Node (G-Node)
2+
%
3+
% All rights reserved.
4+
%
5+
% Redistribution and use in source and binary forms, with or without
6+
% modification, are permitted under the terms of the BSD License. See
7+
% LICENSE file in the root of the Project.
8+
19
classdef Entity < dynamicprops
210
%Entity base class for nix entities
311
% handles object lifetime

+nix/Feature.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
% Copyright (c) 2016, German Neuroinformatics Node (G-Node)
2+
%
3+
% All rights reserved.
4+
%
5+
% Redistribution and use in source and binary forms, with or without
6+
% modification, are permitted under the terms of the BSD License. See
7+
% LICENSE file in the root of the Project.
8+
19
classdef Feature < nix.Entity
210
%Feature nix Feature object
311

+nix/File.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
% Copyright (c) 2016, German Neuroinformatics Node (G-Node)
2+
%
3+
% All rights reserved.
4+
%
5+
% Redistribution and use in source and binary forms, with or without
6+
% modification, are permitted under the terms of the BSD License. See
7+
% LICENSE file in the root of the Project.
8+
19
classdef File < nix.Entity
210
%File nix File object
311

+nix/FileMode.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
% Copyright (c) 2016, German Neuroinformatics Node (G-Node)
2+
%
3+
% All rights reserved.
4+
%
5+
% Redistribution and use in source and binary forms, with or without
6+
% modification, are permitted under the terms of the BSD License. See
7+
% LICENSE file in the root of the Project.
8+
19
classdef FileMode
210
%FILEMODE nix file open modes
311

+nix/Group.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
% Copyright (c) 2016, German Neuroinformatics Node (G-Node)
2+
%
3+
% All rights reserved.
4+
%
5+
% Redistribution and use in source and binary forms, with or without
6+
% modification, are permitted under the terms of the BSD License. See
7+
% LICENSE file in the root of the Project.
8+
19
classdef Group < nix.NamedEntity
210
%Group nix Group object
311

+nix/LinkType.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
% Copyright (c) 2016, German Neuroinformatics Node (G-Node)
2+
%
3+
% All rights reserved.
4+
%
5+
% Redistribution and use in source and binary forms, with or without
6+
% modification, are permitted under the terms of the BSD License. See
7+
% LICENSE file in the root of the Project.
8+
19
classdef LinkType
210
%LINKTYPE nix link types
311

0 commit comments

Comments
 (0)