Skip to content

Commit 8c507e6

Browse files
committed
changed copyright notations
1 parent 88a27a8 commit 8c507e6

File tree

137 files changed

+137
-137
lines changed

Some content is hidden

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

137 files changed

+137
-137
lines changed

src/main/java/org/msgpack/MessagePack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// MessagePack for Java
33
//
4-
// Copyright (C) 2009-2011 FURUHASHI Sadayuki
4+
// Copyright (C) 2009 - 2013 FURUHASHI Sadayuki
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

src/main/java/org/msgpack/MessagePackable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// MessagePack for Java
33
//
4-
// Copyright (C) 2009-2011 FURUHASHI Sadayuki
4+
// Copyright (C) 2009 - 2013 FURUHASHI Sadayuki
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

src/main/java/org/msgpack/MessageTypeException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// MessagePack for Java
33
//
4-
// Copyright (C) 2009-2011 FURUHASHI Sadayuki
4+
// Copyright (C) 2009 - 2013 FURUHASHI Sadayuki
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

src/main/java/org/msgpack/annotation/Beans.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// MessagePack for Java
33
//
4-
// Copyright (C) 2009-2011 FURUHASHI Sadayuki
4+
// Copyright (C) 2009 - 2013 FURUHASHI Sadayuki
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

src/main/java/org/msgpack/annotation/Delegate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// MessagePack for Java
33
//
4-
// Copyright (C) 2009-2011 FURUHASHI Sadayuki
4+
// Copyright (C) 2009 - 2013 FURUHASHI Sadayuki
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

src/main/java/org/msgpack/annotation/Ignore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// MessagePack for Java
33
//
4-
// Copyright (C) 2009-2011 FURUHASHI Sadayuki
4+
// Copyright (C) 2009 - 2013 FURUHASHI Sadayuki
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

src/main/java/org/msgpack/annotation/Index.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// MessagePack for Java
33
//
4-
// Copyright (C) 2009-2011 FURUHASHI Sadayuki
4+
// Copyright (C) 2009 - 2013 FURUHASHI Sadayuki
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

src/main/java/org/msgpack/annotation/Message.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// MessagePack for Java
33
//
4-
// Copyright (C) 2009-2011 FURUHASHI Sadayuki
4+
// Copyright (C) 2009 - 2013 FURUHASHI Sadayuki
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

src/main/java/org/msgpack/annotation/MessagePackBeans.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// MessagePack for Java
33
//
4-
// Copyright (C) 2009-2011 FURUHASHI Sadayuki
4+
// Copyright (C) 2009 - 2013 FURUHASHI Sadayuki
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

src/main/java/org/msgpack/annotation/MessagePackDelegate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// MessagePack for Java
33
//
4-
// Copyright (C) 2009-2011 FURUHASHI Sadayuki
4+
// Copyright (C) 2009 - 2013 FURUHASHI Sadayuki
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)