Skip to content

Commit c0a429b

Browse files
author
Zachary Schneirov
committed
use a license header
1 parent 272d846 commit c0a429b

File tree

106 files changed

+1261
-130
lines changed

Some content is hidden

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

106 files changed

+1261
-130
lines changed

AlienNoteImporter.h

+11-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 11/15/06.
6-
// Copyright 2006 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
817

918
#import <Cocoa/Cocoa.h>
1019

AlienNoteImporter.m

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 11/15/06.
6-
// Copyright 2006 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
17+
818

919
#import "AlienNoteImporter.h"
1020
#import "StickiesDocument.h"

AppController.h

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
/* AppController */
22

3+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
4+
Redistribution and use in source and binary forms, with or without modification, are permitted
5+
provided that the following conditions are met:
6+
- Redistributions of source code must retain the above copyright notice, this list of conditions
7+
and the following disclaimer.
8+
- Redistributions in binary form must reproduce the above copyright notice, this list of
9+
conditions and the following disclaimer in the documentation and/or other materials provided with
10+
the distribution.
11+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
12+
or promote products derived from this software without specific prior written permission. */
13+
14+
315
#import <Cocoa/Cocoa.h>
416

517
#import "NotationController.h"

AppController.m

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
2+
Redistribution and use in source and binary forms, with or without modification, are permitted
3+
provided that the following conditions are met:
4+
- Redistributions of source code must retain the above copyright notice, this list of conditions
5+
and the following disclaimer.
6+
- Redistributions in binary form must reproduce the above copyright notice, this list of
7+
conditions and the following disclaimer in the documentation and/or other materials provided with
8+
the distribution.
9+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
10+
or promote products derived from this software without specific prior written permission. */
11+
12+
113
#import "AppController.h"
214
#import "NoteObject.h"
315
#import "GlobalPrefs.h"

AttributedPlainText.h

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 1/16/06.
6-
// Copyright 2006 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
17+
818

919
#import <Cocoa/Cocoa.h>
1020

AttributedPlainText.m

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 1/16/06.
6-
// Copyright 2006 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
17+
818

919
#import "AttributedPlainText.h"
1020
#import "NSCollection_utils.h"

BlorPasswordRetriever.h

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 12/13/06.
6-
// Copyright 2006 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
17+
818

919
#import <Cocoa/Cocoa.h>
1020

BlorPasswordRetriever.m

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 12/13/06.
6-
// Copyright 2006 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
17+
818

919
#import "BlorPasswordRetriever.h"
1020
#import "NoteObject.h"

BodyScroller.h

+11-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 2/5/07.
6-
// Copyright 2007 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
817

918
#import <Cocoa/Cocoa.h>
1019
#import "LinkingEditor.h"

BodyScroller.m

+11-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 2/5/07.
6-
// Copyright 2007 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
817

918
#import "BodyScroller.h"
1019

BookmarksController.h

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 1/21/07.
6-
// Copyright 2007 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
17+
818

919
#import <Cocoa/Cocoa.h>
1020

BookmarksController.m

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 1/21/07.
6-
// Copyright 2007 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
17+
818

919
#import "BookmarksController.h"
1020
#import "NoteObject.h"

BookmarksTable.h

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
/* BookmarksTable */
22

3+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
4+
Redistribution and use in source and binary forms, with or without modification, are permitted
5+
provided that the following conditions are met:
6+
- Redistributions of source code must retain the above copyright notice, this list of conditions
7+
and the following disclaimer.
8+
- Redistributions in binary form must reproduce the above copyright notice, this list of
9+
conditions and the following disclaimer in the documentation and/or other materials provided with
10+
the distribution.
11+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
12+
or promote products derived from this software without specific prior written permission. */
13+
14+
315
#import <Cocoa/Cocoa.h>
416

517
@interface BookmarksTable : NSTableView

BookmarksTable.m

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
2+
Redistribution and use in source and binary forms, with or without modification, are permitted
3+
provided that the following conditions are met:
4+
- Redistributions of source code must retain the above copyright notice, this list of conditions
5+
and the following disclaimer.
6+
- Redistributions in binary form must reproduce the above copyright notice, this list of
7+
conditions and the following disclaimer in the documentation and/or other materials provided with
8+
the distribution.
9+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
10+
or promote products derived from this software without specific prior written permission. */
11+
12+
113
#import "BookmarksTable.h"
214
#import "BookmarksController.h"
315
#import "NSString_NV.h"

BufferUtils.c

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@
33
* Notation
44
*
55
* Created by Zachary Schneirov on 1/15/06.
6-
* Copyright 2006 Zachary Schneirov. All rights reserved.
7-
*
86
*/
97

8+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
9+
Redistribution and use in source and binary forms, with or without modification, are permitted
10+
provided that the following conditions are met:
11+
- Redistributions of source code must retain the above copyright notice, this list of conditions
12+
and the following disclaimer.
13+
- Redistributions in binary form must reproduce the above copyright notice, this list of
14+
conditions and the following disclaimer in the documentation and/or other materials provided with
15+
the distribution.
16+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
17+
or promote products derived from this software without specific prior written permission. */
18+
19+
1020
#include "BufferUtils.h"
1121
#include <string.h>
1222

BufferUtils.h

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@
33
* Notation
44
*
55
* Created by Zachary Schneirov on 1/15/06.
6-
* Copyright 2006 Zachary Schneirov. All rights reserved.
7-
*
86
*/
97

8+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
9+
Redistribution and use in source and binary forms, with or without modification, are permitted
10+
provided that the following conditions are met:
11+
- Redistributions of source code must retain the above copyright notice, this list of conditions
12+
and the following disclaimer.
13+
- Redistributions in binary form must reproduce the above copyright notice, this list of
14+
conditions and the following disclaimer in the documentation and/or other materials provided with
15+
the distribution.
16+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
17+
or promote products derived from this software without specific prior written permission. */
18+
19+
1020
#include <Carbon/Carbon.h>
1121

1222
char *replaceString(char *oldString, const char *newString);

DeletedNoteObject.h

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 4/16/06.
6-
// Copyright 2006 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
17+
818

919
#import <Cocoa/Cocoa.h>
1020
#import "SynchronizedNoteProtocol.h"

DeletedNoteObject.m

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33
// Notation
44
//
55
// Created by Zachary Schneirov on 4/16/06.
6-
// Copyright 2006 Zachary Schneirov. All rights reserved.
7-
//
6+
7+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
8+
Redistribution and use in source and binary forms, with or without modification, are permitted
9+
provided that the following conditions are met:
10+
- Redistributions of source code must retain the above copyright notice, this list of conditions
11+
and the following disclaimer.
12+
- Redistributions in binary form must reproduce the above copyright notice, this list of
13+
conditions and the following disclaimer in the documentation and/or other materials provided with
14+
the distribution.
15+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without specific prior written permission. */
17+
818

919
#import "DeletedNoteObject.h"
1020

DeletionManager.h

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
/* DeletionManager */
22

3+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
4+
Redistribution and use in source and binary forms, with or without modification, are permitted
5+
provided that the following conditions are met:
6+
- Redistributions of source code must retain the above copyright notice, this list of conditions
7+
and the following disclaimer.
8+
- Redistributions in binary form must reproduce the above copyright notice, this list of
9+
conditions and the following disclaimer in the documentation and/or other materials provided with
10+
the distribution.
11+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
12+
or promote products derived from this software without specific prior written permission. */
13+
14+
315
#import <Cocoa/Cocoa.h>
416

517
@class NoteObject;

DeletionManager.m

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2+
/*Copyright (c) 2010, Zachary Schneirov. All rights reserved.
3+
Redistribution and use in source and binary forms, with or without modification, are permitted
4+
provided that the following conditions are met:
5+
- Redistributions of source code must retain the above copyright notice, this list of conditions
6+
and the following disclaimer.
7+
- Redistributions in binary form must reproduce the above copyright notice, this list of
8+
conditions and the following disclaimer in the documentation and/or other materials provided with
9+
the distribution.
10+
- Neither the name of Notational Velocity nor the names of its contributors may be used to endorse
11+
or promote products derived from this software without specific prior written permission. */
12+
13+
114
#import "DeletionManager.h"
215
#import "NoteObject.h"
316
#import "NotationController.h"

0 commit comments

Comments
 (0)